Results 1 to 7 of 7
hi! i'm new here...
I have instaled debian sarge in a pc. And this pc had 2 netwok devices. The first (eth0) is configured and i can access do the ...
- 11-17-2005 #1Just Joined!
- Join Date
- Nov 2005
- Location
- Portugal
- Posts
- 5
Network
hi! i'm new here...
I have instaled debian sarge in a pc. And this pc had 2 netwok devices. The first (eth0) is configured and i can access do the internet and everithyng... But I need to configure the second (eth1).
I just have modified the file /etc/network/interfaces... But i forgot something... because eth1 doesn't work...
Sorry my english (i'm portuguese)...
I hope somebody could help me...
Tks!!
- 11-17-2005 #2
Can you show us the output of "ifconfig"?
Registered Linux user #389109
My Semi-Linux Blog
- 11-17-2005 #3Just Joined!
- Join Date
- Nov 2005
- Location
- Portugal
- Posts
- 5
ifconfig just have eth0 and local. How can configure that to detect eth1??
- 11-17-2005 #4
Have you tried:
Code:ifconfig eth1 up
Registered Linux user #389109
My Semi-Linux Blog
- 11-17-2005 #5Just Joined!
- Join Date
- Nov 2005
- Location
- Portugal
- Posts
- 5
I tried now and that make link up.
Ifconfig have a litle difference between eth0 and eth1.
The second line in eth0 is "inet end.:10.1.1.10 Bcast:10.255.255.255 Masc:255.255.0.0" and doesn't exist on eth1.
Why?? Can somebody help me??
- 11-17-2005 #6
You need to set your TCPIP information. This will set your IP address to 10.1.1.11:
You might need to reset eth1 for the change to take effect:Code:ifconfig eth1 10.1.1.11 netmask 255.255.0.0
But .... if you're using DHCP on your network, you should use dhcpcd to set the IP info instead of setting a static IP address.Code:ifconfig eth1 down ifconfig eth1 up
Registered Linux user #389109
My Semi-Linux Blog
- 11-17-2005 #7Just Joined!
- Join Date
- Nov 2005
- Location
- Portugal
- Posts
- 5
No, have doesn't have dhcp.
It's everithyng working!!!
TKS!!!


Reply With Quote
