返回列表 發帖

【RouterOS】—— One router and two network segments

本帖最後由 角色 於 2015-5-24 02:45 編輯

Please take a look at the following diagram. It shows a router with two interfaces. The first interface is ether1 with IP address 192.168.1.1/24 and the other one is 192.168.2.1/24. Two PCs are attached to the corresponding interface.

The commands used to set up the two interfaces



/ip address
add interface=ether1 address=192.168.1.1/24
add interface=ether2 address=192.168.2.1/24

After the above the commands, there are two dynamic active routes created automatically. Therefore both PCs can be pingable to each other.

Plesae note you have disabled the firewall for both Home and Office Networks.
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

回復 3# 角色

通既原因係因為同在192.168.0.0/16下, 睇睇我下圖既firewall rules, 192.168.0.0/16包晒:
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊
Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

回復 2# 雯雯

不太明白,你的意思是?

TOP

回復 1# 角色

因為同在192.168.0.0/16下.
Welcome to my TaoBao shop: http://mandymak520.taobao.com/

TOP

返回列表