From mint-bounce@lists.fishpool.fi Wed Sep 1 14:48:53 2010 To: mint From: Peter Slegg Subject: Re: [MiNT] Samba client Reply-To: Peter Slegg X-Mailer: MyMAIL Rev:1.94.13761 (Atari/(STiK/STinG/GlueSTiK)) X-Hardware: Atari Milan MIME-Version: 1.0 Date: Wed, 1 Sep 2010 19:44:17 +0200 (GMT) Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <00032e9b.01c732621591@smtp.freeola.net> References: <0019a02a.01c29262b5ed@smtp.freeola.net> In-Reply-To: 0019a02a.01c29262b5ed@smtp.freeola.net X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: p.slegg@scubadivers.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o81Iml9F011564 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