diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-11-19 17:17:38 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-12-18 16:00:21 +0100 |
commit | 766466b8d114e6e594955198fa848536b8fd88ae (patch) | |
tree | a2bb6d1ef0912ffb389c51f7f89ecfa6a66f2043 /testing/hosts/bob/etc/network/interfaces | |
parent | 108040800d276f544995224e031bc64c9cb138d6 (diff) | |
download | strongswan-766466b8d114e6e594955198fa848536b8fd88ae.tar.bz2 strongswan-766466b8d114e6e594955198fa848536b8fd88ae.tar.xz |
Adapt host configuration
Adapt the configuration of the test hosts to the new Debian-based
system.
Diffstat (limited to 'testing/hosts/bob/etc/network/interfaces')
-rw-r--r-- | testing/hosts/bob/etc/network/interfaces | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/hosts/bob/etc/network/interfaces b/testing/hosts/bob/etc/network/interfaces new file mode 100644 index 000000000..3e50c056a --- /dev/null +++ b/testing/hosts/bob/etc/network/interfaces @@ -0,0 +1,12 @@ +auto lo +iface lo inet loopback + +auto eth0 +iface eth0 inet static + address PH_IP_BOB + netmask 255.255.0.0 + broadcast 10.2.255.255 + gateway 10.2.0.1 +iface eth0 inet6 static + address PH_IP6_BOB + netmask 16 |