[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Samba client
Ok, this is what I've learned from the boot scipts.
The static network is set-up first if there is one.
Then the services like portmap and dhcp are started.
If I start dhclient manually...
bash-2.05a# /etc/rc.d/init.d/dhclient start
Starting dhcp client: Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on Socket/rtk0
Sending on Socket/rtk0
DHCPREQUEST on rtk0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.200 -- renewal in 105582 seconds.
The resulting network doesn't have 192.168.0.0 rtk0
bash-2.05a# route
Destination Gateway Flags Ref Use Metric Iface
default 192.168.0.1 UGD 1 0 0 rtk0
192.168.0.200 * UH 1 0 0 lo0
127.0.0.0 * U 1 0 0 lo0
127.0.0.1 * UH 1 8 0 lo0
I am going to add it to defaultroute to see if that helps.
Peter