i have rftm, now i am puzzled. loosing config at reboot.
Solaris 10 with nforce 2, installed nfo-0_8_1.
This very post is written under my new Solaris 10 install.
My problem:
every time i reboot, i loose my configuration for nfo0.
my hostname: acasa
my static ip: 10.10.10.13
my netmask: 255.255.255.0
my gateway: 10.10.10.1
my dns: 10.10.10.1
(10.10.10.1 is my router)
in /etc/hosts i have:
10.10.10.13 acasa
in /etc/hostname.nfo0 i have
10.10.10.13 acasa
in /etc/nsswitch.conf i have
hosts:files dns
in /etc/nodename i have
acasa
in /etc/ resolv.conf i have
nameserver10.10.10.1
i have done:
1) ifconfig nfo0 plumb
2) ifconfig nfo0 10.10.10.13 netmask 255.255.255.0 up
3) route add default 10.10.10.1
it works, even right now. fast and clear.
Every reboot i have to the above 3 steps othwise there is no connection.
When i doubleclick on the bottom right net icon, it tells me that ip is 10.10.10.13, but i get Destination: 127.0.0.1 and Subnetmask 255.0.0.0
There is nothing on svcs -x :
# svcs -x
svc:/application/print/server:default (LP print server)
State: disabled since Tue Feb 14 06:35:59 2006
Reason: Disabled by an administrator.
See: <a href="http://sun.com/msg/SMF-8000-05" target="_blank">http://sun.com/msg/SMF-8000-05</a>
See: lpsched(1M)
Impact: 2 dependent services are not running. (Use -v for list.)
As you can see, nothing here.
I dont know where else to look or what to do. I am thinking about dropping static ip and go dhcp, but i do not want to be defeated by this.
Thanx for your time.

