Craig,
Thanks! the debian root does not have an /etc/sysconfig/network file
but I found /etc/network/interfaces
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.50
netmask 255.255.255.0
I changed it as follows and it works now.
iface eth0 inet dhcp
# address 192.168.0.50
# netmask 255.255.255.0
Stuart
--- In wrote:
>
> On the NFS mounted file system you need to configure the
> "booted" image to understand how the TS is networked.
> This way, once the image is loaded on the TS and the
> rc scripts are executed, it knows how to setup the
> network for you.
>
> The files of interest are in etc/sysconfig/network
> on the NFS server image for your SBC.
>
> Craig
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|