Re: Jessie networking with multiple IPs (IPv and IPv6), single physical NIC
On Wed, Jul 26, 2017 at 5:42 PM, Tom Browder <tom.browder@gmail.com> wrote:
> On Wed, Jul 26, 2017 at 3:43 PM, Sven Hartge <sven@svenhartge.de> wrote:
...
>> ,----
>> | auto eth0
>> | iface eth0 inet static
>> | address 142.54.186.2/29
>> | gateway 142.54.186.1
>> | dns-nameservers 192.187.107.16 69.30.209.16
>> | iface eth0 inet static
>> | address 142.54.186.3/29
>> `----
Oops, I just looked at the ENTIRE active file and I forgot some lines
at the top:
#==================================
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 142.54.186.2
...
#==================================
At any rate, I'm going to try the file (suitably modified) on a spare,
local server I have before going live remotely.
-Tom
Reply to: