On Sun, 16 Jan 2005 20:23:59 -0500, Ian Kilgore <[EMAIL PROTECTED]> 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
-- 
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to