Okay thanks for the hints! I just managed it. "netconfig update" told me that the resolv.conf was changed and so I copied the content of resolv.conf.netconfig into the resolv.conf and now everything is fine! Actually the file must have been corrupted by the empty battery … still strange but things happen ;) Thanks for help!!! Gesendet: Donnerstag, 12. März 2015 um 17:45 Uhr Von: "Anton Aylward" <opensuse@antonaylward.com> An: opensuse@opensuse.org Betreff: Re: [opensuse] Network not working On 03/12/2015 12:04 PM, Benjamin Draxlbauer wrote:
Another Info which might lead to the solution: I can load ip addresses but not the websites via name, so it seems that the names are not resolved properly... 134.76.12.3 leads to "it works". Would be cool if someone could help out…
As Patrick said, check your resolver settings. This sounds like a DNS resolution issue. It is possible that your ISP _should_ be supplying values. If your router is connecting to your ISP via DHCP the ISP may also had back addresses to its won DNS service, and all you need to do is tell your own machine to use the router as a DNS proxy. That's how my ISP works. The ISP does a good job and caches a boatload of responses! My router caches the ones i use most often. So that option invovles setting your router address in /etc/resolv.conf Or possibly the address of your ISP's DNS service. Failing all that, you can enter "8.8.8.8" as a DNS service. So your /etc/resolv.conf might read nameserver 127.0.0.1 nameserver 192.168.1.1 nameserver 8.8.8.8 The first is the local cache :-) The second is the router The third is the fallback That's one way of doing it. It will work. No doubt there are better ways, more suited to your exact situation and context. For example, * You may have a crippled ISP that doesn't supply DNS service. * Your ISP may normally supply that but is suffering a bug/outage in this regard As they cay: YMMV As I say, Context is Everything -- A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting frowned upon?
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org