Configuring router on a stick seems so easy in the examples, but i'm having trouble communicating between vlans. I'm using the boson simulator with the following setup:
Router1
fa0/0 - no ip
fa0/0.192 - ip 192.168.1.1/24
encap dotq 192
fa0/0.172 - ip 172.16.1.1/24
encap dotq 172
Switch1
ip default-gw 192.168.1.1
vlan 1 (management 192.168.1.2/25)
fa0/1
switchport mode trunk
switchport trunk encapsulation dotq
fa0/2
pc 192.168.1.1
fa0/3
pc 172.16.1.2
fa0/4 192.168.1.4
All pc's can ping the their gateway and machines in their subnet, but can't perform multiple vlan communication.
Any help?
Router1
fa0/0 - no ip
fa0/0.192 - ip 192.168.1.1/24
encap dotq 192
fa0/0.172 - ip 172.16.1.1/24
encap dotq 172
Switch1
ip default-gw 192.168.1.1
vlan 1 (management 192.168.1.2/25)
fa0/1
switchport mode trunk
switchport trunk encapsulation dotq
fa0/2
pc 192.168.1.1
fa0/3
pc 172.16.1.2
fa0/4 192.168.1.4
All pc's can ping the their gateway and machines in their subnet, but can't perform multiple vlan communication.
Any help?