請您依照以下步驟來進行相關動作:
The first octot indicates the mask length. Here the lengh is 24, so we type 18 (HEX).The ensuing is the network address, and the lengh varies according to the mask. Here the mask length is 18, so the network address consists of 3 octots in HEX. We type 01 01 01 here. The last octot 00 is omitted. The last 4 octots belongs to the gateway, in HEX as well. 0b 0c 0d 0e just matches 11.12.13.14.
The classless static routes option is only recognizable by Windows XP and Windows Server 2003. Windows 2000 DHCP clients will ignore that option.
另外,針對Windows 2000 client僅能以logon script
請參考以下VB script
Dim objShell dim strCommand dim strResult Set objShell = CreateObject("WScript.Shell") strCommand="route add 192.168.23.0 mask 255.255.255.0 192.168.23.5" strResult=objShell.Run(strCommand,2,True)
PS:紅色部分是需要自訂的地方。務必先測試route add這個指令是不是正常。
附註:如何將Script套用到Domain Policy?
還想多看看?相關的主題文章包含在 Tawiwan CSS Newletter Issue 1之中,您可以參考看看。
或是回首頁看看我們的新消息也是個不錯的選擇。