Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a customer who wants to have a router on one site, with ISDN Internet access, and use this to connect to a central site using IPSec/VPN. Are there any pointers to what I configure in the dialer-list to only dial when there is 'real' traffic, a...
Do you mean static nat or route ?Post a copy of the config and it may be a bit clearer what you are trying to achieve. Give us the IP addresses for each step so we can follow what you are doing.Regards,Iain
Shane, I am a little confused. There is no mention of the 192.199.x.x network in the config you posted. Where is this network located ? Maybe you are just missing a route statement ?Please clarify.Regards Iain
This might be old school, but try the following to turn of nat between inside and dmzFirst clear out the commands that we do not need.no global (inside) 101 interface no global (DMZ) 101 interface no static (inside,inside)...
Ok, but he said he was accessing the Internet, so he would need NAT. Posting a copy of the config would be useful here, then we can see what you are trying to acieve.Regards,Iain
You need a static natstatic (inside,outside) {outside ip address} {inside ip address} netmask 255.255.255.255where {outside ip address} is an ip address given to you by your service provider, and {inside ip address} is the ip address on your lan of t...