Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-31 Thread Tom Browder
On Mon, Jul 31, 2017 at 11:18 Curt wrote: ... > Are you not confounding the de and dk domain suffixes, because I believe > Sven is 'de' (Germany). You are certainly correct and I should have caught my error before sending. My apologies for any offended sensibilities. 50th

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-31 Thread Wilko Fokken
On Mon, Jul 31, 2017 at 04:17:24PM +, Curt wrote: > > Never heard of Arhus. Aarhus is the main town of Jutland, Danmark. -- "Certitude is not the test of certainty." --Oliver Wendell Holmes, Jr. & "Education is a man's going from cocksure ignorance to thoughtful

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-31 Thread Curt
On 2017-07-26, Tom Browder wrote: > > Thanks so much Sven. > > Best regards, > > -Tom > > BTW, my wife and I and two friends had a very nice time visiting > Denmark in May while on a cruise in the Baltic celebrating our 50th > wedding anniversary. Our ship,

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Tom Browder
On Wed, Jul 26, 2017 at 5:42 PM, Tom Browder wrote: > On Wed, Jul 26, 2017 at 3:43 PM, Sven Hartge wrote: ... >> , >> | auto eth0 >> | iface eth0 inet static >> | address 142.54.186.2/29 >> | gateway 142.54.186.1 >> |

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Tom Browder
On Wed, Jul 26, 2017 at 3:43 PM, Sven Hartge wrote: > Tom Browder wrote: >> On Wed, Jul 26, 2017 at 2:11 PM, Sven Hartge wrote: > >> So can the above be simplified by leaving out the repeated info like >> dns-nameservers, gateway,

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Sven Hartge
Tom Browder wrote: > On Wed, Jul 26, 2017 at 2:11 PM, Sven Hartge wrote: > So can the above be simplified by leaving out the repeated info like > dns-nameservers, gateway, and netmask to give something like: > #= >

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Tom Browder
On Wed, Jul 26, 2017 at 2:11 PM, Sven Hartge wrote: > Georgi Naplatanov wrote: >> On 07/26/2017 09:22 PM, Sven Hartge wrote: >>> Tom Browder wrote: >>> You don't need those up/down parts, you can add additional blocks for >>> eth0: >>>

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Sven Hartge
Georgi Naplatanov wrote: > On 07/26/2017 09:22 PM, Sven Hartge wrote: >> Tom Browder wrote: >> >>> The proposed /etc/network/interfaces file: >>> # begin = >>> iface eth0 inet static >>> address 142.54.186.2 >>>

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Georgi Naplatanov
On 07/26/2017 09:22 PM, Sven Hartge wrote: > Tom Browder wrote: > >> The proposed /etc/network/interfaces file: >> # begin = >> iface eth0 inet static >> address 142.54.186.2 >> netmask 255.255.255.248 >> gateway

Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC

2017-07-26 Thread Sven Hartge
Tom Browder wrote: > The proposed /etc/network/interfaces file: > # begin = > iface eth0 inet static > address 142.54.186.2 > netmask 255.255.255.248 > gateway 142.54.186.1 > dns-nameservers 192.187.107.16