網點B cabletron245的配置: #設置用戶身份鑒別指令 sys name fbb sys admin admin-pass sys passwd fbapass sys msg configured_with_eth_tuna.txt #設置以太網端口及IP路由 eth ip enable eth ip addr 20.168.2.254 255.255.255.0 0 eth ip addr 10.11.254.5 255.255.255.252 1 eth ip addroute 0.0.0.0 255.255.255.255 10.11.254.6 1 1 eth ip translate on 1 eth br disable eth ip options txrip off 0 eth ip options rxrip off 0 eth ip options txrip off 1 eth ip options rxrip off 1 #設置隧道另一端的IP網絡 rem add zb rem setpasswd zbpass zb rem disauthen chap zb rem addiproute 20.168.1.0 255.255.255.0 1 zb #定義隧道另一端驅動為LNS rem setlns tunnelzb-fbb zb #設置隧道打開時間 rem settimer 600 zb rem setipoptions txrip off zb rem setipoptions rxrip off zb #設置通往zb的隧道,隧道名為“tunnelzb-fbb” l2tp add tunnelzb-fbb #定義兩設備共用的鑒定密碼“tunnelsecret”。當身份驗證時(CHAP),所有對等用戶使用同樣的密碼。 l2tp set chapsecret tunnelsecret tunnelzb-fbb #為了身份驗證需要,定義隧道名 l2tp set ourtunnelname tunnelfbb-zb tunnelzb-fbb #設置隧道另一端的IP地址 l2tp set address 100.17.254.37 tunnelzb-fbb #為了更好的性能,設置窗口機制(兩端必須匹配)。使用此功能調整隧道性能 l2tp set window pacing tunnelzb-fbb #設置密鑰并為通過隧道的ppp鏈接進行加密 rem setencryption key368870 zb #保存配置,重新啟動后配置生效 save reboot
中心端cabletron245路由器配置: sys name zb sys admin admin-pass sys passwd zbpass sys msg configured_with_eth_tuna.txt eth ip ena eth ip addr 20.168.1.250 255.255.255.0 0 eth ip addr 10.14.254.25 255.255.255.252 1 eth ip addroute 0.0.0.0 255.255.255.255 100.14.254.26 1 1 eth ip translate on 1 eth br disable eth ip options txrip off 0 eth ip options rxrip off 0 eth ip options txrip off 1 eth ip options rxrip off 1
rem add fbb rem setpasswd fbbpass fbb rem disauthen chap fbb rem addiproute 20.168.2.0 255.255.255.0 1 fbb rem setlns tunnelfbb-zb fbb rem settimer 600 fbb rem setipoptions txrip off fbb rem setipoptions rxrip off fbb l2tp add tunnelfbb-zb l2tp set chapsecret tunnelsecret tunnelfbb-zb l2tp set ourtunnelname tunnelzb-fbb tunnelfbb-zb l2tp set address 100.11.254.5 tunnelfbb-zb l2tp set window pacing tunnelfbb-zb rem setencryption key368859 fbb …….. save reboot
4 系統安全性策略 由于本系統是針對交通規費的征收,且是利用公網進行數據傳輸,因此系統的安全性必須重視。 本系統采用了以下安全性策略: 防火墻 防火墻是網絡安全政策的有機組成部分,通過檢查、限制、更改跨越防火墻的數據流,盡可能地對外屏蔽內部信息,答應或拒絕外部用戶訪問內部資源。利用windows 2000Server,SQL Server2000本身的安全機制,采用集成安全模式,將SQL Server 與Windows2000的安全機制緊密集成,并將SQL Server 的用戶驗證配置為Window s 2000 驗證模式。 訪問權限控制 對治理員和征費員設置操作權限,不同的權限擁有不同的系統資源訪問行,以保證系統的使用安全。 數據庫備份 為了避免數據意外丟失,保證數據安全,系統配置有自動備份和手動備份數據庫的操作機制。