Hi All,
I'm trying to open some ports on my PIX515 to enable iChat / AIM communication over the internet. Now, I've opened ports before using the following two commands for example:
1) access-list server_access permit tcp any host 72.*.*.* eq www
(This line to 'permit' the port)
2) static (inside,outside) tcp 72.*.*.* 255.255.255.255 0 0
(And this line to create a route for the traffic to go)
My question is, what if we don't have a static route for the traffic to go? Anyone and everyone will want to use a video chat application sooner or later, so how can I let the firewall know that the traffic on these ports can go to anyone? I've only used these commands for servers with static IPs before, so I'm a little unclear on the procedure for just opening a port to any and all traffic, no matter what it's destination is.
I'm trying to open some ports on my PIX515 to enable iChat / AIM communication over the internet. Now, I've opened ports before using the following two commands for example:
1) access-list server_access permit tcp any host 72.*.*.* eq www
(This line to 'permit' the port)
2) static (inside,outside) tcp 72.*.*.* 255.255.255.255 0 0
(And this line to create a route for the traffic to go)
My question is, what if we don't have a static route for the traffic to go? Anyone and everyone will want to use a video chat application sooner or later, so how can I let the firewall know that the traffic on these ports can go to anyone? I've only used these commands for servers with static IPs before, so I'm a little unclear on the procedure for just opening a port to any and all traffic, no matter what it's destination is.