Explain how to configure netmask, broadcast address with examples?
James 23-December-2007 01:50:51 PM

Comments


www.cyberciti.biz/faq/setting-up-an-network-interfaces-file
Posted by crouse


www.thegeekstuff.com/.../ifconfig-7-examples-to-configure-network-interface
Posted by crouse


1. ifconfig bge3 netmask 255.255.255.248
2. ifconfig bge3 broadcast 192.10.235.103
3. Also do ifconfig -a and check the new netmask and broadcase is updated in the interface.
Posted by Sandeepen



Posted: 26-December-2007 04:18:37 PM By: Sandeepen

1. ifconfig bge3 netmask 255.255.255.248
2. ifconfig bge3 broadcast 192.10.235.103
3. Also do ifconfig -a and check the new netmask and broadcase is updated in the interface.

Posted: 18-September-2009 03:34:31 AM By: crouse

www.thegeekstuff.com/.../ifconfig-7-examples-to-configure-network-interface

Posted: 18-September-2009 03:37:00 AM By: crouse

www.cyberciti.biz/faq/setting-up-an-network-interfaces-file