Thanks guys for further pushing me. I won’t be able to write this short as I made several observations.
I can read a lot that “/etc/resolv.conf” should actually be a symlink to “/run/resolvconf/resolv.conf” but after moving the file and making the link, after the next reboot the folder “/run/resolvconf/” was deleted leaving me with NetworkManager unable to resolve anything i.e. wifi connected but unable to resolve to anywhere. Now there is a “/run/netconfig/NetworkManager.netconfig” but when I establish the before mentioned symlink to that file, again NM is unable to resolve anything. So right now I’m back to the netconfig autogenerated file in /etc/.
Next I’ll try to respond some of your questions. (Note that I was able to get around the login issue on forums.opensuse.com [which is handled by login.microfocus.com] by removing the dynamically generated link when clicking on “Log In” on this forums site and logging in with valid information on the site [login.microfocus.com] directly. So now I’m writing from my OpenSUSE machine. Rather funny fact that when I wanted to reply with quote, AGAIN I apparently got some timout leaving me with a frozen page, so I had to write this manually)
Edit: I couldn’t send this either, thank god I’m used to forums and wrote this in an editor first. Had to send the .txt to my laptop and paste it into a new reply from there…how sick is that?
What kind of Internet Gateway are you running? Is it a simple router perhaps with a firewall based on IP tables or is it a Proxy Server? …]
It’s a TP-Link Archer C7 v2 which I myself flashed OpenWrt on to. It’s basically a small linux distro for routers. The default firewall (which I mentioned I tried to run activated and deactivated with no differences in the behaviour on my linux machines [Fedora/OpenSUSE]) is indeed based on IP tables and I do not have any Proxies set up. This is my router and I do have access to it. Not that it’s set up and working with OSX, iOS and Windows.
Are you running any kind of web filtering software …]
I used to have an AdBlock installed on the router firmware which is now disabled since I’m on this OS, although it had no effects on my connection before that on the mentioned operating systems. The OpenSUSE install has no additional software installed apart from the provided ISO and the firewall has been disabled by me. This excludes anti-virus, anti-anything. There’s this AppArmor thing in YaST which I disabled as well.
…] it might be helpful to try to identify anything in common with what works and what doesn’t …]
This is indeed tricky even knowing a decent part of web development. If it was for some specific authentication server it would not be of any help to me but I could at least provide that information here. Take codepen for instance. It seems to be more of a rendering issue caused by the timeouts. I can access www.codepen.io just fine. I cannot see rendered output from the individual pens though (this is without any account logged in!). The pen gets stuck outputting “Loading…”. Even more: On the contraty I CAN see rendered full page views. Codepen is using a variety of Frameworks, Servers etc. including e.g. Rails, Sinatra, Express, Node, Preprocessor Servers, VPN, NAT and whatnot…
The next step after trying httping is to telnet …]
All right here goes. I tried this with several sites that do work and that do not work for me. Although I don’t know if it’s of any help if I get a header from the main address when usually the timeout occurs on dynamically generated sub domains like “login.yahoo.com?..” until when there’s some data send event triggering. It’s usually user logins that don’t work but that’s why I’m mentioning the codepen example.
TELNET WITH FAILING SITES
HEAD / HTTP/1.1
Host yahoo.com
HTTP/1.1 400 Host Header Required
Date: Tue, 27 Sep 2016 17:42:41 GMT
Connection: keep-alive
Via: http/1.1 ir32.fp.gq1.yahoo.com (ApacheTrafficServer)
Server: ATS
Cache-Control: no-store
Content-Type: text/html
Content-Language: en
Content-Length: 6487
HEAD / HTTP/1.1
Host spotify.com
HTTP/1.1 400 Bad Request
Server: nginx
Date: Tue, 27 Sep 2016 17:45:17 GMT
Content-Type: text/html
Content-Length: 166
Connection: close
HEAD / HTTP/1.1
Host codepen.io
HTTP/1.1 400 Bad Request
Date: Tue, 27 Sep 2016 18:24:33 GMT
Content-Type: text/html
Content-Length: 177
Connection: close
Server: -nginx
CF-RAY: -
GNUTLS-CLI WITH FAILING SITE
HEAD / HTTP/1.1
Host login.microfocus.com
// This is the site handling opensuse forum accounts…
HTTP/1.1 400 Bad Request
Server: Apache-Coyote/1.1
Transfer-Encoding: chunked
Date: Tue, 27 Sep 2016 18:31:28 GMT
Connection: close
Strict-Transport-Security:max-age=86400
Set-Cookie: IPCZQX03a36c6c0a=; Domain=attachmategroup.com; Expires=Tue, 27-Sep-2016 18:31:39 GMT; Path=/
Set-Cookie: lb_login=EIODEBIJ; Path=/
*** Fatal error: The TLS connection was non-properly terminated.
*** Server has terminated the connection abnormally.
TELNET WITH WORKING SITES
HEAD / HTTP/1.1
Host google.com
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=UTF-8
Location: Google
Content-Length: 262
Date: Tue, 27 Sep 2016 17:43:31 GMT
HEAD / HTTP/1.1
Host youtube.com
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=UTF-8
Location: Google
Content-Length: 262
Date: Tue, 27 Sep 2016 18:03:42 GMT
HEAD / HTTP/1.1
Host facebook.com
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=utf-8
Date: Tue, 27 Sep 2016 18:06:53 GMT
Connection: close
Content-Length: 2959
HEAD / HTTP/1.1
Host stackoverflow.com
HTTP/1.1 400 Bad Request
Well these are my investigations as reaction to your responses. I hope they may be of any help on the issue. Thanks for staying with me! I’m going to have lunch after so much command line action… ¡Buen provecho!