有冇人幫下眼? 有冇咩要改同有乜漏洞?
ip nat pool net-pub 202.123.165.25 202.123.165.25 netmask 255.255.255.252
ip nat pool real-hosts 10.0.1.130 10.0.1.138 prefix-length 28 type rotary
ip nat inside source list 1 pool net-pub overload
ip nat inside destination list 2 pool real-hosts
!
!
interface Ethernet0
ip address 10.0.1.254 255.255.255.0
no ip redirects
ip nat inside
no ip route-cache
no ip mroute-cache
standby 1 timers 5 15
standby 1 priority 110
standby 1 preempt
standby 1 authentication denmark
standby 1 ip 10.0.1.1
!
interface Serial0
ip address 202.123.165.31 255.255.255.128
ip nat outside
no ip route-cache
no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 202.123.165.24 255.255.255.248 Serial0
!
access-list 1 permit 10.0.1.0 0.0.0.255
access-list 2 permit 202.123.165.26