Subject: Re: Inetd (w/IP Aliasing)
To: Bill Morris <bmorris@nyx10.cs.du.edu>
From: Simon J. Gerraty <sjg@zen.void.oz.au>
List: current-users
Date: 08/03/1995 17:49:50
> someone here said they had a version of inetd that did this Now of course
> I needsomeone tell me where I can FTP it from or if all else fails
> uuencode and mail I need this soonish...
That would be me.
The patch to inetd is rather ugly so is totally unsupported nor
recommended. However on my system:
rc runs:
inetd -a 127.0.0.1,192.168.168.1
and ip-up run by pppd runs:
inetd -a 192.168.168.130 /etc/inetd.ppp
You also need a simple patch to your kernel to prevent packets
arriving on say ppp0 getting to an address which is not configured for
that address.
Sound ok.
--sjg