> I tried several things:
>
> I added the IP address and gateway settings extracted
> from the BSD settings of the other computer to the:
> system -> administration -> network tool.
> When trying to change the netmask this value was
> always changed to this value:
> 255.255.255.0
> With some tricks this netmask address could also be
> used: 255.0.0.0
>
yeah how wonderful , a network GUI with a mind of its own :-)
This must be a BUG. I will clearly have to test this GUI.
So if it dosent work, forget it.
Edit the file /etc/netmasks
> With the first option I could not make any connection
> to the router.
> With the second option I could ping and view the
> network router, but I could not make connection to
> the internet. Route add also didn't work.
> I added the netmask address extracted from the BSD
> settings to the netmask file but with no success.
>
# route add net default {router-ip-address} 1
should work .
editing/creating the file /etc/defaultrouter
and writing the router IP address on a single , and only, line in this file
should also work
after a reboot.
Then you need to fix the DNS setup.
/etc/nsswitch.conf needs the entires
-----------------
hosts file dns
ipnodes file dns
----------------------
the file /etc/resolv.conf needs to contain the Resolver
configuration
including IP numbers for the DNS servers.
/etc/resolv.conf
----------------
domain {your-domain-name}
nameserver {IP-address-of-your-DNS-server}
--------------
This message posted from opensolaris.org