On Thu, Oct 21, 1999 at 06:50:07PM +0200, Graham Wheeler wrote:
> Hi all
> 
> Is it possible to assign an IP alias to a point to point interface (in my case,
> a sync PPP interface)? It doesn't seem to be possible, but perhaps I'm
> missing something...

Yup, that's possible but is somewhat tricky:

# ifconfig ptpN inet X.X.X.X X.X.X.X alias
# route delete -host X.X.X.X
# route add -host X.X.X.X -gateway 127.1
# ping X.X.X.X


Cheers,
-- 
Ruslan Ermilov          Sysadmin and DBA of the
[EMAIL PROTECTED]        United Commercial Bank,
[EMAIL PROTECTED]          FreeBSD committer,
+380.652.247.647        Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to