[2461] in linux-net channel archive

home help back first fref pref prev next nref lref last post

Re: IP Aliasing

daemon@ATHENA.MIT.EDU (Doug Ledford)
Fri Apr 12 01:27:16 1996

Date: 	Thu, 11 Apr 1996 23:54:34 -0500 (CDT)
From: Doug Ledford <dledford@dialnet.net>
To: jsinason@idtcomm.com
cc: linux-net@vger.rutgers.edu
In-Reply-To: <4kikbd$vl@portal.atak>

On 11 Apr 1996, Tom Lees wrote:

> Jeff Sinason (jsinason@itdcomm.com) wrote:
> : Is there a production version of the kernel that has the IP aliasing 
> : code in it?  I need to be able to do some virtual hosting and 
> : understand that this is the only way it can be done.
> 
> I think there is a patch for the 1.2.13 kernel for IP aliasing, but before
> getting that, consider if you could use the dummy interfaces for the same
> job. You should compile the kernel with dummy interfaces as modules, reboot
> using the new kernel, then:-
> 
> insmod -o dummy0 /lib/modules/1.2.x/net/dummy.o
> ifconfig dummy0 <ip address> up
> arp -s <local ethernet address> <ip address> netmask <netmask> pub
> route add <ip address> dev dummy0

Alternatively, you could ftp to ftp.dialnet.net, cd to /pub/linux/kernel 
and download linux-1.2.14.2-unofficial.tar.gz.  As the title implies, 
this is an unofficial kernel, but it does include most of the bug fixes 
to 1.2.13 (all that I'm aware of that I have reason to believe are 
reliable) as well as IP Tunneling code, IP aliasing code, updated network 
card drivers, updated SCSI drivers, updated ppp code (ppp-2.2.0e), newer 
kswap patch, quota support, ELF support, and a few miscellaneous other 
things.  You can get the pppd-2.2.0e binary from the same directory as 
well.  It is in a file with the quota binaries called 
Updated-binaries-for-1.2.14.2.tar.gz.  This kernel is hoped to be more 
stable than 1.2.13, while at the same time having some increased 
functionality and performance.  If you decide to try it out, let me know 
how things go as I am continuing to work on fixing any problems that may 
come up in it.

*****************************************************************************
* Doug Ledford                      *   Unix, Novell, Dos, Windows 3.x,     *
* dledford@dialnet.net    873-DIAL  *     WfW, Windows 95 & NT Technician   *
*   PPP access $14.95/month         *****************************************
*   Springfield, MO and surrounding * Usenet news, e-mail and shell account.*
*   communities.  Sign-up online at * Web page creation and hosting, other  *
*   873-9000 V.34                   * services available, call for info.    *
*****************************************************************************



home help back first fref pref prev next nref lref last post