惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
J
Java Code Geeks
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
Blog — PlanetScale
Blog — PlanetScale
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
L
LangChain Blog
腾讯CDC
Y
Y Combinator Blog
MongoDB | Blog
MongoDB | Blog
Vercel News
Vercel News
MyScale Blog
MyScale Blog
博客园 - Franky
IT之家
IT之家
博客园_首页

博客园 - Johnny shen

XP 32-bit Upgrade to Win7 32-bit Review 文章: 扩展 Reporting Services 2008 与 Reporting Services 2005:所获得的经验 Microsoft SQL Server 2008故障转移群集在Hyper-V虚拟机上的多种组建方式 Hyper-v与CPU 虚拟化典型故障一例 MS Dynamics CRM 4.0 Installation on SQL2008 error 多个微软Windows版本在未来一年内将渐渐退出并不再提供技术支持 微软拼音输入法2010 Beta2简评 - Johnny shen SQL Server 2005 OLAP技术研究与实现 Storing Hierarchical Data in Oracle & MS SQL Database 自动备份多台服务器System Event Log解决方案 TCP/IP Troubleshooting Undo Windows Update Restriction - Johnny shen 苏州主讲[常见加密算法和身份验证协议探究] 上海主讲RMS信息保护 无锡主讲微软企业信息系统远程客户端安全技术和应用 AD Bulk import or export On-site training for Roche Shanghai in Aug. 3 ASIA MVP Summit in Singapore ISA2004 EE Global Readness Training Camp
Enabling IP Routing for Windows XP
Johnny shen · 2005-11-13 · via 博客园 - Johnny shen

We got a few computers (less than 10) in 2 subnets. We have one Windows XP computer with 2 LAN adapters. We want to use this computer as a very simple router in the middle of the two subnets.

In NT 4 we can simply open the properties of TCP/IP and check “Enable IP Routing”.  However,  in Windows XP we don't have this checkbox in TCP/IP properties. To make the same effect, we need to change something in the registry.

Click “Start”, click “run” and enter “regedit”.

Locate “HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters”, we can find a value called “IPEnableRouter”. Let's double click it and set the value to “1”. We are all set then.

This is not good for large enterprises. But for some specific very small businesses enabling Windows XP as the simple router will save the cost, as we don't need to buy a new

copy of Windows Server 2003 only for the Routing feature.