Link to home
Start Free TrialLog in
Avatar of jasonmichel
jasonmichel

asked on

Allowing VPN out of network

ok, we have a client that uses the ATT global client to VPN.. They gave me a list of requirements and IP's needed for the opened ports...No idea where to start...wonder if i can get some insight? thanks
attached is the documentation
attbroadbandports.pdf
ASKER CERTIFIED SOLUTION
Avatar of stsonline
stsonline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jasonmichel
jasonmichel

ASKER

can you give me an example of a config to achieve this?...thanks
can anyone give me a quick example of creating these object groups and applying them to ACLS? and allowing the services through internal networks. Would that be creating and ACL for the LAN interface inbound, or just allowing individual ports?
I don't have one for the 1841 but in general, create object-groups like so:

object-group network Sprint_Mail
 network-object host 63.161.60.29
 network-object host 63.161.60.61

Then use the object-group in your ACL:

access-list outbound extended permit tcp object-group Sprint_Mail host 12.34.56.78 eq smtp

This keeps you from having to create the same line over and over again changing only the source IPs.