通过DDN专线访问Internet |
|
|
| |
| service timestamps debug uptime |
| service timestamps log uptime |
| service password-encryption |
| no service tcp-small-servers |
| no service udp-small-servers |
| enable password <进入特权模式的口令> |
| description connected to EthernetLAN |
| ip address <以太网口IP地址及子网掩码> |
| description connected to Internet |
| ip address <广域网口IP地址及子网掩码> |
| access-list 1 permit <内网网段地址及子网掩码反码> |
| ip nat translation timeout 86400 |
| ip nat translation tcp-timeout 86400 |
| ip nat translation udp-timeout 300 |
| ip nat translation dns-timeout 60 |
| ip nat translation finrst-timeout 60 |
| ip nat pool <外部地址池名称> <外部地址池范围> netmask <外部地址掩码> |
| ip nat inside source list 1 pool <外部地址池名称> overload |
| passive-interface Serial 0 |
| ip route 0.0.0.0 0.0.0.0 Serial 0 |
| snmp-server community public RO |
| password <从控制台端口登录进用户模式所需口令> |
|
|
|
|