Possible Syntax Error "interfaces" (Ubuntu 6.10)

Karl-Heinz Schulz karlheinz at khschulz.com
Sun Jan 7 16:24:16 UTC 2007


I found my mistake - I forget to add eth0:0 to auto eth0  - auto eth0 eth0:0


From: ubuntu-users-bounces at lists.ubuntu.com
[mailto:ubuntu-users-bounces at lists.ubuntu.com] On Behalf Of Karl-Heinz
Schulz
Sent: Sunday, January 07, 2007 11:08 AM
To: 'Ubuntu user technical support, not for general discussions'
Subject: Possible Syntax Error "interfaces" (Ubuntu 6.10)


I tried to enable a second IP address on my NIC without much success.

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

# The loopback network interface

auto lo

iface lo inet loopback

# The primary network interface

auto eth0

iface eth0 inet static

        address 207.59.215.24

        netmask 255.255.255.224

        network 207.59.215.0

        broadcast 207.59.215.31

        gateway 207.59.215.1

        # dns-* options are implemented by the resolvconf package, if
installed

        dns-nameservers 66.255.85.9 66.255.85.9

iface eth0:0 inet static

        address 207.59.215.23

        netmask 255.255.255.224


I receive host unreachable when trying to ping 207.59.215.23 - what am I
missing?

TIA


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070107/60e4d4f6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3660 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070107/60e4d4f6/attachment.bin>


More information about the ubuntu-users mailing list