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

ZABBIX8.0 with postgres and nginx

■インストール前に PHP8.2以上が必要。 sudo dnf install -y epel-release sudo dnf install -y http://rpms.remirepo.net/enterprise/remi-release-9.rpm # Rocky L...