View Single Post
Old 05-03-2005, 06:58 PM   #3 (permalink)
pradeep_chauhan
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

I have data one on linux it is very very simple. First assign a private IP to your network interface using gui based interface in kde (system setting -> network) say 192.168.1.100 then set the default route to be 192.168.1.1 by the command
route add default gw 192.168.1.1 eth0
thats all now ping 192.168.1.1 and then ping the dns IP to confirm and you are on the net.
__________________
**** happens
pradeep_chauhan is offline