srsnjust1 发表于 2005-10-15 19:54:49

今天在常熟碰到一个奇怪的问题,老手来看看。

光千固定ip上网,电信给的ip和网关居然不在同一个网段,很奇怪的问题。
比如它的外网ip给的是222.92.72.10/24,网关给的居然是218.4.6.218。
这样在routeros里设置网关的时候,它的interface就自动设置成unkown,
而不是一般我们看到的WAN或者是外网的网卡。
这样routeros就不能正常代理上网了。。。。。
请教下老手,这种情况怎么处理呢?在线等。。。。

legou 发表于 2005-10-15 20:10:32

srsnjust1 发表于 2005-10-15 20:14:44

是真的。用windows配置正常上网

srsnjust1 发表于 2005-10-15 20:15:00

routeros就不行

srsnjust1 发表于 2005-10-15 20:15:30

C:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x6000004 ...00 50 8d 6d 65 15 ...... NVIDIA nForce MCP Networking Controller D
iver
===========================================================================
===========================================================================
Active Routes:
Network Destination      Netmask          Gateway       InterfaceMetric
          0.0.0.0          0.0.0.0      218.4.6.218    222.92.72.61       1
      127.0.0.0      255.0.0.0      127.0.0.1       127.0.0.1       1
      222.92.72.0    255.255.255.0   222.92.72.61    222.92.72.61       1
   222.92.72.61255.255.255.255      127.0.0.1       127.0.0.1       1
    222.92.72.255255.255.255.255   222.92.72.61    222.92.72.61       1
      224.0.0.0      224.0.0.0   222.92.72.61    222.92.72.61       1
255.255.255.255255.255.255.255   222.92.72.61    222.92.72.61       1
Default Gateway:       218.4.6.218
===========================================================================
Persistent Routes:
None

这个是路由表

sdhklxm 发表于 2005-10-16 00:48:05

我用2.8.11在设置网关的时候指定网卡老是指定在内网网卡上,但我设置明明指定的是在外网上,只要一重启就变成内网网卡了,必须改了才能上网.

笑行天下 发表于 2005-10-16 09:22:08

不明白。

MARK

bow 发表于 2005-10-16 11:57:15

假如Lan的ip是192.168.0.0/24

修改ip掩码为0222.92.72.10/0

建立建立一个新路由表。temp
/ ip policy-routing
add name="temp"

在temp里添加路由
/ ip policy-routing table temp
add dst-address=192.168.0.0/0 gateway=0.0.0.0 preferred-source=0.0.0.0   comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=218.4.6.218 preferred-source=0.0.0.0   comment="" disabled=no

rule里添加修改如下规则(如果不行的话,直接把网通电信的路由表加在里边,main放到最后边)
就是用temp替换main
/ ip policy-routing rule
add src-address=0.0.0.0/0 dst-address=192.168.0.0/24 flow="" \
    interface=all action=lookup table=main comment="" disabled=no
add src-address=0.0.0.0/0 dst-address=0.0.0.0/0 flow="" interface=all \
    action=lookup table=temp comment="" disabled=no

srsnjust1 发表于 2005-10-20 13:39:41

还是不行哦。斑竹。

子网掩码不能设置成0,最少1哦。

还有add temp表里,他的interface又变成unknow了。

bow 发表于 2005-10-20 14:03:20

假如Lan的ip是192.168.0.0/24

修改ip掩码为5 222.92.72.10/5

建立建立一个新路由表。temp
/ ip policy-routing
add name="temp"

在temp里添加路由
/ ip policy-routing table temp
add dst-address=0.0.0.0/0 gateway=218.4.6.218 preferred-source=0.0.0.0   comment="" disabled=no

/ ip policy-routing table main
add dst-address=0.0.0.0/0 gateway=218.4.6.218 preferred-source=0.0.0.0   comment="" disabled=no

rule里添加修改如下规则
/ ip policy-routing rule
add src-address=0.0.0.0/0 dst-address222.92.72.10/5 flow="" interface=all    action=lookup table=temp comment="" disabled=no

lonelyboy 发表于 2005-10-20 16:32:36

不错。

偶是菜菜 发表于 2005-10-20 21:53:37

好贴,继续下
2.9.2好像不能建立一个新路由表temp?

偶是菜菜 发表于 2005-10-21 08:38:09

再顶下
2.9.2好像不能建立一个新路由表temp?

bow 发表于 2005-10-21 11:26:19

2.9用route mark

偶是菜菜 发表于 2005-10-21 12:17:45

偶有相同的问题,请帮助偶!!!!!
外网ip:192.168.10.156/24
网关:61.184.186.246
内网ip:192.168.0.1/24
在routeros 2.9.2中怎么设置路由,设置网关时,外网卡的interface就自动设置成unkown,怎么才能设置成功,
bow版主 ,请指教,写个教程吧,偶是菜菜,谢了!
页: [1]
查看完整版本: 今天在常熟碰到一个奇怪的问题,老手来看看。