ifconfig alias option

1997-12-18 Thread Markus Diesmann
Hi, floowing O'Reilly's Apache book I treid to set up second IP adress for a debian linux system. It seems that debian's implementation of ifconfig does not support the alias option. Is this true? Does anybody know how I can make system with one ethernet board listen to two IP addresses in the

Re: ifconfig alias option

1997-12-18 Thread dpk
You will have to recompile your kernel to support network aliasing. This option is under the menu Network Options. There is also a mini howto to get you started: http://sunsite.unc.edu/LDP/HOWTO/mini/IP-Alias Hope that helps you. Dennis -- dpk [EMAIL PROTECTED], Systems/Network |

Re: ifconfig alias option

1997-12-18 Thread Tim Sailer
Markus Diesmann wrote: Hi, floowing O'Reilly's Apache book I treid to set up second IP adress for a debian linux system. It seems that debian's implementation of ifconfig does not support the alias option. Is this true? Does anybody know how I can make system with one ethernet board

Re: ifconfig alias option

1997-12-18 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED], Tim Sailer [EMAIL PROTECTED] wrote: First, you have to compile your kernel with ip aliasing in it. Reboot with your shiny new kernel. Then run something like this: /sbin/ifconfig eth0:1 yourdomain.com /sbin/route add -host yourdomain.com dev eth0:1 PS: I'll be

Re: ifconfig alias option

1997-12-18 Thread Tim Sailer
Miquel van Smoorenburg wrote: In article [EMAIL PROTECTED], Tim Sailer [EMAIL PROTECTED] wrote: First, you have to compile your kernel with ip aliasing in it. Reboot with your shiny new kernel. Then run something like this: /sbin/ifconfig eth0:1 yourdomain.com /sbin/route add -host