永发信息网

cisco2600设置请教

答案:2  悬赏:20  手机版
解决时间 2021-01-20 20:05
  • 提问者网友:流星是天使的眼泪
  • 2021-01-20 12:26
cisco2600设置请教
最佳答案
  • 五星知识达人网友:胯下狙击手
  • 2021-01-20 13:37
f0/0 接外网 F0/1 接内网

en
conf t
int f0/0
ip add 222.129.1183.55 255.255.255.0
no shu
int f0/1
ip add 10.10.10.1 255.255.255.0
no shu

ip dhcp pool mypool
network 10.10.10.0 /24
im all
dns-server 8.8.8.8
exit

ip nat in s li 1 in f0/0 o

access-list 1 permit 10.10.10.0 0.0.0.255

ip ip route 0.0.0.0 0.0.0.0 222.219.183.1
end
wr
全部回答
  • 1楼网友:几近狂妄
  • 2021-01-20 13:46
F 0/0接外面,E1/0是接内网的
配置
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
memory-size iomem 20
ip subnet-zero
!
ip dhcp pool mypool
network 10.10.10.0 255.255.255.0
dns-server 202.106.0.20
!
!
!
!
interface FastEthernet0/0
ip address 222.219.183.55 255.255.255.0
no ip directed-broadcast
!
interface Ethernet1/0
ip address 10.10.10.1 255.255.255.0
no ip directed-broadcast
!
ip nat pool wenjie 10.10.10.200 10.10.10.255 prefix-length 24
ip nat inside source list 1 pool wenjie
ip classless
ip route 0.0.0.0 0.0.0.0 222.219.183.1
no ip http server
!
access-list 1 permit 10.10.10.0 0.0.0.255
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
Router# wr
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯