interface fastethernet 0/0 (设F0/0接你的内网)
ip address 192.168.1.1 255.255.255.0 (这是内网接口IP,也是你电脑的网关)
ip nat inside interface fastethernet 1/0 (设F1/0接你的外网)
ip address 200.168.12.1 255.255.255.0(这是外网接口IP,也就是你8个静态IP的一个,看你的实际环境) ip nat outside ip nat pool net200 200.168.12.2 200.168.12.10 netmask 255.255.255.0(这是你的地址池,从200.168.12.2到 200.168.12.10 ,看你的实际环境) ip nat inside source list 1 pool net200 access-list 1 permit 192.168.0.0 0.0.0.255