we've modified the /etc/hostname and /etc/netmasks, but it will not take on reboot
Main Topics
Browse All TopicsFor Solaris 10 (11/06) we are trying to create a netmask of 255.255.240.0 but cannot seem to get it to work. Here is what is configured so far:
root@03# cat netmasks
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
# network-number netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
# 128.32.0.0 255.255.255.0
#
172.17.20.0 255.255.252.0
# Private
172.16.40.0 255.255.240.0
root@03#
e1000g5: flags=69040843<UP,BROADCAS
inet 172.16.40.11 netmask ffff0000 broadcast 172.16.255.255
groupname grpports35
ether 0:15:17:35:a3:1b
root@02#
root@02# cat /etc/hostname.e1000g5
172.16.40.11 netmask + broadcast + deprecated \
group grpports35 -failover standby up
root@02#
We've gone into the /etc/hostname.e1000g5 and modified the line to read:
172.16.40.11 netmask 255.255.240.0 broadcast + deprecated \
group grpports35 -failover standby up
and that worked, but this is not a supported method. Changing it in netmasks should have done this - is there another file in Solaris 10 that we are not including?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
turns out our networking department gave us the wrong subnet and masks and the calculations were not computing correctly. This was why Solaris was not accepting the settings. Jim - although your response didn't solve our problem, you did give correct advice so I will award you the points!
thanks for your speedy reply!
Business Accounts
Answer for Membership
by: Jim_CoynePosted on 2007-06-28 at 12:03:32ID: 19383584
bash# ifconfig eri0 172.16.40.11 netmask 255.255.240.0 up
or
edit the file /etc/hostname and /etc/netmasks (reboot)