supertom64
Group: Members
Posts: 7
Joined: Jan. 2005 |
|
Posted: Jan. 12 2005,07:10 |
|
hi mikshaw,
you have to edit some files.
1. at boot prompt type nodhcp this disables automatic ip assignment
2. edit the resolv.conf with an dns server and add it to the /home/dsl/filetool.lst e.g. nameserver 192.168.1.254 (maybe take the router/gateway which often have an dns proxy or look what the other have for dns server)
3. edit the file # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface # automatically added when upgrading auto lo eth0 iface lo inet loopback
iface eth0 inet static address 192.168.xxx.xxx (xxx adjust to you needs) netmask 255.255.255.0 network 192.168.xxx.0 broadcast 192.168.xxx.255 gateway 192.168.xxx.xxx
and add it to the filetool.lst 4. edit the bootlocal.sh and add the command /etc/init.d/networking restart
thats it, if you don´t need anymore, remove them from the filetool.lst
hth TOM
|