免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 803 | 回复: 6
打印 上一主题 下一主题

pptpd 一个问题,请帮助。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-30 21:15 |只看该作者 |倒序浏览
我使用pptpd 建立了服务器,客户端是win2000自建的。其中TCP/IP设置项是自动获得IP,拨上来后,获取了服务器中设置的IP地址。通过ipconfig /all查看,其中gateway是刚刚获得的那个IP,这样我无法访问内网的计算机了。我该如何做?请高手指教。

论坛徽章:
0
2 [报告]
发表于 2005-08-30 21:22 |只看该作者

pptpd 一个问题,请帮助。

急。请教。

论坛徽章:
0
3 [报告]
发表于 2005-08-30 21:39 |只看该作者

pptpd 一个问题,请帮助。

是路由的问题。让你拨号不使用拨号后得到的路由就好了。
具体的这个版有详细的说明的。

win2000
你连接的右键-》属性-》到tcp、ip设置的高级中有一个使用默认路由。你点掉那个勾就好了。

论坛徽章:
0
4 [报告]
发表于 2005-08-31 08:17 |只看该作者

pptpd 一个问题,请帮助。

hongfengyue  你好。首先感谢你的帮助,我按照你说的做了,这样在拨号后,gateway 一行,是空的。但是我的网卡就是上网的那个里面是有网关的。这样我还是不能进入到内网。 我想是不是应该让这个拨号网络获得一个网关是服务器的那个IP地址呢?还是有别的方法,请赐教。

论坛徽章:
0
5 [报告]
发表于 2005-08-31 08:38 |只看该作者

pptpd 一个问题,请帮助。

C:\Documents and Settings\li>;ipconfig /all

Windows 2000 IP Configuration

        Host Name . . . . . . . . . . . . : li
        Primary DNS Suffix  . . . . . . . : ty.com.cn
        Node Type . . . . . . . . . . . . : Broadcast
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : ty.com.cn

Ethernet adapter 本地连接 2:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Legend DFE-530TX PCI Fast Ethernet A
dapter (Rev B)
        Physical Address. . . . . . . . . : 00-50-BA-F4-A0-5f
        DHCP Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 219.150.*.28
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 219.150.*.1
        DNS Servers . . . . . . . . . . . : 202.96.64.68

PPP adapter 虚拟专用连接:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
        Physical Address. . . . . . . . . : 00-53-45-00-00-f6
        DHCP Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.0.117
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . :
        DNS Servers . . . . . . . . . . . : 192.168.0.1
                                            192.168.0.1



C:\Documents and Settings\li>;route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 50 ba f4 a0 5f ...... Fast Ethernet PCI Adapter
0x2000004 ...00 53 45 00 00 f6 ...... WAN (PPP/SLIP) Interface
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0     219.150.*.1   219.150.*.28       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
      192.168.0.0    255.255.255.0    192.168.0.117   192.168.0.117       1
    192.168.0.117  255.255.255.255        127.0.0.1       127.0.0.1       1
    192.168.0.255  255.255.255.255    192.168.0.117   192.168.0.117       1
     219.150.*.0    255.255.255.0    219.150.*.28   219.150.*.28       1
    219.150.*.25  255.255.255.255    219.150.*.28   219.150.*.28       1
    219.150.*.28  255.255.255.255        127.0.0.1       127.0.0.1       1
   219.150.*.255  255.255.255.255    219.150.*.28   219.150.*.28       1
        224.0.0.0        224.0.0.0    192.168.0.117   192.168.0.117       1
        224.0.0.0        224.0.0.0    219.150.*.28   219.150.*.28       1
  255.255.255.255  255.255.255.255    219.150.*.28   219.150.*.28       1
Default Gateway:      219.150.*.1
===========================================================================
Persistent Routes:
  None


C:\Documents and Settings\li>;ping 192.168.0.1

Pinging 192.168.0.1 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.0.1:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum =  0ms, Average =  0ms

C:\Documents and Settings\li>;ping 192.168.0.2

Pinging 192.168.0.2 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

论坛徽章:
0
6 [报告]
发表于 2005-08-31 08:51 |只看该作者

pptpd 一个问题,请帮助。

大家看看,有什么解决方法?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP