View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Wed Oct 08, 2014 9:05 am Post subject: Linux add a second IP address to your config |
|
|
I was in need of a VirtualBox image having 2 IP adresses on Ubuntu server:
Code: | auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address aaa.aaa.aaa.aaa
netmask 255.255.254.0
gateway bbb.bbb.bbb.bbb
dns-nameservers ccc.ccc.ccc.ccc ddd.ddd.ddd.ddd eee.eee.eee.eee
dns-search vps-number.com
auto eth0:0
iface eth0:0 inet static
address fff.fff.fff.fff
netmask 255.255.254.0 |
Source:
https://askubuntu.com/questions/313877/...887#313887 |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Wed Oct 08, 2014 9:05 am Post subject: Linux add a second IP address to your config |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Wed Oct 08, 2014 9:05 am Post subject: Linux add a second IP address to your config |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|