CISCO ASA ASDM: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 11: Zeile 11:
 
configure terminal
 
configure terminal
 
asdm image flash:/asdm-741.bin
 
asdm image flash:/asdm-741.bin
http server enable  
+
http server enable 8888
 
http 0.0.0.0 0.0.0.0 if-inside  
 
http 0.0.0.0 0.0.0.0 if-inside  
 
http 0.0.0.0 0.0.0.0 if-outside
 
http 0.0.0.0 0.0.0.0 if-outside
exit
+
end
 
   
 
   
 
</pre>
 
</pre>

Aktuelle Version vom 17. Februar 2016, 09:58 Uhr

Asdm beim start laden

  • ciscoasa(config)# asdm image flash:/asdm-741.bin

http ein schalten

  • ciscoasa(config)# http server enable

http frei schalten

  • ciscoasa(config)# http 0.0.0.0 0.0.0.0 if-inside
nicht zu empfehlen
  • ciscoasa(config)# http 0.0.0.0 0.0.0.0 if-outside

Copy and Paste

configure terminal
asdm image flash:/asdm-741.bin
http server enable 8888
http 0.0.0.0 0.0.0.0 if-inside 
http 0.0.0.0 0.0.0.0 if-outside
end