Displaying 10 results from an estimated 10 matches similar to: "router NAT problem"
2009 Apr 23
2
xen and hwclock
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
Hello All, I have a problem with hwclock on centos 5.3. in xen guest environment<FONT
2008 Nov 06
1
introduction with david's munin module question
Hi all,
I am new to puppet and also newcomer in this group.
I heart good things about puppet and I decided to give it a try 2 weeks now.
After reading various documentation, I began using the complete
configuration collection of puppet modules (thanks to David).
But I have a problem with the munin module. It works fine, except that it
seems to not export virtual ressources. Let me give more detail
2003 Jan 17
1
Special config needed to add other internal private class C nets?
Hi everyone,
I have shorewall up and running fine, and have for well over a year now. Internally, we have a LAB and they need multiple separate private class C networks to do testing, etc. I built a router, so all of the private LANs can communicate - This seems to work fine. I''m confused about what do I need to modify on my FW to get everyone to communicate out, masq''ed to the
2011 Sep 13
1
Unable to access share on Encrypted Partition
Hi,
I would like some help. I am trying to set-up a share on an Encrypted
Partition of my Home Server.
I'm using opensuse 11.4 with samba version
3.5.7-3.5.1-2573-SUSE-SL11.4-i386.
This is something that I know has worked with earlier versions of openSuSE
and samba.
My smb.conf looks like this:
==START==
[global]
workgroup = buffalonet
passdb backend = tdbsam
printing = cups
2012 Aug 17
2
OT: what are all these probes from my firewall log????
I'm getting a gazillion of these probes in my firewall logs. I don't
understand what's going on here,... These all look like bootp requests
from 10.21.72.1, to 255.255.255.255.
there's certainly no 10.x.x.x here on this network, and I don't get the
destination address... is it possible to send packets out onto the
internet addressed like that?
whois doesn't turn up
2005 Nov 21
0
Logon Failuter: Unknow user or bad password
Dear all
I have samba PDC, i added all the computer names with $prefixed in
/etc/passwd
tdc$:x:1020:501::/dev/null:/sbin/nologin
and added the computer with smbpasswd -a -m tdc
and added root with smbpasswd -a root
and gave password
but when i go to the tdc computer, and the computer to the domain name, it
says,
Logon Failure, Unknown username or Bad password,
But i am giving correct username
2005 Nov 22
0
home drive mapping
Hi all
I have samba 3 . i have configured as PDC, by default the home drive of the
user gets mapped in the winodws clients when they login with the username of
the server.
I don't want the home drive to get mapped.
if i remove the home share. The windows clients the user is unable to create
a profile, ie local profile not roaming profile.
i have not configured the samba to create any
2005 Aug 26
0
umask and nautilus/gnome
Hi,
Does anyone know how to set umask such that nautilus actually obeys it? I
have umask 002 added to the end of .bashrc, and if I touch a file from a
gnome terminal, I correctly get -rw-rw-r--. However if I right click in a
nautilus window and "create document" then "empty file" I end up with
-rw------ which is obviously going to be a royal pita for group working!
--
2006 Sep 27
3
multidimensional lists
In the process of moving a number of my scripts from MATLAB -> R, I've
discovered that there is no 'pure' equivalent of MATLAB's cell arrays,
which I use quite often. Basically, I create matrices (as a cell array)
where each element of the matrix is itself a matrix (e.g., 2x2 cell
array where each element of the array is another matrix). I pass these
cell arrays to various
2009 Sep 24
3
[LLVMdev] Is line number in DbgStopPointInst in LLVM accurate?
Dear developers,
When I try to map line numbers in source code back to LLVM
basicblocks, I meet some problems: there is a source file with 1500
lines of code, but when I use BasicBlockPass to collect all
DbgStopPoint instructions in this file, I can only get 500 lines of
code.
The source code and the collected results are both attached.
Is there any way to map line numbers