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

zabbix7 amazon linux2023 インストール postgres15

【postgres】 dnf -y install postgresql15-server postgresql15-server-devel postgresql-setup initdb passwd postgres vi `find / -name pg_hba.con...