Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
This is what I currently have:access-list incoming permit tcp any host 2.3.245.131 eq wwwaccess-list incoming permit tcp any host 2.3.245.131 eq httpsip address outside 2.3.245.134 255.255.255.192static (inside,outside) 2.3.245.131 192.168.1.10 netma...
From previous topic, but the advice given there isn't working, here is a copy & paste of the problem:2801 router fe0/0 with a 209.x.x.x address going to a switch. fe0/1 with a 28.x.x.x going out to WAN 515 PIX e0 outside with a 209.x.x.x address goin...
I have static statements like:static (inside,outside) 29.7.245.132 192.168.1.13 netmask 255.255.255.255 0 0static (inside,outside) 29.7.245.136 192.168.1.8 netmask 255.255.255.255 0 0However, I wish to redirect HTTPS and WWW traffic to a different LA...
2801 router fe0/0 with a 209.x.x.x address going to a switch.fe0/1 with a 28.x.x.x going out to WAN515 PIXe0 outside with a 209.x.x.x address going to same switch as router.e1 inside with a 192.168.0.1 address going to LAN. This acts as the network ...
Have an existing PIX 505 (192.168.0.1) serving as gateway/firewall.Customer just purchased a Cisco a/g/b AP. We would like to have two SSID's up. One for Employee's and one for Visitors. The Employee SSID will have access to local servers, intern...
Hmm,I do not think I am understanding.2.3.245.131 is an IP address within our block. 2.3.245.134 happens to be the address we gave to the PIX. x.131 is the address we're using for Mail.I need to keep x.134 the outside address, but I need to route t...
I've been playing around with the logical interfaces on IOS 6.3:interface ethernet0 autointerface ethernet1 100fullinterface ethernet2 auto shutdowninterface ethernet2 vlan10 logicalinterface ethernet2 vlan20 logicalip address outside 209.x.x.x 255.2...
Ah hah,So given your example, if the Outside IP was 29.7.245.132But I was also directing traffic for 29.7.245.133And I wanted WWW and HTTPS traffic going to 29.7.245.133 to be redirected to 192.168.1.5And I wanted 3389 traffic going to 29.7.245.133 t...