Skip to content
cypx edited this page Nov 16, 2014 · 14 revisions

IPv4: 5.196.206.60 Virtual MAC: 02:00:00:4a:1e:55
OS: Ubuntu 14.04

Configuration

Installed from VM-template

Configure network interface

$ vi /etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
   address 5.196.206.60
   netmask 255.255.255.255
   broadcast 5.196.206.60
   post-up route add 37.59.46.254 dev eth0
   post-up route add default gw 37.59.46.254
   pre-down route del 37.59.46.254 dev eth0
   pre-down route del default gw 37.59.46.254
   dns-nameservers 8.8.8.8 8.8.4.4

Clone this wiki locally