思科路由器NAT不起作用

我有一个来自festethernret0提供商的有效的互联网连接,也有vlan1 。 我需要从festethernret0到我的vlan1的互联网连接。 我这样做:

 access-list 2 remark CCP_ACL Category=2 access-list 2 permit 10.0.1.0 0.0.0.255 interface Vlan1 ip nat inside exit interface FastEthernet0 ip nat outside exit ip nat inside source list 2 interface FastEthernet0 overload 

此脚本由Cisco Configuration Professional生成。 在连接到vlan1计算机上没有互联网连接。 它ping路由器和其他设备,但做互联网连接。 请帮助。

我有一个来自festethernret1提供商的有效的互联网连接,也有vlan1 。 我需要从festethernret1到我的vlan1的互联网连接。

如果您的Internet连接在FastEthernet 1 ,那么您的configuration是错误的。 你的configuration都在FastEthernet 0上应用ip nat outside ,并且使用FastEthernet 0进行NAT超载configuration( ip nat inside source list 2 interface FastEthernet0 overload