ich habe an einem Business Anschluss das neue TG3442DE von Vodafone.
Nach Umstellen auf Bridge Mode geht allerdings kein Web-IF mehr zum nachlesen der Modemwerte.
Einen 301 auf https bekomme ich noch:
Code: Alles auswählen
~# curl -v 192.168.100.1
* Rebuilt URL to: 192.168.100.1/
* Trying 192.168.100.1...
* TCP_NODELAY set
* Connected to 192.168.100.1 (192.168.100.1) port 80 (#0)
> GET / HTTP/1.1
> Host: 192.168.100.1
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Location: https://192.168.100.1/
< Content-Length: 0
< Date: Thu, 30 Aug 2018 11:05:50 GMT
< Server: lighttpd
<
* Curl_http_done: called premature == 0
* Connection #0 to host 192.168.100.1 left intact
Code: Alles auswählen
~# curl -v https://192.168.100.1
* Rebuilt URL to: https://192.168.100.1/
* Trying 192.168.100.1...
* TCP_NODELAY set
* connect to 192.168.100.1 port 443 failed: Connection refused
* Failed to connect to 192.168.100.1 port 443: Connection refused
* Closing connection 0
curl: (7) Failed to connect to 192.168.100.1 port 443: Connection refused
Code: Alles auswählen
Starting Nmap 7.40 ( https://nmap.org ) at 2018-08-30 13:07 CEST
Nmap scan report for 192.168.100.1
Host is up (0.0027s latency).
PORT STATE SERVICE
80/tcp open http
443/tcp closed https
Danke!
Viele Grüße
Christian