Results 1 to 1 of 1
I have a statically configured eth1 which I cannot seem to get working. It was working fine, then I rebooted and now it no longer works.
When I do ifdown ...
- 10-09-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
Statically configured eth1 - says not configured/no such process
I have a statically configured eth1 which I cannot seem to get working. It was working fine, then I rebooted and now it no longer works.
When I do ifdown eth1 I get:
When I do ifup eth1 I get:Code:ifdown: interface eth1 not configured
Here is the relevant portion of my /etc/network/interfaces file:Code:SIOCADDRT: No such process Failed to bring up eth1.
Anyone have any ideas why this might be happening? Thanks.Code:iface eth1 inet static address 10.250.0.10 netmask 255.255.255.248 gateway 10.250.0.1 auto eth1


Reply With Quote
