system won't start to GUI it stuck

Hi.

I got this message in our sun station and it stuck
Setting default IPv4 interface for multicast: add net 224.0/4: gateway pecsun22

but i can still telenet the station...

who could i fix this..

appreciate your help

inetd has not started so you won't be able to telnet.

Did the interface get configured with an IP address, can you ping it?

Do you know how to start it in single user mode?

it was working yesterday and it suddenly went to that message that i post after we rebooted.
I can still telnet in to it and it replied if i ping

any ideas

ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.65.1.22 netmask fffffc00 broadcast 10.65.3.255
ether 8:0:20:aa:c3:e0

i noticed broadcast address is different to some of our station anyone knows how could i change the adress 10.65.3.255 to 10.65.1.255

just a luck

able to changed but samething happened...

any ideas here

thanks

That is the correct broadcast address for that netmask. I suggest you check /etc/netmasks to change the netmask to be what you intend.

Either

10.65.1.0       255.255.255.0

or

10.0.0.0        255.255.255.0

Then go through a "change management" investigation....

after issuing this command sys-unconfig all setting has been reset and i configured the network paramaters and everything. Right now i can login to GUI without any problems but the station cannot be emulate in windows platform we are using hummingbird to emulate this station before. Is there any configuration that needs to be change or set.

I also had a porblem in mnttap i was supposed to add all mounted nfs here but if i saved it seems like permission denied. I have tried in single user mode to edit but same thign happened. Is there other way to edit this mnttab?

appreciate your assistance and expertise.

Is the Windows machine on the same subnet as the Solaris box?

Do all machines agree what the subnet mask and broadcast address should be?