已签到,明天再来
签到领寄托币
GO
寄托家园留学论坛
›
论坛
›
寄托悠闲社区
›
网络资源
›
利用windows内置共享后客户机部分网站不能上的问题
返回列表
查看:
1828
|
回复:
1
利用windows内置共享后客户机部分网站不能上的问题
[复制链接]
i-winner
UID: 183200
i-winner
当前离线
最后登录
2008-6-3
在线时间
0 小时
寄托币
2262
声望
1
注册时间
2004-10-22
阅读权限
30
帖子
2
精华
8
积分
1686
UID
183200
高级会员
高级会员, 积分 1686, 距离下一级还需 -86 积分
声望
1
寄托币
2262
注册时间
2004-10-22
精华
8
帖子
2
主页
发消息
发表于 2005-7-15 18:41:29
|
显示全部楼层
利用windows内置共享后,客户机可以使用QQ,Outlook等等,但部分网站不能上,需要修改客户机的MTU值。
打开注册表编辑器,找到
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interf
aces\ID for Adapter
这里ID for Adapter代表你的用于联网的网卡,我的是
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interf
aces\{F1EF0476-AB51-42E8-8CB9-17F93BE1BEB4}
选中,会有很多项,不用管,选择编辑-新建-双字节值,数值名称为MTU,数值数据选
择十进制1400左右。基本上就没有什么问题了!
下面的文章是详细内容
Client Problem MTU
browser problems with client, some websites reachable, some not
ping
http://www.spiegel.de/
reachable
ping
http://www.microsoft.com/
not reachable
Das MTU/PMTU-Problem wird durch non PMTU compliant router (Path Maximum
Transmission Unit discovery described in RFC 1191 for TCP connections) auf
dem internet path bis zum destination host verursacht (s.a. PMTU
Compliance).
Solution MTU:
http://support.microsoft.com/support/kb/articles/q259/7/83.asp
Q259783 - PPPoE with ICS Requires MTU Setting Below 1492 on the ICS Clients
PPPoE requires lowering the Maximum Transmission Unit (MTU) setting on all
client computers to a value no larger than 1,492. (The default is 1,500.) In
some cases, a value less than 1,492 may be necessary.
In order to determine the proper MTU size, perform the following steps:
1. Determine the default gateway of the ICS server using IPCONFIG.
192.168.0.1
2. From a command prompt on a client, type PING -f -l <MTU size> <IP address
of default gateway from first step>. Start with an MTU size of 1,454.
-f Flag for set "Don't Fragment"
-l send buffer length
ping -f -l 1500 192.168.0.1 > 100% loss (must be fragmented)
ping -f -l 1492 192.168.0.1 > 100 % loss (must be fragmented)
ping -f -l 1488 192.168.0.1 > 100 % loss (must be fragmented)
ping -f -l 1454 192.168.0.1 > 0 % loss
ping -f -l 1454
www.spiegel.de
> 25 % loss (reachable with browser)
ping -f -l 1450
www.spiegel.de
> 0 % loss
ping -f -l 1450
www.microsoft.com
> 100 % loss Zeitüberschreitung
(reachable with browser)
3. If this fails with an error message indicating that it must be
fragmented, decrease the MTU size and try again. Repeat this until the ping
command succeeds.
MTU = 1450
4. about setting the MTU value in Windows: Q120642 TCP/IP and NBT
Configuration Parameters for Windows NT
Setting MTU for Windows XP, Windows 2000, Windows NT
http://support.microsoft.com/support/kb/articles/Q120/6/42.ASP
(Windows XP,
Windows 2000, Windows NT)
The TCP/IP protocol suite implementation for Windows NT 3.5x and 4.0 reads
all of its configuration data from the registry. This information is written
to the registry by the Network tool in Control Panel as part of the Setup
process. Some of this information is also supplied by the Dynamic Host
Configuration Protocol (DHCP) client service if it is enabled.
To change these parameters, use the following procedure.
1.. Start Registry Editor (Regedt32.exe).
2.. Backup registry.
3.. From the HKEY_LOCAL_MACHINE subtree, go to the following key:
4.. \SYSTEM\CurrentControlSet\Services
5.. Add a value to the key as described in the appropriate entry below by
clicking Add Value on the Edit menu, typing the value, and then using the
Data Type check box to set the value type.
6.. Click OK.
7.. Quit Registry Editor.
8.. Reboot the computer to make the change take effect.
All of the TCP/IP parameters are registry values that are located under one
of two different subkeys of
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Tcpip\Parameters
Adapter Name\Parameters\Tcpip
where Adapter Name refers to the subkey for a network adapter that TCP/IP is
bound to, such as Lance01. Values under the latter key(s) are specific to
each adapter. Parameters for which there may be both a DHCP and statically
configured value may or may not exist depending on whether the
system/adapter is DHCP configured and/or static override values have been
specified. A reboot of the system is required for a change in any of these
parameters to take effect.
The Windows NT TCP/IP implementation is largely self tuning. Adjusting
registry parameters without careful study may adversely affect system
performance. The parameter MTU normally does not exist in the registry. They
may be created to modify the default behavior of the TCP/IP protocol driver.
MTU
Key: Adapter Name\Parameters\Tcpip
NOTE: In Windows 2000 and later this value is under the following key:
Key: Tcpip\Parameters\Interfaces\ID for Adapter
Value Type: REG_DWORD Number
Valid Range: 68 - the MTU of the underlying network
Default: 0xFFFFFFFF
Description: This parameter overrides the default Maximum Transmission
Unit (MTU) for a network interface. The MTU is the maximum packet size in
bytes that the transport will transmit over the underlying network. The size
includes the transport header. Note that an IP datagram may span multiple
packets. Values larger than the default for the underlying network will
result in the transport using the network default MTU. Values smaller than
68 will result in the tranport using an MTU of 68.
Setting MTU for Windows 95, Windows 98, Windows ME
http://support.microsoft.com/sup ... =DE&SD=SO&F
R=0
Q158474: Windows TCP/IP Registry Entries
(Windows 95, Windows 98, Windows ME)
www.microsoft.com/IntlKB/Germany ... &SD=SO&FR=0
D35685 - Windows-TCP/IP-Registrierungseintr?ge
(Windows 95, Windows 98)
Backup your registry before editing keys or values.
The entries in this section must be added to the following registry key,
where n represents the particular TCP/IP-to-network adapter binding.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\netTrans\000n
MaxMTU = 16-bit integer
Data Type: String
This specifies the maximum size datagram IP that can pass to a media driver.
SNAP and source routing headers (if used on the media) are not included in
this value. For example, on an Ethernet network, MaxMTU will default to
1500. The actual value used will be the minimum of the value specified with
this parameter and the size reported by the media driver. The default is the
size reported by the media driver.
使用道具
举报
seaxp
UID: 145392
seaxp
当前离线
最后登录
2019-3-6
在线时间
28 小时
寄托币
133
声望
0
注册时间
2003-9-18
阅读权限
15
帖子
2
精华
0
积分
120
UID
145392
寄托新兵
寄托新兵, 积分 120, 距离下一级还需 30 积分
声望
0
寄托币
133
注册时间
2003-9-18
精华
0
帖子
2
主页
发消息
发表于 2005-7-16 02:34:55
|
显示全部楼层
在太傻上看到过这个帖子。
建议以后使用路由器,就不用这么麻烦了。
双非DIY美硕申请总结
使用道具
举报
返回列表
RE: 利用windows内置共享后客户机部分网站不能上的问题 [
修改
]
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
发表回复
回帖后跳转到最后一页
问答
Offer
投票
面经
Q
本硕均211,但是硕士成果不多,边工作边申请企业博士可行吗?
A
运气也有一些吧,还是看实力的,HR筛材料,面试
Q
【杂问】请问申请cuhk的fin时候 文书可以超过500字吗?
A
我自己申请MPUP项目 已录取 文书写了七百多字 没有影响的 可能把该写的写明白更重要?你可以参考一下
Q
【问答】欧洲有哪些学校需要学信网认证的成绩单?
A
没有提到CHSI的就不需要学信网认证,也就芬兰和挪威要。
Q
【问答/丹麦】ee能申请cs吗?
A
能,看你有没有上过cs相关的课。
Q
26fall申请港校cs硕 求定位以及准备事项
A
你的背景很优秀了,一是均分一定要保持住,如果能更高会更优势,二是语言考试尽快考出来,如果准备差不多了早点考,这样提前批一...
more
奥胡斯大学
分子生物学硕士 Master of Molecular Biology
MSc
|
26Fall
|
被拒
哥本哈根大学
理学硕士(神经科学) Master of Science in Neuroscience
MSc
|
26Fall
|
被拒
米兰理工大学
电气工程硕士 Master of Electrical Engineering
MSc
|
26Fall
|
Offer
Queen’s University
法学博士 Juris Doctor
JD
|
26Fall
|
Offer
more
港新申请求助急!!!谢谢谢谢
孩子大致Bg如下 四非机械电子工程 国内软科130左右 雅思7(6)Sci一作两篇二作三篇 实习两个月两段 一个国奖若干省二省三。 现在拿到港中文机器人和港科航空工程 港大申请了ME RIS IDT 低空技术 南洋申请了智能制造 机器人 新国立申请了机械 机器人 创新设计 港中文港科留位费后天到期想问问要放弃吗
意大利商科offer求助!
意大利offer二选一,考虑就业为主,真的要纠结成麻花了,蹲蹲大家的看法!谢谢!!!
helppppp 意大利硕士三选一
想留欧就业的话,这三个offer选哪个比较好?
澳门大学or都灵理工大学
more
杜克大学
给我面试的是Oleg,一开始就告诉我受邀面试的都是finalist,然后恭喜我进入最后阶段!他还告诉我这个面试不...
东京大学
9.16陶瓷并收到回信要求写研究计划9.26发研究计划并收到肯定回复11.5出愿完毕12.5收到面试通知12.15面试面试...
芝加哥大学
AEPA-Oral test人在??随缘考的考官较老的白人女性,起初不苟言笑非常非常冷漠(甚至感觉有点不耐烦...
新加坡国立大学
时长:25分钟1、能用一句话描述你实习期间的贡献吗?2、新加坡 vs 香港的工作环境偏好?3、最近读的财经新闻...
more
最新
精华
你绿色壁垒
嗖嗖嗖送狗
你民生
新人来报到啦~
长期答疑 | 香港恒生大学 决策分析博士 现正招生!
11.24 19:00 | 港教大 全球高等教育文学硕士线上宣讲会等你了解!
MCS |线上直播带你解锁留学新方向!
26fall 欧陆(北欧)救救孩子,没学上了,计算机类求定位
国家留学基金委和西班牙马德里大学的博士(4年)和博士交流(1年)专项 -- 天文方向
2025北京大学营销新标杆:CMO正规研修班开启啦
多邻国考试上100分难吗?
11.20 19:00 | 7大热门计算机类课程教授亲临现场!港城大计算学院线上宣讲重磅来袭
付费 求购 签证艺术 The Art of Visa 这本书 完整版
港中文比较及公众史学|让历史“活”起来的跨界玩家
闭眼入的正规研修班,北大 CMO 项目:最硬核的底层逻辑 + 实战工具
第八届图像、视频处理与人工智能国际会议(IVPAI 2026)
[万字(节)分享] 米兰理工学习生活经验贴
KU Leuven MS Econ 上半学期结束,提供一个数据点
(独家)超详细加拿大学签办理GIC之CIBC银行
农经tenure track AP攻略
美签DS-160表填写指南(详细指导)【2024最新版】
UT Ausitn MA Econ 就读体验
六级540-首考101-备考托福经验
24Fall|聊一聊荷语区跨申的可能性
24fall欧洲名校硕士申请拒录情况汇总
港澳居住证+社保医保地税+银行卡改用回乡证登记
瑞典硕士DIY申请攻略之名校介绍——LU隆德大学/LTH隆德工学院
瑞典硕士DIY申请攻略——申请指南(完全版)
博士申请常见问题Q&A
二签sds通过,大龄单身无业。
关于hku的两个跳板项目(theory/advanced research)
新加坡MBA(NUS, NTU, SMU)申请心得及攻略
0
0
转发
转发该帖子
利用windows内置共享后客户机部分网站不能上的问题
https://bbs.gter.net/thread-300558-1-1.html
复制链接
发送
积分 , 距离下一级还需 积分
回顶部