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.
Hey,I trying to figure out how i can NAT the destination (DNAT?).The idea is not to route the public ranges in the network, but to use only private range, this beside.In this setup, the idea is that when the pc 192.168.0.10 goest to 192.168.0.18, he ...
Hey,I would like to put some variables in my motd. I find it interesting that a person who logins in, already sees the hostname, serial...This way, he doesn't really needs to login to see some basic stuff. But it can help him to verify some things. F...
Hey,I've got 2 routers (RT1 and RT2) on a remote site. These are primary and backup (virtual ip...).I've got a third router (RTA) who's on the local site.RT1 has fe 10.10.10.0RT1 has fe 10.10.20.0On RT1 and RT2, i do the same natting (10.10.10.x).The...
Okay, found it. I needed to add a route for the 192.168.0.18 towards the other network.So once i've addedip route 192.168.0.18 255.255.255.255 vlan 1And now it works...Or if you see issues why not to do this....
Okay,Just dit a complete 'rebuild' of my setup, and now the ping is answering once i've got the nat in there (without a standby).But i see that the NAT itself isn't done.Ping from the router to the serverTestA#ping 172.18.18.18Type escape sequence to...
The idea is that the router is listening on a ip (in this case 192.168.0.18), and translate it to/as 172.18.18.18.This way, i don't need to have the 172.18.18.0 network known in the 192.168.0.0 network.The idea is that the clients pc only can use 192...
Shouldn't this be one by default? :$I've issued the command (ip proxy-arp) on the interface VLAN2 which is 192.168.0.1, but doesn't change a lot...i've got debugging on 'ip nat' and 'ip icmp'. But no entries when i try to ping the 192.168.0.18 from t...