来源: 清心论坛
1. 必须开启 Windows 的 DHCP Client 服务。
2. 除了必须打开 1863 端口外,某些防火墙可能需手工打开与 DHCP 相关的端口 67 和68。
3. 安全网络启动时,FirePhoenix.exe 要建立临时文件,防火墙应允许。
4. 安全网络正常建立后,在命令提示符窗口键入命令 ipconfig/all,应有类似如下示例的一个连接配置:
Ethernet adapter 本地连接 *:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : TAP-Win32 Adapter V8
        Physical Address. . . . . . . . . : 00-FF-F0-8B-B9-B3
        DHCP Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 172.18.0.102(私网段 172.16-31.* 的IP) 
        Subnet Mask . . . . . . . . . . . : 255.255.255.252
        Default Gateway . . . . . . . . . : 172.18.0.101
        DHCP Server . . . . . . . . . . . : 172.18.0.101
        DNS Servers . . . . . . . . . . . : 172.18.0.1
        Lease Obtained. . . . . . . . . . : 2006年9月1日 22:14:05
        Lease Expires . . . . . . . . . . : 2007年9月1日 22:14:05
5. 安全网络正常建立后,在命令提示符窗口键入命令 route print,应有类似如下的安全网络的路由
(示例为ADSL上网,主机得到的公网IP是 202.96.xxx.xxx,ADSL服务器IP是 202.96.xxx.x):
===================================================================
Active Routes:
Network Dest.   Netmask           Gateway       Interface    Metric
       0.0.0.0          0.0.0.0   172.18.0.101  172.18.0.102    1
     127.0.0.0        255.0.0.0      127.0.0.1  127.0.0.1       1 
    172.18.0.1  255.255.255.255   172.18.0.101  172.18.0.102    1
  172.18.0.100  255.255.255.252   172.18.0.102 172.18.0.102    1
  172.18.0.102  255.255.255.255      127.0.0.1  127.0.0.1       1
172.18.255.255  255.255.255.255   172.18.0.102  172.18.0.102    1
   - - - 
  202.96.xxx.x  255.255.255.255  202.96.xxx.xxx  202.96.xxx.xxx   1
 202.96.xxx.xxx  255.255.255.255      127.0.0.1  127.0.0.1       50
202.96.xxx.255  255.255.255.255  202.96.xxx.xxx  202.96.xxx.xxx   50
203.*(VPNServerIP) 255.255..255  202.96.xxx.xxx  202.96.xxx.xxx   1
   - - -     
Default Gateway:        172.18.0.101
===================================================================
Persistent Routes:
  None
6. 安全网络正常建立后,在命令提示符窗口键入命令 netstat -a;看到只有唯一的一条与VPN服务器
1863端口的TCP连接已建立(ESHTABLISHED):
Active Connections
Proto  Local Address   Foreign Address    State
- - -
TCP    xyz-dell:1055   203-70.*.net:1863  ESTABLISHED
- - -
没有评论:
发表评论