Hello
Looking for a bit of advice if anyone can help!
We have a 2600 router as our Business Partner DMZ. We use a lot of reflective ACL's to allow traffic in and out on the ports they need to use and only those ports. We have the reflective ACL's working with all our business partners traffic bar one!!
This software requires port ranges on TCP and UDP to 4 possible addresses.
On the sub interface i have The following 2 access lists.
interface FastEthernet0/1.7
description Test
encapsulation isl 7
ip address 10.84.x.x 255.255.255.0
ip access-group TestIn in
ip access-group TestOut out
no ip redirects
ip nat outside
no cdp enable
ip access-list extended TestOut
permit icmp any any
evaluate TestRefOut
permit tcp host 10.84.x.x 208.134.x.x 0.0.0.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 208.134.x.x 0.0.0.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 205.183.x.x 0.0.0.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 205.183.x.x 0.0.0.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 199.105.x.x 0.0.7.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 199.105.x.x 0.0.7.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 199.105.x.x 0.0.1.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 199.105.x.x 0.0.1.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 69.184.x.x 0.0.255.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 69.184.x.x 0.0.255.255 range 48129 48137 reflect TestRefIn
deny ip any any
ip access-list extended TestIn
permit icmp any any
evaluate TestRefIn
deny ip any any
Problem being when i do a port Query on a valid port (TCP 8292) and look at my debug im getting the return traffic denied!?? Looks like it doesnt even pay any attention to the reflective commands? It lets the traffic out but wont allow the return traffic back in (the source address and port are valid in the debug output?) Its basically not reflecting the traffic its letting out!?
Any ideas?
Thanks
Rob
Looking for a bit of advice if anyone can help!
We have a 2600 router as our Business Partner DMZ. We use a lot of reflective ACL's to allow traffic in and out on the ports they need to use and only those ports. We have the reflective ACL's working with all our business partners traffic bar one!!
This software requires port ranges on TCP and UDP to 4 possible addresses.
On the sub interface i have The following 2 access lists.
interface FastEthernet0/1.7
description Test
encapsulation isl 7
ip address 10.84.x.x 255.255.255.0
ip access-group TestIn in
ip access-group TestOut out
no ip redirects
ip nat outside
no cdp enable
ip access-list extended TestOut
permit icmp any any
evaluate TestRefOut
permit tcp host 10.84.x.x 208.134.x.x 0.0.0.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 208.134.x.x 0.0.0.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 205.183.x.x 0.0.0.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 205.183.x.x 0.0.0.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 199.105.x.x 0.0.7.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 199.105.x.x 0.0.7.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 199.105.x.x 0.0.1.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 199.105.x.x 0.0.1.255 range 48129 48137 reflect TestRefIn
permit tcp host 10.84.x.x 69.184.x.x 0.0.255.255 range 8194 8294 reflect TestRefIn
permit udp host 10.84.x.x 69.184.x.x 0.0.255.255 range 48129 48137 reflect TestRefIn
deny ip any any
ip access-list extended TestIn
permit icmp any any
evaluate TestRefIn
deny ip any any
Problem being when i do a port Query on a valid port (TCP 8292) and look at my debug im getting the return traffic denied!?? Looks like it doesnt even pay any attention to the reflective commands? It lets the traffic out but wont allow the return traffic back in (the source address and port are valid in the debug output?) Its basically not reflecting the traffic its letting out!?
Any ideas?
Thanks
Rob