wpsliu 发表于 2011-6-1 19:53:09

请教一个PCC后tracert的问题,附图



如图所示:四线PCC.
问题情况,
1、直接从IP138.com打开网站,上面显示的却是默认网关的地址.如果使用tracert跟踪命令(在两台测试机子上),显示的一直却是如上图所示,结果都一样.求解?
2、上图所示中,18.63.207.129是我固定IP的网关,竟然跑了两次?实在是不明白?
有朋友能说说看是什么原因吗?
IP-ROUTES里面没有做专门的路由指向.
谢谢大家!!!

wpsliu 发表于 2011-6-2 14:30:39

:(没人理。。。。。。

host2318 发表于 2011-6-2 17:22:20

回复 wpsliu 的帖子

那你就单机接那条线tracert试试是否这样

wpsliu 发表于 2011-6-2 20:40:28

回复 host2318 的帖子

单线是没问题的.谢谢

wpsliu 发表于 2011-6-2 20:43:08

以下是PCC脚本.

0   chain=input action=mark-connection new-connection-mark=ONU_LAN1
   passthrough=yes in-interface=vlan109

1   chain=input action=mark-connection new-connection-mark=ONU_LAN2
   passthrough=yes in-interface=vlan110

2   chain=input action=mark-connection new-connection-mark=ONU_LAN3
   passthrough=yes in-interface=vlan111

3   chain=input action=mark-connection new-connection-mark=ONU_LAN4
   passthrough=yes in-interface=vlan112

4   chain=output action=mark-routing new-routing-mark=ONU_WAN1 passthrough=ye>
   connection-mark=ONU_LAN1

5   chain=output action=mark-routing new-routing-mark=ONU_WAN2 passthrough=ye>
   connection-mark=ONU_LAN2

6   chain=output action=mark-routing new-routing-mark=ONU_WAN3 passthrough=ye>
   connection-mark=ONU_LAN3

7   chain=output action=mark-routing new-routing-mark=ONU_WAN4 passthrough=ye>
   connection-mark=ONU_LAN4

8   chain=prerouting action=mark-connection new-connection-mark=ONU_LAN1
   passthrough=yes dst-address-type=!local in-interface=LAN_ether4
   per-connection-classifier=both-addresses:4/0

9   chain=prerouting action=mark-routing new-routing-mark=ONU_WAN1
   passthrough=yes in-interface=LAN_ether4 connection-mark=ONU_LAN1

10   chain=prerouting action=mark-connection new-connection-mark=ONU_LAN2
   passthrough=yes dst-address-type=!local in-interface=LAN_ether4
   per-connection-classifier=both-addresses:4/1

11   chain=prerouting action=mark-routing new-routing-mark=ONU_WAN2
   passthrough=yes in-interface=LAN_ether4 connection-mark=ONU_LAN2

12   chain=prerouting action=mark-connection new-connection-mark=ONU_LAN3
   passthrough=yes dst-address-type=!local in-interface=LAN_ether4
   per-connection-classifier=both-addresses:4/2

13   chain=prerouting action=mark-routing new-routing-mark=ONU_WAN3
   passthrough=yes in-interface=LAN_ether4 connection-mark=ONU_LAN3

14   chain=prerouting action=mark-connection new-connection-mark=ONU_LAN4
   passthrough=yes dst-address-type=!local in-interface=LAN_ether4
   per-connection-classifier=both-addresses:4/3

15   chain=prerouting action=mark-routing new-routing-mark=ONU_WAN4
   passthrough=yes in-interface=LAN_ether4 connection-mark=ONU_LAN4

zhjchina 发表于 2011-6-2 22:49:57

把单线tracert的结果也贴图出来看看吧

jt00278 发表于 2011-6-3 13:42:58

可能是连接问题……

qile 发表于 2011-6-3 22:37:27

你这个是先标记路由和链接在 把链接分成4等份
再标记路由!!!!
上行和下行都标记啦
你直接标记链接然后把链接分成4份 之后设置路由看可以不

zhjchina 发表于 2011-6-3 23:04:38

18.63.207.129是你固定ip的网关?这个你确定?
查了下,这可是麻省理工的ip

xfhlg 发表于 2011-6-3 23:36:00

zhjchina 发表于 2011-6-3 23:04 static/image/common/back.gif
18.63.207.129是你固定ip的网关?这个你确定?
查了下,这可是麻省理工的ip

中国哪有这样的IP 他这个肯定是城域网的

wpsliu 发表于 2011-6-4 09:17:39

回复 qile 的帖子

试过来,谢谢。结果还是一样!!
页: [1]
查看完整版本: 请教一个PCC后tracert的问题,附图