The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




Thread: Subnet mask
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 09-13-2001
manderson19 manderson19 is offline
Registered User
  
 

Join Date: Aug 2001
Posts: 57
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.