Компьютерные сети
- 6 ответов
- 0 вопросов
4
Вклад в тег
Locate and click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Set the following registry values:
Value Name: IPEnableRouter
Value type: REG_DWORD
Value Data: 1
NOTE: A value of 1 turns on (enables) TCP/IP forwarding for all network connections installed and used by this computer.
route add 192.168.2.0 mask 255.255.255.0 192.168.2.1
route add 192.168.1.0 mask 255.255.255.0 192.168.1.1
route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.0