|
another point: you can add the second network with the different netmask to a virtual interface using the "ifconfig" command:
# ifconfig <interface:0) netmask <second_netmask>
notice you have to use the colon zero immediately after the interface name to create the virtual interface.
|