I’m engaged on deploying a coverage primarily based routing. I created the PBR on the router as follows:
ip access-list prolonged HAIRPIN_NAT
10 allow tcp 10.0.226.0 0.0.0.255 host 212.25.30.227 eq 443
route-map PBT_HAIRPIN_NAT allow 10
match ip deal with HAIRPIN_NAT
set ip next-hop 10.0.226.107
I utilized the route map to an interface vlan which the shopper with the IP 10.0.226.x is sitting. the shopper with the IP 10.0.226.x desires to hook up with 212.25.30.227 which will likely be forwarded to 10.0.226.107:
interface Vlan11
description DSL
vrf forwarding DSL
ip deal with 10.0.226.1 255.255.255.0
ip nat inside
ip coverage route-map PBT_HAIRPIN_NAT
once I carry out a connection from the shopper sitting in 10.0.226.x to 212.25.30.227 to achieve the shopper with the IP deal with 10.0.226.107, the connection instances out. my query is now: is it attainable to use a PBR on an interface vlan or ought to or not it’s configured on the port which the units resides?
I’m engaged on deploying a coverage primarily based routing. I created the PBR on the router as follows:
ip access-list prolonged HAIRPIN_NAT
10 allow tcp 10.0.226.0 0.0.0.255 host 212.25.30.227 eq 443
route-map PBT_HAIRPIN_NAT allow 10
match ip deal with HAIRPIN_NAT
set ip next-hop 10.0.226.107
I utilized the route map to an interface vlan which the shopper with the IP 10.0.226.x is sitting. the shopper with the IP 10.0.226.x desires to hook up with 212.25.30.227 which will likely be forwarded to 10.0.226.107:
interface Vlan11
description DSL
vrf forwarding DSL
ip deal with 10.0.226.1 255.255.255.0
ip nat inside
ip coverage route-map PBT_HAIRPIN_NAT
once I carry out a connection from the shopper sitting in 10.0.226.x to 212.25.30.227 to achieve the shopper with the IP deal with 10.0.226.107, the connection instances out. my query is now: is it attainable to use a PBR on an interface vlan or ought to or not it’s configured on the port which the units resides?