Looking for advice on my current setup workaround:
1. My home network employs a Netgear router that unfortunately lacks VLAN support. This router connects to my ISP.
2. The router's LAN is configured as 192.168.15.0/24 and provides internet access.
3. I've introduced a Cisco 3560 switch into the setup. I connected the gi0/9 port of the Cisco switch to the Netgear router. I enabled IP routing on the Cisco switch and converted the gi0/9 port into a Layer 3 port, assigning it IP 192.168.15.21 (no switchport command).
4. On the Cisco switch, I've set up three VLANs: 10.88.6.0/27, 10.88.7.0/27, and 10.88.3.0/27. Each VLAN has a relevant DHCP pool configured on the switch. Additionally, I've created SVIs (Switch Virtual Interfaces) for each VLAN, with gateways 10.88.3.1, 10.88.6.1, and 10.88.7.1.
5. Since my Netgear router doesn't support VLANs, I cant direct all tagged traffic to the interface connecting to the Netgear router (so no trunking).
6. Instead of trunking, I've implemented NAT overload for the networks 10.88.6.0, 10.88.7.0, and 10.88.3.0 on the inside, and the gi0/9 interface of the Cisco switch on the outside. This translates all addresses to 192.168.15.21, allowing internet access.
7. My question pertains to accessing the VLAN networks (10.88.0.0) from the 192.168.15.0 network. The router's LAN is unaware of the 10.88.0.0 networks.
8. My Netgear router does support static routes. I attempted to add static routes for VLANs 10.88.6.0, 10.88.3.0, and 10.88.7.0, all pointing to the gateway 192.168.15.21 of the Cisco switch's gi0/9 interface. Unfortunately, this approach hasn't yielded success.
Any guidance on resolving this connectivity challenge would be greatly appreciated. Thank you in advance!
#sh ip nat translations
Pro Inside global Inside local Outside local Outside global
icmp 192.168.15.21:1024 10.88.3.1:1 192.168.15.22:1 192.168.15.22:1024
icmp 192.168.15.21:1025 10.88.3.1:101 192.168.15.1:101 192.168.15.1:1025