[TriLUG] Creating an alias IP on knoppix

paul ppeeler at gmail.com
Mon Jan 17 10:44:20 EST 2005


On Sun, 16 Jan 2005 20:23:59 -0500, Ian Kilgore <ian at trilug.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Steve Litt wrote:
> | Hi all,
> |
> | Having spent most of my life on redhat-centric OS's, I have no idea
> how to
> | create an IP-alias on a Knoppix box. All I want is a second IP address
> | pointing to the NIC card.
> |
> | Thanks
> |
> | STeveT
> ifconfig <iface> add <address>

this in the /etc/network/interfaces somewhere under your other ethx
stuff. not all that different really.

auto eth0:0
iface eth0:0 inet static
        address 10.28.32.98
        netmask 255.255.255.0
        network 10.28.32.0
        broadcast 10.28.32.255



More information about the TriLUG mailing list