How Linux implements subnetting, as opposed to Solaris?

link|improve this question

1  
For Linux users, it might help if you briefly explained how Solaris implements subnetting – bbaja42 Jun 25 '11 at 23:18
LinuxJournal has an article on the topic, if that helps. – new123456 Jun 25 '11 at 23:53
feedback

1 Answer

up vote 2 down vote accepted

I believe the netmasks in linux are set in /etc/sysconfig/network-scripts , on a per interface bases.

Where Solaris uses /etc/netmasks to over ride or set the expected netmask, this can be done with the netmask directive in the ifcfg-ethX script.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.