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.
We have 2901 on version 15.5(3)M3. The router has multiple internet connections and subnets each on their own VLAN.
Currently I use PBR to direct traffic between different subnets and their associated internet connection. There is also a
default rout...
We have a 2901 running IOS 15.5(3) that used to have VPN may years ago. However there has been a request to set up a new VPN. I'm a bit rusty on this and there seem to be more Cisco options these days. So I'm after basic advice on how to proceed. For...
When on the subnet (10.0.4.*) pinging devices beyond the subnet works, but pinging via the internal subnet (192.168.2.*) fails. A previous post (here) and subsequent testing determined that the 10.0.4.* network was correctly configured and you expert...
I've just configured a new internal subnet which I can ping from the router but I can't ping devices on the subnet from my computer. I have other subnets configured and they work fine. For example:WORKS - can ping from both router and PC:interface Gi...
Is it possible with CISCO IOS (15.5) to route https traffic based on the FQDN?For example:- direct mail.abc.com:443 to host 192.168.1.1- direct abc.com:443 or www.abc.com:443 to host 192.168.1.2
Ok I managed to fix the problem. I deleted the
default route(no ip route 0.0.0.0 0.0.0.0 Dialer6)
and then added the following on each subnet (defining RM1, RM2, RM3 etc):
route-map RM1 permit 10 set default interface <outside internet interface> OR ...
Thanks for the responses! The configuration is quite long so I've stripped out the irrelevant details and also color coded the various subnet and internet interfaces - I hope this helps, see the attached file (now deleted).
Thanks very much for your comments Georg and Rob. I'll look at your recommendations. The "sh ver" is below but it look like a first gen router.Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.5(3)M5, RELEASE SOFTWARE (fc1)ROM: Sys...
Thanks for the explanation. I might have a look at the packets to see what it is doing.So that last translation I assume means the 10.0.4.x subnet can connect to 10.0.4.17 on port 8000 and it is translated to 192.168.2.117 ? Yes correct: a 1:1 NAT ma...