05-18-2007 01:57 AM - edited 03-11-2019 03:16 AM
Hi,
I'm trying to get a few of our machines on dmz to communicate with a TSM server which is located on a subnet on the inside. But I can't get it to route traffic out on the subinterface I have created in the pix, it keeps using the dmz as output interface, instead of the subinterface.
Server on dmz: 192.168.50.5
Subinterface on inside interface: 192.168.120.250 (name: BackupLAN)
TSM server: 212.210.45.10 (name: TSMserver)
The following NATs are used:
static (BackupLAN,dmz) TSMserver TSMserver netmask 255.255.255.255
static (dmz,BackupLAN) 192.168.50.5 192.168.50.5 netmask 255.255.255.255
The following route is created:
route BackupLAN TSMserver 255.255.255.255 192.168.120.1 1 (192.168.120.1 is a switch which passes the traffic on to the TSM server)
There is also a security policy for incoming on dmz which only allows traffic with destination port 1500 to be passed on.
When running the Packet tracer in ASDM, the result is that the packet is allowed, but both input and output interface is dmz, output interface should be BackupLAN.
Is there something I have forgot to configure? Or is anything wrong configured?
05-18-2007 05:35 AM
Could you post a show route.
05-22-2007 11:33 PM
Here are the routes:
Gateway of last resort is 62.118.159.65 to network 0.0.0.0
C 192.168.120.0 255.255.255.0 is directly connected, BackupLAN
S TSMserver 255.255.255.255 [1/0] via 192.168.120.1, BackupLAN
C 62.118.159.64 255.255.255.240 is directly connected, outside
C 192.168.50.0 255.255.255.0 is directly connected, dmz
C 192.168.12.0 255.255.255.0 is directly connected, inside
S* 0.0.0.0 0.0.0.0 [1/0] via 62.118.159.65, outside
05-18-2007 07:24 AM
What security level is configured for BackupLAN and dmz? Also, which network does the TSMserver sit on?
05-22-2007 11:42 PM
BackupLAN has securitylevel 100, dmz has 10
The TSMserver resides on a remote network. From the PIX the link goes via a local switch (192.168.120.1 in the configuration) and then to a remote switch (still in the .120 subnet) and then it reaches the TSMserver
05-23-2007 12:00 AM
Hi
Firstly what is the second static doing ie.
static (dmz,BackupLAN) 192.168.50.5 192.168.50.5 netmask 255.255.255.255
This is not needed as far as i can see so maybe remove it and see if that makes any difference. I can't see why it would at the moment but your config/routing looks okay.
Also can you ping the TSMServer from the pix firewall itself
Jon
05-23-2007 06:56 AM
It doesn't do much really. Put it there in case of need or something. But it's no difference without that NAT rule.
I can't ping the TSMserver from the PIX, eventhough I choose the BackupLAN interface in the ping console.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide