The last para should've started 'if you don't want to run the new network template...
Main Topics
Browse All TopicsI have a sbs 2003, isa 2004 server network. The Public IP is on a Netgear router doing NAT for 192.168.1.x. Everything from the router is forwarded to the server at ip 192.168.1.200 which is the external Nic for ISA2004. The internal network is 192.168.17.x.
There is another computer in the DMZ, and it's ip address is 192.168.1.3.
how do I set ISA to allow traffic from 192.168.17.x to connect to 192.168.1.x or 192.168.1.3?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
sorry for the delay, the solution partially worked.
Raj, I followed your suggestion with the
'Create a New Network' wizard (Select Perimeter Network > Add Adaptor/Subnet) and create a Network rule to router traffic from the perimeter to internal network.
I am able to use a browser to goto http://192.168.1.3. However, https://192.168.1.3:10000 does not work.
It seems that port 80 is the only one allowed across the network rule.
By default ISA will only allow SSL connections over port 443. You have to use the ISA Tunnel Port tool (ISA_tpr.js) - available from www.isatools.org to add a new tunnel port or range. You have to run the file from a command prompt to add a custom port/port range.
Syntax: isa-tpr.js /add MySSL 10000
(ISA_tpr.js) Worked like a charm. Thanks
Now there is just one more problem. Since the change, one of my server publishing rules stopped working.
TCP:5222 is getting denied. This is the GTalk protocal used for my instant messaging server OpenFire.
the OpenFire server is on the same computer as ISA. I created a server publishing rule for 5222 to the internal NIC. This used to work, but now Monitoring shows that the connection is denied by the default rule. I moved the rule to the top of the list just in case, but it still does not recognize the protocal and calls it unidentified IP Traffic.
I created a user defined Protocol "gtalk In", TCP Inbound 5222.
How do i trouble shoot that?
Thanks Raj,
The Server is an SBS 2003 server. so it has so many violations of common sense that i am surprised it has not failed out of its own embarrasement. currently it is running exchange, SQL, ISA, Fax, Web, PDC, Etc. It is at the end of its life and will be replaced in the upcoming months, but I need the functionality now.
I will try the access rule. So the rule should allow access from 192.168.1.200 (external) to 192.168.17.2 (internal)?
Do you know why it is labeled as unidentified traffic? Shouldn't the defined protocol be labeled in the monitor? My fear is that for some reason, ISA is not identifying the traffic correctly and therefor not applying the rule.
I am not sure what stopped the rule working, like you said SBS 2003 is a complex product and it will be hard to guess what went wrong.
The rule you have to create is a standard access rule allowing access from External (the network entity - not the IP) to localhost (network entity) or internal IP - depending on which adaptor the application is listening on.
ok, here is what i figured out.
When i created the DMZ Network configuration, i used the IP range 192.168.1.1 - 192.168.1.254.
I realized that the External Nic for ISA is 192.168.1.200, and was included in the range. All the publishing rules were failing because the external nic was in the range.
Then I changed the range to 192.168.1.1 - 192.168.1.199, and all the rules Started to work, but i could not connect to the DMZ computers, because the ip address could not be reached.
Then I deleted all the DMZ network set, network rule and access rules, and now everything works.
OK, I don't get it.
I am giving you the points anyway because it is all working, but don't know for how long. We shall see.
Business Accounts
Answer for Membership
by: Raj-GTPosted on 2009-03-11 at 02:20:03ID: 23855001
If the ISA Server is directly connected to the DMZ, you can use the 3-Leg Perimeter Network Template to configure the DMZ. You also have to make sure the DMZ hosts are all configured to use ISA's DMZ IP as their default gateway.
You can also do this by using the 'Create a New Network' wizard (Select Perimeter Network > Add Adaptor/Subnet) and create a Network rule to router traffic from the perimeter to internal network.
Raj