On Fri, 2006-11-03 at 14:36 -0300, Charrua wrote:
> how I configure ip aliases in the lan interface? I need the next
> configuration:
>
> WAN = ADSL
>
> LAN = 192.168.99.1/255.255.255.128
> 192.168.100.1/255.255.255.128
First, this is considered bad network practice, and not recommended.
Second, this is very insecure. Third, it is not easy, and requires
unsupported command line operations.
The correct way to do it is to add another interface, or use a V-LAN.
However, if you must do it, look for Chris's post about why this is bad
for instructions. :-)
Lee |