search for: netd

Displaying 5 results from an estimated 5 matches for "netd".

Did you mean: net
2006 Feb 23
9
Balancing multiple connections and NAT
...-- -- ------- ----- ------- intA ipA gwA tableA netA intB ipB gwB tableB netB intC ipC gwC tableC netC [intD is the LAN interface] intD ipD (private) no gateway global netD This works fine most of the time, except that once in a while (every 5-10 minutes or so) packets going out on (e.g.) intB suddenly start getting NAT''ed to source address ipA (i.e. the address of another interface). Obviously this plays hell with the existing connections on that link! Th...
2006 Jul 07
0
[patch] ipconfig set hostname from dhcpd server
...debian.org/377144 Signed-off-by: maximilian attems <maks at sternwelten.at> diff --git a/usr/kinit/ipconfig/main.c b/usr/kinit/ipconfig/main.c index c9d3b0e..3afd7c9 100644 --- a/usr/kinit/ipconfig/main.c +++ b/usr/kinit/ipconfig/main.c @@ -87,6 +87,10 @@ static void configure_device(struct netd if (netdev_setdefaultroute(dev)) printf("IP-Config: failed to set default route on %s\n", dev->name); + if (dev->hostname[0] && + sethostname(dev->hostname, strlen(dev->hostname))) + printf("IP-Config: failed to set hostname '%s' from %s\...
1998 Jul 02
1
redirector timeout (actually sun y2k)
Gregory Hosler <greg@camelot.eno.ericsson.se> wrote: > Everything was running smoothly, and then I applied the solaris "y2k" patches. > Now, most accesses to samba will hang for a minute or 2, before completing. In > the event log I see messages like: > > The redirector has times out a request to <server name> > > This did not used to happen.
2008 Jan 16
2
Memory Leak
So, I''ve stumbled across bleak_house (http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html) - this looks like it may help me track down what is causing the Memory leak I''m seeing (be it me, Ubuntu, Debian, or Puppet). First step: I''m going to clone the repo, branch Second step: Learn Ruby - shouldn''t be too hard. Third step: Do exactly what
2003 Dec 01
0
No subject
...estart my machine,neighther iam able to see my machine on my network neighbourhood nor iam able to avail the printing services of the Windows98 machine.I have tried to start the smbd and nmbd manually by #/usr/local/samba/smbd -D #/usr/local/samba/nmbd -D and when i try to start samba through the inetd #pkill -HUP inetd after adding entries in /etc/services and /etc/inetd.conf. Thanks in advance, Regards, Karthick.S __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ Return-Pat...