千家论坛_弱电智能化技术与工程讨论(建筑智能,家居智能,人工智能)

路由交换
收藏本版 (7) |订阅

路由交换 今日: 3703 |主题: 18312|排名: 28 

发新帖
打印 上一主题 下一主题

关于cisco地址NAT问题?...

[复制链接]
zhaowei 发布于: 2004-11-5 15:15 666 次浏览 8 位用户参与讨论
跳转到指定楼层
我有82-86五个地址,83和84在cisco2621上能正常做静态NAT,但是85和86都不能正常做,做过了85和86两个地址不能够ping通,在路由器里也ping不通。不知知怎么回事?
回复

使用道具 举报

已有8人评论

新浪微博达人勋

千家认证

沙发
zhaowei 发表于 2004-11-5 15:21:00
我忘了告诉大家掩码是255.255.255.248
回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

板凳
zhaowei 发表于 2004-11-7 11:14:00
路由器肯定没有问题,子网掩码也没有问题,地址肯定可用,在路由上82-84都在用啊,就是85-86做静态nat不能ping通,求教啊!
回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

地板
yyness 发表于 2004-11-8 09:59:00
回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

5#
zhaowei 发表于 2004-11-9 12:41:00

我的配置

Router#sh ru

Building configuration...

Current configuration : 3362 bytes

!

version 12.1

no service single-slot-reload-enable

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router

!

logging buffered 4096 debugging

!

username admin password 0 admin

!

!

!

!

ip subnet-zero

!

!

!

!

!

!

interface FastEthernet0/0

ip address 192.168.0.1 255.255.255.0

ip access-group 101 in

ip access-group 101 out

ip nat inside

duplex auto

speed auto

!

interface FastEthernet0/0.1

encapsulation dot1Q 2

ip address 192.168.1.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/0.2

encapsulation dot1Q 3

ip address 192.168.2.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/0.3

encapsulation dot1Q 4

ip address 192.168.3.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/0.4

encapsulation dot1Q 5

ip address 192.168.4.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/0.5

encapsulation dot1Q 6

ip address 192.168.5.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/0.6

encapsulation dot1Q 7

ip address 192.168.6.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/0.7

encapsulation dot1Q 8

ip address 192.168.7.254 255.255.255.0

ip access-group 110 in

ip access-group 110 out

ip nat inside

!

interface FastEthernet0/1

ip address 61.191.136.82 255.255.255.248

ip access-group 110 in

ip access-group 110 out

ip nat outside

speed auto

full-duplex

!

interface Serial1/0

physical-layer async

ip unnumbered FastEthernet0/0

ip access-group 110 in

ip access-group 110 out

ip nat inside

encapsulation ppp

ip tcp header-compression passive

no ip mroute-cache

dialer in-band

dialer idle-timeout 28800

async default routing

async dynamic address

async mode dedicated

peer default ip address pool group-1

no cdp enable

ppp authentication chap

!

interface Serial1/1

no ip address

shutdown

!

interface Serial1/2

no ip address

shutdown

!

interface Serial1/3

no ip address

shutdown

!

interface Dialer1

ip unnumbered FastEthernet0/0

ip access-group 110 in

ip access-group 110 out

encapsulation ppp

ip tcp header-compression passive

no ip mroute-cache

dialer in-band

dialer-group 1

peer default ip address pool group-1

no cdp enable

ppp authentication chap

!

ip local pool group-1 192.168.7.10 192.168.7.20

ip nat inside source list 1 interface FastEthernet0/1 overload

ip nat inside source static 192.168.7.5 61.191.136.84

ip nat inside source static 192.168.7.4 61.191.136.83

ip nat inside source static 192.168.7.7 61.191.136.85

ip classless

ip route 0.0.0.0 0.0.0.0 61.191.136.81

ip http server

!

access-list 1 permit 192.168.0.0 0.0.255.255

access-list 110 deny udp any any eq 1434

access-list 110 deny udp any any eq 135

access-list 110 deny tcp any any eq 135

access-list 110 deny tcp any any eq 445

access-list 110 permit ip any any

!

line con 0

password XXXXXXX

login

line 33

exec-timeout 0 0

login local

modem InOut

modem autoconfigure discovery

transport input all

autoselect during-login

autoselect ppp

stopbits 1

speed 115200

flowcontrol hardware

line aux 0

line vty 0 4

password comserver

login

!

end

回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

6#
wxl1984218 发表于 2004-11-9 14:49:00

有时候电信给的IP是要去头去尾的,你要问清楚了

回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

7#
zhaowei 发表于 2004-11-11 09:03:00

我的IP地址:61.191.136.80-61.191.136.87

255.255.255.248

共有8个地址,去掉头尾,有5个可用阿

回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

8#
philip_bbs 发表于 2004-11-12 10:39:00

可以多试试,比如你把动态的nat先去掉看可不可以

回复 支持 反对

使用道具 举报

新浪微博达人勋

千家认证

9#
zhaowei 发表于 2004-11-22 09:32:00
去掉我怎么上网啊,版主帮帮忙啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆 千家通行证登陆

本版积分规则

千家智客微信号
千家智客微信
玩物说商城
玩物说商城