2013年9月27日金曜日

ciscoルータにACLを追加した。

Username: xxxxxx
Password:*******

RT1>enable
Password:*******

RT1# show access-lists

RT1# configure terminal


RT1# ip access-list extended 101
RT1(config-ext-nacl)# permit tcp host 192.168.1.50 eq www any established
RT1(config-ext-nacl)# no 10
RT1(config-ext-nacl)# ^Z

RT1# show running-config
RT1# copy running-config startup-config
RT1# show startup-config

デバックしてみる。

RT1# show ip nat translation
RT1# term mon
RT1# debug ip nat detailed

RT1# no debug ip nat detailed
qq

RT1# show ip nat translation

0 件のコメント:

コメントを投稿

Rocky linux9.7 に最新版のgimpをインストール

 標準版のgimp を削除して、最新版のgimpをインストールする。 sudo dnf install flatpak sudo flatpak remote-delete --force flathub sudo flatpak remote-add --if-not-exis...