题意是让你做PAT,将PAT的地址池设为34.0.0.3 34.0.0.4。配置为:
ip nat pool PAT 34.0.0.3 34.0.0.4 netmask 255.255.255.0
ip nat inside source list 1 pool PAT overload
access-list 1 permit 192.168.1.0 0.0.0.255
interface f0/0
ip nat inside
interface f0/1
ip nat outside
希望你能看明白!