diff --git a/hosts/campus-host1_interfaces b/hosts/campus-host1_interfaces index c12d792..cfc500a 100644 --- a/hosts/campus-host1_interfaces +++ b/hosts/campus-host1_interfaces @@ -5,5 +5,4 @@ auto eth1 iface eth1 inet static address 10.60.60.101 netmask 255.255.255.0 - gateway 10.60.60.1 post-up ip route replace default via 10.60.60.1 diff --git a/hosts/campus-host2_interfaces b/hosts/campus-host2_interfaces index 64ab3b9..57e2c66 100644 --- a/hosts/campus-host2_interfaces +++ b/hosts/campus-host2_interfaces @@ -5,5 +5,4 @@ auto eth1 iface eth1 inet static address 10.60.70.102 netmask 255.255.255.0 - gateway 10.60.70.1 post-up ip route replace default via 10.60.70.1