Number51
Posts: 35
Joined: 24.May2005
From: Canada
Status: offline
|
Been reading lots of articles and such on how to achieve this. The actual, simple details are very difficult to find. Here is what i had to do to get it working, step by step. Take note, some of the things i list here may not impact my goal, but i did it and the inbound Netmeeting works!
Pc.1, my ISA Server 2004 internet gateway/firewall, dhcp server, dns forwarder internal ip=192.168.1.2
Pc.2, secondary server with ISA Server 2000 h.323 gatekeeper and manager ONLY, no other ISA 2000 components. internal ip=192.168.1.10
DNS Manager on Pc.1 Added a "New Other Record" to my "Forward Lookup Zone". - Resource record: SRV - Service: Q931 - Protocol: _tcp - Priority: 0 - Weight: 0 - Port Number: 1720 - Host offering this service: 192.168.1.10 - Delete this record when it becomes stable: No - Time to live: 0 :1 :0 :0
ISA Server 2004 Manager on Pc.1
Configuration, Addins, H.323 Filter. - Enable this filter: Yes - Use this gatekeeper: 192.168.1.10 (pc.2) - Use DNS gatekeeper lookup and LRQs for alias resolution: Yes - Allow audio: No - Allow video: No - Allow T120 and application sharing: Yes - Networks: External, Internal
New "Protocol" - Name: H.225 - Protocol Type: UDP, Direction: Send Receive, Port range From: 1718, Port range To: 1719
New "Protocol" - Name: H.323 - Protocol Type: TCP, Direction: Inbound, Port range From: 1503, Port range To: 1503 - Protocol Type: TCP, Direction: Inbound, Port range From: 1720, Port range To: 1720 - Protocol Type: TCP, Direction: Inbound, Port range From: 389, Port range To: 389 - Application Filters: H.323 Filter
New "Access Rule" - Name: H.225 - Enabled: Yes - Action to take: Allow - Protocol: H.225 - From: Local Host - To: 192.168.1.10 (Pc.2) - Users: All Users - Schedule: Always - Content Types: All Content Types
New "Server Publishing Rule" - Name: H.323 - Enabled: Yes - Action to take: Allow - Protocol: H.323 - From: Anywhere - To: 192.168.1.10 (Pc.2) - Requests appear to come from the ISA Server computer: Yes - Networks: External (with the external interface specified) - Schedule: Always
H.323 Gatekeeper Manager on Pc.2
Properties of local Gatekeeper: - Network: 192.168.1.10 (the only one anyways) - Registration Expiration time: 360 - Active Call Expiration Time: 35 - Security: Everyone
New "Destination" - Address: 192.168.1.10 - Destination Type: Gatekeeper - Enabled: Yes
New "Destination" - Address: 192.168.1.2 - Destination Type: Gateway or proxy server - Enabled: Yes
Site Server ILS Service disabled on both computers.
My internal Netmeeting clients now setup Netmeeting using a Gatekeeper @ 192.168.1.10, logging in with the
phone number, which we fill with any arbitrary number. For example, my registered phone number is 22.
Now clients outside access a simple web-page with calling links in the format:
CallTo:"22+type=phone+Gateway=xxx.xxx.xxx.xxx+secure=false+av=false+h323=false"
replacing the xxx.xxx.xxx.xxx with the external interface of the ISA Server 2004 computer.
|