I´d like to use different VLANs on my Cisco switch and use ASL for routing.
What I did was extend my former configuration (no VLAN) by changing the internal interface to "VLAN ethernet interface" and add one more VLAN interface.
So far no big deal but: though I can ping my machines through the different VLANs I can NOT establish a "real" connection.
When e.g. trying to use VNC or RDP from one "real" DMZ to one of the machines in the VLAN I get a connect, can enter the password (for VNC) but than it´s hanging - same with RDP (without getting the login screen at all)!
When I change the configuration back to "Standard ethernet interface" everything is fine again.
Since the ASL interface configuration is no big deal I´d like to have you to have a look on my Cisco configuration:
Code:
interface FastEthernet0/1
description Firewall LAN
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,100,101,1002-1005
switchport mode trunk
I can see nothing false since VLAN 100 and 101 are the ones I used to play arround with.
I´d appreciate any kind of suggestion...
techno.kid
This thread was automatically locked due to age.