2012年1月10日 星期二

MCITP-2011/12/30

實做  :  Routing 路由功能


目標 : 橫向五個網段皆能透過路由溝通連接 (此實做需跟別人配合,所以無法練習)

作法 :
            (一)使用2008DC的RRAS功能,二片網路卡成為Router。
            (二)Client端設定為該網段.100的ip,並將Default Gateway設定為Router的ip。
            (三)在Router上新增Routing table (路由對應表)
                  
             R1 ==> route add 10.0.103.0 255.255.255.0 10.0.102.1
                           route add 10.0.104.0 255.255.255.0 10.0.102.1

             R2 ==> route add 10.0.101.0 255.255.255.0 10.0.102.254
                           route add 10.0.104.0 255.255.255.0 10.0.103.1



使用 Connection Manager Administration Kit 實做 VPN

       

沒有留言:

張貼留言