On 2001-02-06 03:25, Azher Amin Mughal wrote to Salman Ghani about RE:...:
AAM> Hi
AAM>
AAM> You can assign multiple IPs in WinNT/Win2k or even in Unic very easily.
AAM>
AAM> WinNT= Go to ptotocols->tcp/ip->ip->advanced and here add as many ips u
AAM> like.
AAM>
AAM> in linux: ifconfig $internface:0 192.168.2.1
AAM>
AAM> where $interface is the name of ethernet or any e.g. eth0
BSD style:
ifconfig xl0 192.168.0.1 mask 255.255.255.0
ifconfig xl0 192.168.0.6 mask 255.255.255.0 alias
ifconfig xl0 192.168.0.19 mask 255.255.255.0 alias
and so on... xl0 is the interface, and the abbrievation differs depending on
which driver/nic is used.
/P
-
[To unsubscribe, send mail to [EMAIL PROTECTED] with
"unsubscribe firewalls" in the body of the message.]