stevenriz
IS-IT--Management
- May 21, 2001
- 1,069
I know this may be a Solaris issue but I am leaning towards the PIX on this particular issue. Maybe you can help. Let me try and explain this clearly.
We have two subnets within the PIX, 192.168.1.0 and 192.168.2.0. Gateway to the outside is ultimately the PIX at 192.168.1.10. 192.168.2.10 for the .2 net. 192.168.1.10 is on the ISP router.
ip address outside 'publicip' 255.255.255.240
ip address inside 192.168.2.10 255.255.255.0
ip address vpndmz 172.16.2.1 255.255.255.0
ip address corp 192.168.1.10 255.255.255.0
We have two servers both on the .2 subnet. Both of which MIND YOU "CAN" ping this FTP site, only one of the machine "DOES NOT" receive a login prompt to the FTP site.
One Solaris machine on the .2 net "CAN" access this particular FTP site on the net. It's netstat -nr shows like so...
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 morpheus U 1 46 hme0
224.0.0.0 morpheus U 1 0 hme0
default 192.168.2.10 UG 1 103
localhost localhost UH 8 48133 lo0
#
Now this second machine which is on that same .2 net is a Solaris box as well. The issue is it "CANNOT" access this particular FTP site. The FTP login prompt is not returned. Here is the netstat -nr on that machine...
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 192.168.2.162 U 1 208 hme0
224.0.0.0 192.168.2.162 U 1 0 hme0
default 192.168.2.10 UG 1 13
127.0.0.1 127.0.0.1 UH 4 252948 lo0
#
The difference with the later server is that I publicize it on the web so it has a public IP address attached to it using an access list and static routes. I also gave it the "alias" command thinking that would have fixed it. It didn't.
Do you think my problem is with the PIX? I am looking for clues but cannot find any. The Solaris versions are different. But I have some Boxes on the older version that "CAN" access this site. I am still tinkering with this but I thought I would ask so not too much more time is wasted working on this... Thanks all!!
Steve
We have two subnets within the PIX, 192.168.1.0 and 192.168.2.0. Gateway to the outside is ultimately the PIX at 192.168.1.10. 192.168.2.10 for the .2 net. 192.168.1.10 is on the ISP router.
ip address outside 'publicip' 255.255.255.240
ip address inside 192.168.2.10 255.255.255.0
ip address vpndmz 172.16.2.1 255.255.255.0
ip address corp 192.168.1.10 255.255.255.0
We have two servers both on the .2 subnet. Both of which MIND YOU "CAN" ping this FTP site, only one of the machine "DOES NOT" receive a login prompt to the FTP site.
One Solaris machine on the .2 net "CAN" access this particular FTP site on the net. It's netstat -nr shows like so...
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 morpheus U 1 46 hme0
224.0.0.0 morpheus U 1 0 hme0
default 192.168.2.10 UG 1 103
localhost localhost UH 8 48133 lo0
#
Now this second machine which is on that same .2 net is a Solaris box as well. The issue is it "CANNOT" access this particular FTP site. The FTP login prompt is not returned. Here is the netstat -nr on that machine...
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 192.168.2.162 U 1 208 hme0
224.0.0.0 192.168.2.162 U 1 0 hme0
default 192.168.2.10 UG 1 13
127.0.0.1 127.0.0.1 UH 4 252948 lo0
#
The difference with the later server is that I publicize it on the web so it has a public IP address attached to it using an access list and static routes. I also gave it the "alias" command thinking that would have fixed it. It didn't.
Do you think my problem is with the PIX? I am looking for clues but cannot find any. The Solaris versions are different. But I have some Boxes on the older version that "CAN" access this site. I am still tinkering with this but I thought I would ask so not too much more time is wasted working on this... Thanks all!!
Steve