Re: multihomed server with ipv6

2014-12-15 Thread oneman
On 13 dec. 2014, at 21:25, Martinx - ジェームズ thiagocmarti...@gmail.com wrote: On 12 December 2014 at 12:07, li...@onemanifest.net wrote: I’m trying to setup a multi-homed server with dual stack networking. I’ve setup static adressing for both NICs for ipv4 and ipv6 like this: # The

Re: multihomed server with ipv6

2014-12-15 Thread oneman
On 13 dec. 2014, at 23:35, Pascal Hambourg pas...@plouf.fr.eu.org wrote: Hello, li...@onemanifest.net a écrit : I've setup static adressing for both NICs for ipv4 and ipv6 like this: # The primary LAN network interface allow-hotplug eth0 iface eth0 inet static address

Re: multihomed server with ipv6

2014-12-15 Thread Bob Proulx
li...@onemanifest.net wrote: I’ve setup static adressing for both NICs for ipv4 and ipv6 like this: I see you have good answers from others. Great. But I didn't see these comments that I am going to make. # The primary LAN network interface allow-hotplug eth0 iface eth0 inet static

Re: multihomed server with ipv6

2014-12-15 Thread Pascal Hambourg
one...@onemanifest.net a écrit : - Since this server will be used for running openvz containers, I'll probably have to create explicit routes for each (virtual) network to the subnets the NICs are connected to and define an explicit gateway for each subnet? If the server does routing for the

Re: multihomed server with ipv6

2014-12-13 Thread Martinx - ジェームズ
On 12 December 2014 at 12:07, li...@onemanifest.net wrote: Hi all, I’m trying to setup a multi-homed server with dual stack networking. I’ve setup static adressing for both NICs for ipv4 and ipv6 like this: # The primary LAN network interface allow-hotplug eth0 iface eth0 inet

Re: multihomed server with ipv6

2014-12-13 Thread Pascal Hambourg
Hello, li...@onemanifest.net a écrit : I've setup static adressing for both NICs for ipv4 and ipv6 like this: # The primary LAN network interface allow-hotplug eth0 iface eth0 inet static address 192.168.1.xx netmask 255.255.255.0 gateway 192.168.1.1 iface eth0

multihomed server with ipv6

2014-12-12 Thread lists
Hi all, I’m trying to setup a multi-homed server with dual stack networking. I’ve setup static adressing for both NICs for ipv4 and ipv6 like this: # The primary LAN network interface allow-hotplug eth0 iface eth0 inet static address 192.168.1.xx netmask 255.255.255.0 network