Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 1999 17:16:09 +0000
From:      Karl Pielorz <kpielorz@tdx.co.uk>
To:        Kiril Mitev <kiril@idea.co.uk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: IP aliasing - shant , wont , no way !
Message-ID:  <36EE91D9.354694E0@tdx.co.uk>
References:  <99031617075801.09234@loki.idea.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help


Kiril Mitev wrote:
> 
> or is it me :-) ?
>

I think it's you :-)
 

> so far so good...now, ifconfig command 3:
> ifconfig tl0 alias 194.36.20.201

Try:

ifconfig tl0 194.36.20.201 0xffffffff alias

If this is a permanent change, look to putting it in /etc/rc.conf, i.e. add a
line near the current tl0 config, like:

ifconfig_tl0_alias0="inet 194.36.20.201 netmask 0xffffffff"

-Karl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36EE91D9.354694E0>