Re: Multiple IP addresses on one interface (Summary)

2000-03-09 Thread Matthew Saltzman
Thanks to "Chad W. Skinner" <[EMAIL PROTECTED]> and Bernhard Rosenkraenzer <[EMAIL PROTECTED]>. The solution is to ifconfig eth0:n for each additional IP on eth0 (where n = 0, 1, 2, ...) and then route add the network address and netmask for eth0. The RedHat-friendly thing to do is create /etc/s

RE: Multiple IP addresses on one interface

2000-03-08 Thread Chad W. Skinner
Mr. Saltzman, The command to do this is similar to the following (from the Net-3-howto section 6.5): ifconfig eth0:0 netmask up route add -n netmask eth0 Also, there are a few scripts that define the setup for the ethernet adapters, I have one script on my system called I believe

Re: Multiple IP addresses on one interface

2000-03-08 Thread Bernhard Rosenkraenzer
On Tue, 7 Mar 2000, Matthew Saltzman wrote: > I want to configure a web server that will answer requests for multiple > machine names (e.g., www.example.com, www2.example.com, etc), displaying > different home pages depending on the destination name. The machine > has a single network connection