1 side(10.1.1.252) of the router on the inside interface(10.1.1.253) of the PIX, added
route inside 192.168.0.0 255.255.0.0 10.1.1.252 1
on the PIX
can ping the router(10.1.1.252) from the PIX console can ping the 192.168.x.x from the pix console
Workstations are on the inside interface of the PIX, and set the default gateway to PIX inside interface,
Issue:can't ping 192.168.x.x from any workstation.
Can ping 192.168.x.x after adding:
route add 192.168.0.0 mask 255.255.0.0 10.1.1.252
on the workstations.
Can anyone please help?
Thanks in advance. Benny
Didn't find your answer? Ask the community — no account required.
T
Tony Clifton
Hi benny,
This will not work because the PIX will NOT forward a packet out the same interface it came in from.
You should use the router as default gateway and not the PIX (it is not a router).
Regards,
/TC
"Benny" skrev i meddelandet news:wIh9e.15$ snipped-for-privacy@news.xtra.co.nz...
B
Benny
Yah, that's what I suspect.
I tried to ping 192.167.x.x, and other IP addresses, the pix nats them, (by turning on the debug icmp trace, it says "translation"), but when pinging 192.168.x.x, just says sending request and no reply.
Thanks for your reply, just would like someone to confirm my doubts. Thanks again.
J
jhouse4
Hello, I have two pubilc /24 IP address ranges that are supplied to us via our ISP. Both are assigned to the fast ethernet port as primary and secondary IP addresses. How would I get all of the traffic that is intended for the IP range that is the secondary IP range to pass through seemlessly through our PIX firewall and access the intended destination?
Router
Faste 0/0 1.1.1.1 2.2.2.2 (secondary)
PIX Outside interface 1.1.1.2
I hope that this makes sense.
Thanks!
W
Walter Roberson
You change the routing on the router, something like
ip route 2.2.2.0 255.255.255.0 1.1.1.2
You would not need to make any changes on the PIX to support this routing in itself. On the PIX, you would just use the normal static commands and access-list entries (in the access-list assigned to the outside interface via the 'access-group' command.)
You should NOT try to give the PIX outside interface an IP address in the second IP range -- you won't be able to do it with that setup.
1) you only use a single IP address range for the PIX outside interface
2) you can static IPs in either address range to the outside interface: the PIX is able to handle receiving packets for an indefinite number of different outside address ranges even if they have nothing to do with the address range assigned to the outside interface
3) you can static different outside IPs to the same inside IP as long as the ports differ
4) you can static different outside IP ranges to the same inside IP range
5) you can static different outside IP ranges to different inside IP ranges, as long as you have an inside router (192.168.13.253 in this example) that has an address in the same IP range as the inside interface. Hosts that lived in that second internal address range would need to have their default gateway set to a router that knew to pass their outgoing external-bound packets to the single PIX inside IP.
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.