Remote Zugriff der USG 300 funktioniert nicht mehr.
Top : Support : Security : ZyWALL : USG Series
| Artikelnummer: |
 |
000330 |
| Bewertung: |
 |
1.0 / 5.0 (3 votes)
|
| Hits: |
 |
1875 |
|
|
Wenn man es geschafft haben sollte, unter WWW die Einträge für http und https auszuschalten muss man folgendes seriell per CLI eingeben
|
Username: admin
Password:
Router> configure teminal
Router(config)# show ip http server status
active : no
port : 80
authentication method: default
admin service control:
No. Zone Address Action
===============================================================================
1 ALL ALL accept
user service control:
No. Zone Address Action
===============================================================================
1 ALL ALL accept
Router(config)# ip http server
Router(config)#
Router(config)# show ip http server status
active : yes
port : 80
authentication method: default
admin service control:
No. Zone Address Action
===============================================================================
1 ALL ALL accept
user service control:
No. Zone Address Action
===============================================================================
1 ALL ALL accept
Router(config)# exit
Router# exit
|