gateway 要設定...pc 端 :192.168.0.254 dns : 168.95.1.1
router 端..要下 default route 指到 140.134.1.254 ....
這樣應該就可以了
還是不行
PC IP 192.168.0.10
mask 255.255.255.0
gateway 192.168.0.254
dns 168.95.1.1
router打了這些指令
int fa0/
ip add 140.134.A.B 255.255.255.0
ip nat outside
no sh
int e1/0
ip add 192.168.0.254 255.255.255.0
ip nat inside
ip nat pool nat1 140.134.A.B 140.134.A.B netmask 255.255.255.0
access-list 1 permit 192.168.0.0 0.0.0.255
ip nat inside source list 1 pool nat1 overload
ip route 0.0.0.0 0.0.0.0 140.134.1.254
要PING 8.8.8.8會出現
Reply from 192.168.0.254: Destination host unreachable
ip nat inside source list 1 pool nat1 overload
ip nat inside source list 1 interface FA0/0 overload
ip nat inside source static 192.168.0.11 140.134.A.B
加入這二行看看