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.
Hi Guys,I have a QOS question. Im trying to QOS return packets with random port numbers.I'm doing basic outgoing dynamic NAT overloading to an outside address. (DSL)I'm also doing some static NAT to redirect connections to from the outside address to...
Hi Guys,I have a quick NAT question.I'm doing basic outgoing dynamic NAT overloading to an outside address. (DSL)I'm also doing some static NAT to direct connections to from the outside address to my mail server.With the config; people from the inter...
Ok... So NAT is bydirectional.That means when a packet leaves the WAN interface it needs to have its souce address modified.In your case the source address does not need to be modified because its coming from the local router and so we are seeing the...
This isnt a bug. Its normal expected behaviour.Here is a quick detail on what a packet does on your router.1) A packet is created by a process on your router (such as DNS or NTP)2) The packet is routed out the WAN service3) The packet has a source ad...
Wow.. this is an old discussion.Anyhow... this is quite normal. All packets leaving your router should go through the NAT process.If the packet comes from the router then there is no reason to NAT it.If you see my previous post I have deny ip host ...
EdisonOrtiz,I have tried swapping both interfaces to "ip nat enable" and turned on debugging but it doesn't seem to work at all.With a "debug ip nat" running I don't get anything come up."show ip nat trans" shows me no dynamic entry'sinterface Vlan1 ...
EdisonOrtiz,Thanks for the details... but im a bit stuck.I have done some searching and reading but cant seem to find a simple working logical example for NVI.All of the examples on the net seem to have the wrong diagram and missing commands.If anyon...