Greetings, Just wondering if there is a resource out there covering the basics of traffic redirection on cisco ios for someone familiar with pf?
In particular, I need to setup a redirection rule on an old cisco 877 router to allow OpenVPN traffic to pass through to an OpenVPN server running on a separate machine. I am familiar with pf from setting up previous firewalls with OpenBSD, and so on OpenBSD I believe I would add to pf.conf something like: pass in on $ext_if proto udp from any to any port 1194 keep state rdr-to $openvpn_server Just wondering what the equivalent is on cisco ios? Or is this deceptively simple question going to require a non-simple answer? Any advice appreciated in advance.

