I heve problem to routed specific host from one net. throw GRE ipsce to another net and redirected to internet
I have to routers both are acces to network witch static IP, betwen is establisth GRE ipsec to comunicate both LAN block
both net. blocks are acces to internet.
I would like to redirected specific host from one net to another netwok to get dyferent IP
Make the GRE interface on each router. Put an IP address on the GRE interface in a different network than what you are using for the LAN.
(e.g. 10.0.0.1/30 at one end and 10.0.0.2/30 at the other end)
Then insert static routes for the other side network range with gateway equal to the other side’s GRE tunnel IP.
E.g. 192.168.0.0/24 gateway 10.0.0.2