|
pingcrosby -> RE: ISA 2004 EE DMZ Issues (17.Apr.2008 12:54:21 PM)
|
Notes - ** Since the first post i have dropped using the VMWare bridge protocol via the MS loopback adapter and now use vmware virtual nics instead running in host only mode
ISA HOST DMZ VM WAN VM LAN client
Hosted by N/A ISA HOST ISA HOST N/A
IP Address WAN-192.168.210.254 192.168.210.1 – 5
DMZ-172.16.0.1 172.16.0.2
LAN-168.185.7.25 168.185.11.120
DNS LAN–127.0.0.1 172.16.0.1 192.168.210.254 130.177.29.49
Default Gateway LAN-168.185.7.25 172.16.0.1 N/A
Services ISA 2004 EE MQSeries HTTP N/A
VMWARE HTTP HTTP/S N/A
Network Adaptors NIC VMNet3/Host Only VMNet4/Host Only NIC
See Note 1 VMNet 3 Host only
VMNet 4 Host only
VMNet 0 (bridge) not used
Route Add NO NO YES (see note 2) NO Using 2 physical boxes, a client pc and a pc with ISA 2004 EE and vmware installed on it. On the ISA host I run a VMWAN and a VMDMZ. Note that the ISA application is not running inside a VM it runs directly on the host. The ISA host has 3 network interfaces, 1 is a physical NIC connected to my corp LAN, the other 2 NICS are VMWare Host only adapters connected to the WAN and DMZ interfaces. I have followed the guide "Creating and configuring a public address trihomed network; page 591" from Dr T.Shinders book. And am trying to achieve the routed DMZ (figure 7.31) from the book. However i seem to be having some issues.. basically i am unable to route between the external <--> dmz and internal <-->dmz. I I have exported the ISA rules to XML files and can provide them on request. My main concern is that I don't have the networking infrastructure correctly setup! Can anybody shed some light please…?? My network setup is as follows.. 1) ISA Host VMNet3, VMNet4 and NIC all have "vmware bridging” protocol checked 2) Route added on VMWAN to allow VMWANto ping the VMDMZ 172.16.0.2
route –p add 172.16.0.0 MASK 255.255.0.0 192.168.210.254
3) Ping results and DNS lookup test results on VMWAN. The test shows I can ping the DMZ adapter and DNS is working as expected. [/size][/font]
[font=verdana][size=2]
D:\GatewaySetup>route -p add 172.16.0.0 mask 255.255.0.0 192.168.210.254
D:\GatewaySetup>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0c 29 3e 6b 93 ...... AMD PCNET Family Ethernet Adapter (Microsoft's Packet Scheduler
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.16.0.0 255.255.0.0 192.168.210.254 192.168.210.1 1
192.168.0.0 255.255.0.0 192.168.210.1 192.168.210.1 1
192.168.210.0 255.255.255.0 192.168.210.1 192.168.210.1 1
192.168.210.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.2 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.3 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.4 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.5 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.6 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.7 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.210.255 255.255.255.255 192.168.210.1 192.168.210.1 1
224.0.0.0 224.0.0.0 192.168.210.1 192.168.210.1 1
255.255.255.255 255.255.255.255 192.168.210.1 192.168.210.1 1
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
172.16.0.0 255.255.0.0 192.168.210.254 1
D:\>ping 172.16.0.1
Pinging 172.16.0.1 with 32 bytes of data:
Reply from 172.16.0.1: bytes=32 time=40ms TTL=128
Reply from 172.16.0.1: bytes=32 time<10ms TTL=128
D:\>ping 172.16.0.2
Pinging 172.16.0.2 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
D:\>nslookup
*** Can't find server name for address 192.168.210.254: Non-existent domain
*** Default servers are not available
Default Server: UnKnown
Address: 192.168.210.254
> [link=http://www.website.on.WAN.vm]www.website.on.WAN.vm[/link]
Server: UnKnown
Address: 192.168.210.254
Name: [link=http://www.website.on.WAN.vm]www.website.on.WAN.vm[/link]
Address: 192.168.210.1
D:\>nslookup [link=http://www.website.on.DMZ.vm]www.website.on.DMZ.vm[/link]
*** Can't find server name for address 192.168.210.254: Non-existent domain
*** Default servers are not available
Server: UnKnown
Address: 192.168.210.254
Name: [link=http://www.website.on.DMZ.vm]www.website.on.DMZ.vm[/link]
Address: 172.16.0.2
[/size][/font]
[font=verdana][size=2] 4) From the client lan using internet explorer with proxy settings of 168.185.7.120:8080, the external NIC iface. I can successfully hit the websites on the WAN. This was achieved via an "access rule” on ISA 5) From the client lan I want to access the mqseries services hosted on 172.16.0.2 via NAT over port 1414. I plan on directing requests to the external NIC 168.185.7.120:1414 and let ISA NAT to 172.16.0.2:1414 6) Tests on the DMZ 172.16.0.2 show that the DMZ cannot ping the WAN, however DNS is resolving ok [/size][/font]
[font=verdana][size=2]
C:\>ping [link=http://www.website.on.WAN.vm]www.website.on.WAN.vm[/link]
Pinging [link=http://www.website.on.WAN.vm]www.website.on.WAN.vm[/link] [192.168.210.1] with 32 bytes of data:
Request timed out.
Ping statistics for 192.168.210.1:
Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),
Control-C
^C
C:\Documents and Settings\Administrator>nslookup
*** Can't find server name for address 172.16.0.1: Non-existent domain
Default Server: UnKnown
Address: 172.16.0.1
> [link=http://www.website.on.WAN.vm]www.website.on.WAN.vm[/link]
Server: UnKnown
Address: 172.16.0.1
Name: [link=http://www.website.on.WAN.vm]www.website.on.WAN.vm[/link]
Address: 192.168.210.1
|
|
|
|