net on linux

Status
Not open for further replies.

iamitp

Broken In
i have a mtnl connection
the router is t-kd 318-eui
it is connected through usb
i use sabayon linux, how do i configure the router to get net on linux
please help urgentl
amit
 

mehulved

18 Till I Die............
Or try
Code:
su
net-setup ethx
Replace ethx with whatever you get on
Code:
ifconfig
It will usually be eth0
 

freebird

Debian Rocks!
In Linux,pppoe is the way for adsl connxns;no usb support.so make sure u have a LAN card.also usb drivers of most are unstable?
 

vignesh

Wise Old Owl
iamitp, check if your router is detected first

$ifconfig -a and if eth0 appears

If u know the ip address , gateway and dns server do this (as root

$ ifconfig eth0 <enter ip here> up

$ route add default gw <enter gateway ip here>

$cat >> /etc/resolv.conf
nameserver <enter your dns ip here>

$ ping www.yahoo.com to check if it works..
 
Status
Not open for further replies.
Top Bottom