rm@crescentconstruction.com wrote:
127.0.0.0/8 dev lo scope link 169.254.0.0/16 dev etho scope link 192.168.1.0/24 dev etho proto kernel scope link src 192.168.1.143
and there is a dhcp server in the cisco router. several other devices are connected.
You do not have a default route, which means you cannot get to the Internet. You should have a line similar to this, but with the appropriate address: default via 172.16.1.1 dev eth0
I don't know why you're not getting the correct info from the Cisco router. Without looking at the traffic, I couldn't even guess.
You may have to use manual configuration until you get this problem resolved.
Thanks for pointing me in the right direction. I thought the routing looked odd, but I'm far from a network expert. I changed the default route by doing: # route add default gw 192.168.1.1 and now it connects just fine. I probably could have changed the default gateway via YAST also - but the command line worked fine. thanks to both of you, Regis
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org