Does Linux use a /etc/inet/netmasks file?

2

How Linux implements subnetting, as opposed to Solaris?

Anthony Kong

Posted 2011-06-25T22:58:53.320

Reputation: 3 117

1For Linux users, it might help if you briefly explained how Solaris implements subnetting – bbaja42 – 2011-06-25T23:18:54.797

LinuxJournal has an article on the topic, if that helps.

– new123456 – 2011-06-25T23:53:54.140

Answers

2

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.

AndyM

Posted 2011-06-25T22:58:53.320

Reputation: 156