
August 20th, 2003, 11:51 AM
|
|
Contributing User
|
|
Join Date: Aug 2003
Location: Istanbul, TR
Posts: 85
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
i assume 192.162.1.55 is your static ip given by your ISP (cable)
ifconfig eth0 192.162.1.55 netmask 255.255.255.0
then
route add -net default gw 192.168.1.254
then open /etc/resolv.conf and add the following lines;
nameserver 202.134.0.166
nameserver 202.134.2.55
Another way is
if you use redhat type setup and you will see network configuration menu..
|