Hi
We have a new range of public ips and need to add them to a new internal interface (not the outside one). Therefore I need to find out how to pass these IPs through the outside interface on to the new internal interface net2 without NAT.
I've tried lots of different configs in the office test environment but its not working. In this example lets say I need to assign 10.0.1.85 to a host on net 2. Then access this host on port 80 from the outside interface.
The test rig is as follows.
outside - 10.0.1.10/24
inside - 192.168.101.10/24
net2 - no ip
10.0.1.1 default gateway router
Notes
Pix 515 7.0.(2)
The test machine in net2 is 10.0.1.85/24.
The pix can't ping that host and we can't get any packets to or from it.
Also noticed arp is not showing 10.0.1.85 on any interface of pix after a ping.
# Log extract
Built inbound TCP connection 1848027 for outside:10.0.1.59/64186 (10.0.1.59/64186) to net2:10.0.1.85/80 (10.0.1.85/80)
Routing failed to locate next hop for TCP from outside:10.0.1.59/64186 to net2:10.0.1.85/80
Can anyone tell me what I need to do to the configuration to get this working or point me to a suitable example. I've yet to find one on the cisco website or anywhere else.
Any help much appreciated.
PM