IP Aliasing in rc.conf

2003-03-06 Thread Martyn Hill
Hi all Can someone confirm that the following is the correct way to implement one IP alias (same subnet) on a single fxp NIC in rc.conf (for the purposes of running a dual samba/samba-tng installation): ipconfig_fxp0=inet 10.0.0.201 netmask 255.0.0.0 ipconfig_fxp0_alias0=inet 10.0.0.211 netmask

Re: IP Aliasing in rc.conf

2003-03-06 Thread Nigel Soon
I think you want this instead: ifconfig_fxp0=inet 10.0.0.201 netmask 255.0.0.0 ifconfig_fxp0_alias0=inet 10.0.0.211 netmask 255.255.255.255 On Thu, 06 Mar 2003, Martyn Hill wrote: Hi all Can someone confirm that the following is the correct way to implement one IP alias (same subnet) on a