On 1-feb-2007, at 9:49, Oguz Dilmac wrote: For now it seems OK, but I doubt if this is the proper way of doing it. Any thoughts? (Mind that I'm not an expert :). )
Depends on what distribution you're running: the full debian one that's on TS's dev kit or TS's smaller ts11 distribution.
For the first one, edit or create /etc/network/interfaces like this:
auto eth0 iface eth0 inet static address 10.88.0.1 netmask 255.255.255.248 gateway 10.88.0.255
Check your manual pages for more info on this file: man 5 interfaces
For the second one, create or edit /etc/sysconfig/ifcfg-eth0 like this:
DEVICE=eth0 IPADDR=10.88.0.1 NETMASK=255.255.255.248 NETWORK=10.88.0.0 BROADCAST=10.88.0.7 BOOTPROTO=static ENABLE=yes
__._,_.___
__,_._,___
|