cisco router vlan nat


ip dhcp pool v200
   network 10.10.200.0 255.255.255.0
   default-router 10.10.200.254
   dns-server 140.120.x.x 140.120.x.x
!
interface Vlan200
 ip address 10.10.200.254 255.255.255.0
 ip nat inside
 ip flow ingress
!
ip nat pool nat-200 xxx.real.ip.xxx xxx.real.ip.xxx netmask 255.255.255.0
!
ip nat inside source list acl_v200 pool nat-200 overload
!
ip access-list extended acl_v200
 permit ip 10.10.200.0 0.0.0.255 any

留言

熱門文章