Networking: unable to get multi-homed host working in Debian 8 [SOLVED]

2016-08-12 Thread Tom Browder
-- Forwarded message -- From: Tom Browder Date: Fri, Aug 12, 2016 at 9:23 AM Subject: Re: Networking: unable to get multi-homed host working in Debian 8 To: "debian-user@lists.debian.org" On Tue, Aug 9, 2016 at 8:16 PM, Tom Browder wrote: > I have read the c

Re: Networking: unable to get multi-homed host working in Debian 8

2016-08-12 Thread Tom Browder
On Tue, Aug 9, 2016 at 8:16 PM, Tom Browder wrote: > I have read the current Debian networking docs on the subject > (https://wiki.debian.org/NetworkConfiguration#iproute2_method). I > want to use at least two IPv4 static addresses on the same physical > NIC. Following examples I have tried this

Re: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Pascal Hambourg
Le 10/08/2016 à 14:43, Tom Browder a écrit : $ ip -4 addr 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 inet 192.168.0.17/24 br

Re: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Tom Browder
On Wed, Aug 10, 2016 at 7:13 AM, Pascal Hambourg wrote: > Le 10/08/2016 à 13:22, Tom Browder a écrit : >> >> >> Ping from the test host itself to its primary first alias IP: >> >> PING 192.168.0.18 (192.168.0.18) 56(84) bytes of data. >>> >>> From 192.168.0.17 icmp_seq=1 Destination Host Unreachab

Re: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Pascal Hambourg
Le 10/08/2016 à 13:22, Tom Browder a écrit : Ping from the test host itself to its primary first alias IP: PING 192.168.0.18 (192.168.0.18) 56(84) bytes of data. From 192.168.0.17 icmp_seq=1 Destination Host Unreachable It really looks like the secondary address is not configured on the hos

Re: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Tom Browder
On Wednesday, August 10, 2016, Pascal Hambourg wrote: > > Le 10/08/2016 à 03:16, Tom Browder a écrit : >> >> Then, as root, I executed "service networking restart" and all looked >> well until I logged in to another host and tried to ping the new IP >> and got no good ping. > > Can you elaborate "

Re: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Pascal Hambourg
Le 10/08/2016 à 03:16, Tom Browder a écrit : Then, as root, I executed "service networking restart" and all looked well until I logged in to another host and tried to ping the new IP and got no good ping. Can you elaborate "all looked well" and "no good ping" ? Commands, results ? What's the

RE: Networking: unable to get multi-homed host working in Debian 8

2016-08-10 Thread Bonno Bloksma
Hi, > I have read the current Debian networking docs on the subject > (https://wiki.debian.org/NetworkConfiguration#iproute2_method). > I want to use at least two IPv4 static addresses on the same physical NIC. [..] # The primary network interface allow-hotplug eth0 iface eth0 inet static ad

Networking: unable to get multi-homed host working in Debian 8

2016-08-09 Thread Tom Browder
I have read the current Debian networking docs on the subject (https://wiki.debian.org/NetworkConfiguration#iproute2_method). I want to use at least two IPv4 static addresses on the same physical NIC. Following examples I have tried this in my "/etc/network/interfaces" file: # This file describe