JSI Tip 7942. How can I disable/enable H.323 functionality on a RRAS NAT server?
April 15, 2004
When RRAS (Routing and Remote Access Service) is configured as a NAT (Network Address Translation) server, you can use the Netsh tool to enable or disable the H.323 functionality.
In Windows 2000, H.323 functionality is enabled by default when you use RRAS configured with the NAT routing protocol.
In Windows Server 2003, H.323 functionality is disabled by default when RRAS is configured as a NAT server.
NOTE: Disabling H.323 functionality on a RRAS NAT server DOES NOT disable it for ICS (Internet Connection Sharing, ICF (Internet Connection Firewall, aka Windows Firewall), TAPI (Telephony API), or NetMeeting.
To disable H.323 functionality:
1. Open a CMD prompt while you are logged on with administrative privileges.
2. Type netsh routing ip nat delete h323 and press Enter.
To enable H.323 functionality:
1. Open a CMD prompt while you are logged on with administrative privileges.
2. Type netsh routing ip nat add h323 and press Enter.
About the Author
You May Also Like