Networking Forums

Networking Forums > Computer Networking > Linux Networking > Switch, Potato and DSL

Reply
Thread Tools Display Modes

Switch, Potato and DSL

 
 
tom
Guest
Posts: n/a

 
      07-15-2003, 03:30 PM
OK, we have a network attached to a switch connected
to a DSL modem. I have a computer with potato
Debian on it. I have not used Linux in some time
but I am ready to get going again. I want this
computer to get on the internet.

Everything works fine using the MS 98. We also
have a linksys switch. I am having trouble getting
potato on the internet.

We have dynamic IP address.


 
Reply With Quote
 
 
 
 
Andrey Asadchev
Guest
Posts: n/a

 
      07-15-2003, 07:03 PM
On Tue, 15 Jul 2003 15:30:31 GMT
"tom" <(E-Mail Removed)> wrote:


~# /sbin/ifconfig -a | grep "^eth[0-9]\{1,\}"
This will tell you if you have working network interface.
If you dont have, install a driver for you network card.

~# lspci | grep -i "ethernet"
This will tell you if you have network adapters that kernel sees.
You can use this info to find proper driver.

after you have functioning network interface, edit /etc/network/interfaces
/etc/network/interfaces controls what interface to bring up, how, and when
This is a sample /etc/network/interfaces

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface - you need to have it unless you know why you dont need it
auto lo
iface lo inet loopback

# The first network card - use dhcp at the boot-up time
auto eth0
iface eth0 inet dhcp


 
Reply With Quote
 
tom
Guest
Posts: n/a

 
      07-16-2003, 09:12 PM
Flunked step 1. I have a 3c905C-TX 3COM
ethernet card in a Dell optiplex. I dont see that
card when I run make menuconfig on the latest
2.2.25 version of the linux kernel.

How do I get the driver for this card?


"Andrey Asadchev" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed).. .
> On Tue, 15 Jul 2003 15:30:31 GMT
> "tom" <(E-Mail Removed)> wrote:
>
>
> ~# /sbin/ifconfig -a | grep "^eth[0-9]\{1,\}"
> This will tell you if you have working network interface.
> If you dont have, install a driver for you network card.
>
> ~# lspci | grep -i "ethernet"
> This will tell you if you have network adapters that kernel sees.
> You can use this info to find proper driver.
>
> after you have functioning network interface, edit /etc/network/interfaces
> /etc/network/interfaces controls what interface to bring up, how, and when
> This is a sample /etc/network/interfaces
>
> # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
>
> # The loopback interface - you need to have it unless you know why you

dont need it
> auto lo
> iface lo inet loopback
>
> # The first network card - use dhcp at the boot-up time
> auto eth0
> iface eth0 inet dhcp
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Switch or Router/Switch? Jon Danniken Network Routers 12 08-04-2011 11:01 AM
setup problem gigabit switch + 100mbit switch Glenn Windows Networking 0 09-01-2006 07:42 AM
router contains a built-in switch versus router without a built-in switch jrefactors@hotmail.com Network Routers 37 09-19-2005 08:55 PM
Wireless Switch to Wireless Switch operation help. Engelkott Home Networking 2 08-13-2005 05:12 PM
debian potato, ups powerware and soft lansafe this not works !!! Marcin Miedziejko Linux Networking 0 07-31-2003 01:21 PM



1 2 3 4 5 6 7 8 9 10 11