LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How do the 3com work at sarge? (https://www.linuxquestions.org/questions/debian-26/how-do-the-3com-work-at-sarge-272825/)

Mathsniper 01-02-2005 02:55 AM

How do the 3com work at sarge?
 
i'm using 3Com OfficeConnect 10/100 Network Interface Card(3CSOHO100B-TX) but don't know how to set and online, please help me. Thanks!

cadj 01-02-2005 06:02 AM

ok, if i understand correctly you want to set up an ethernet interface.

in debian this is easy to do

edit your /etc/network/interfaces

your interface can be set up staticly like this

iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1


of if you are behind a dhcp server


iface eth0 inet dhcp

then as root you can type the command ifup eth0 to enable the interface


All times are GMT -5. The time now is 08:48 PM.