- Joined
- Mar 31, 2007
- Messages
- 1,895 (0.29/day)
- Location
- ontario canada
System Name | home brew |
---|---|
Processor | Intel Corei7 3770K OC @ 4.5Ghz |
Motherboard | ASUS P8Z77-V |
Cooling | Corsair H100 |
Memory | 16GB DDR3 1600 GSKILL |
Video Card(s) | Powercolor Radeon 7970, MSI Radeon 7970 |
Storage | Mushkin Chronos Deluxe 240gb. 2 TB Hdd. |
Display(s) | 3x24inch Dell Ultra IPS |
Case | CM storm trooper |
Power Supply | Antec Quattro OC ed. 1200w |
Software | Windows 7 Business x64 |
Benchmark Scores | vantage: P43089 |
I'm trying to set each interface on my ubuntu vm with a static IP. If i just do one interface its fine, but two no go.
there's eth1 and eth2, no eth0 for some reason.
my /etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 11.11.11.2
netmask 255.255.255.0
network 11.11.11.0
broadcast 11.11.11.255
gateway 11.11.11.1
auto eth2
iface eth2 inet static
address 10.10.10.1
netmask 255.255.255.0
network 10.10.10.0
broadcast 10.10.10.255
Then i run /etc/init.d/networking restart
It posts the error: RTNETLINK answers: no such process
eth1 get its static IP, but eth2 stick with 192.168.184.136 which VMware hands to it.
I've googled a bit, and this error generally is if you've specified a gateway on each interface, I havent done that here so not sure what the problem is.
there's eth1 and eth2, no eth0 for some reason.
my /etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 11.11.11.2
netmask 255.255.255.0
network 11.11.11.0
broadcast 11.11.11.255
gateway 11.11.11.1
auto eth2
iface eth2 inet static
address 10.10.10.1
netmask 255.255.255.0
network 10.10.10.0
broadcast 10.10.10.255
Then i run /etc/init.d/networking restart
It posts the error: RTNETLINK answers: no such process
eth1 get its static IP, but eth2 stick with 192.168.184.136 which VMware hands to it.
I've googled a bit, and this error generally is if you've specified a gateway on each interface, I havent done that here so not sure what the problem is.