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.
Hello, As an attempt to solve a broader problem, I decided to divide it in smaller parts. One of which is the following: how to setup a basic inter-vrf communications path with statics routes from each VRF to the global routing table and then from th...
Because in the broader problem, there are 2 different VRFs and I cannot change that. Note that in my original post, I stated: "I know you would say it make no sense to use VRF in this case but, I recall, this is a simplified part of a broader problem...
Hello again, I have another question.When 10.0.50.0/24 is moved into VRF example, we have to transform:ip nat inside source static tcp 10.0.50.230 22 interface GigabitEthernet1/1 9022 to:ip nat inside source static tcp 10.0.50.230 22 192.168.100.100 ...
Hello again,I have the situation in lab and I can try it directly. So (I adapted all values to the example given):ip nat inside source static tcp 10.0.50.230 22 192.168.100.100 9022 vrf EXAMPLEdoes work, it forwards port 9022 of 192.168.100.100 (<wan...
Thanks, I'm trying your proposition but I don't understand how to specify the ports in your example.If we take the original post: 10.0.50.230 22 192.168.100.100 9022 10.0.50.230 will be our interface <wan interface>. How to forward the port 22 of the...