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 t

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 stati

Re: multihomed server with ipv6

2014-12-15 Thread oneman
> On 13 dec. 2014, at 23:35, Pascal Hambourg 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 192.168.1.

Re: multihomed server with ipv6

2014-12-15 Thread oneman
> On 13 dec. 2014, at 21:25, Martinx - ジェームズ wrote: > > On 12 December 2014 at 12:07, 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 primary LAN network interface >>

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 > >

Re: multihomed server with ipv6

2014-12-13 Thread Martinx - ジェームズ
On 12 December 2014 at 12:07, 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 static > ad