Hey guys this is my question.
okay you know how you have to create and ACL for interesting traffic right? but that is for only 1:1 subnetting. say you had
more subnets you wanted to have access to?
example
R2(work) vpn site setup 7 subnets of interesting traffic want access to)
192.168.1.0 /24 yeah you do it for one normally but what abot the rest?
192.168.2.0
192.168.3.0
192.168.4.0
192.168.40.0
etc...
R5 (home) vpn site setup 1 subnet range of interesting traffic)
192.168.0.0 /24
as it stands now I have to RDP into one server and the RDP from that server to other subnets. I want to be able to from my apartment
remote into any subnet off of my vpn? do I add more statements
for the interesteding traffic? in the ACL I make on each end
and include each
like:
R5 (home)
permit ip 192.168.0.x 0.0.0.255 192.168.1.0 0.0.0.255
permit ip 192.168.0.x 0.0.0.255 192.168.2.0 0.0.0.255
permit ip 192.168.0.x 0.0.0.255 192.168.3.0 0.0.0.255
R2 (work with many subnets)
permit ip 192.168.1.0 0.0.0.255 192.168.0.0 0.0.0.255
permit ip 192.168.2.0 0.0.0.255 192.168.0.0 0.0.0.255
permit ip 192.168.40.0 0.0.0.255 192.168.0.0 0.0.0.255
like this and then from home I can access each subnet through
my sitetosite vpn?