I've attached a drawing of my current lab environment. I am having issues and want to make sure my networking is in order before I ask the linux people if I've screwed up. I'm having issues accessing
http://192.168.2.2 from the desktop in the drawing when I create a router on a stick setup as shown.
Switch:
vlan 2
vlan 3
int f0/3
switchport mode access
switchport access vlan 3
int f0/2
switchport mode access
switchport access vlan 2
int f0/24
switchport mode trunk
switchport trunk encapsulation dot1q
Router:
interface FastEthernet0/0.2
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0.3
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
I am able to ping the server from the desktop. I am unable to browse to the server via http. If I put the desktop on the same VLAN/subnet as the server I have no issues accessing the server via http. Any idea if I'm missing something here?