Unsolved

This post is more than 5 years old

2 Posts

8541

February 4th, 2008 15:00

Cannot RDP

Hey Guys,

New to the PowerConnect switches.  First time configuring this babies.  Anyways, I have a 6224P and a 6248P. I have two VLANS (10,20) subnetted and I am trunking via SFP module.  The 6248P is handling the VLAN routing for the 6224P.  I am not in production with these switches, just in the lab now. I have a PC (VLAN 20) on the 6248P and a PC (VLAN 10) on the 6224P.  I have no problem accessing my servers with the PC on the 6224P or using RDP.  I CANNOT use RDP or Exchange with the PC on the 6248P. My RDP session just hangs. What am I doing wrong fellas?

!Current Configuration:
!System Description "Dell 48 Port PoE Gigabit Ethernet, 2.0.0.12, VxWorks5.5.1"
!System Software Version 2.0.0.12
!
configure
vlan database
vlan  10,20,100
vlan association subnet 192.65.10.0 255.255.255.0 10
vlan association subnet 192.65.20.0 255.255.255.0 20
exit
stack
member 2 5
exit
switch 2 priority 1
ip address 192.168.2.1 255.255.255.0
ip default-gateway 192.65.1.5
ip domain-name dolsenco.com
ip routing
ip route 0.0.0.0 0.0.0.0 192.65.1.5
bootpdhcprelay enable
bootpdhcprelay serverip 192.65.1.22


interface vlan 10
routing
ip address  192.65.10.1  255.255.255.0
exit
interface vlan 20
routing
ip address  192.65.20.1  255.255.255.0
exit
interface vlan 100
routing
ip address  192.65.1.33  255.255.255.0
ip netdirbcast
exit
username "admin" password 1a923732a014799e0614b2fe4187b379 level 15 encrypted
!
interface ethernet 2/g1
switchport mode general
switchport general pvid 10
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10,20 tagged
exit


!
interface ethernet 2/g2
switchport mode general
switchport general pvid 10
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10,20 tagged
exit
!
interface ethernet 2/g3
switchport mode general
switchport general pvid 10
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10,20 tagged
exit
!
interface ethernet 2/g47
switchport access vlan 100
exit
!
interface ethernet 2/g48
switchport mode trunk
switchport trunk allowed vlan add 1,10,20,100
exit

!Current Configuration:                      
!System Description "Dell 24 Port PoE Gigabit Ethernet, 2.0.0.12, VxWorks5.5.1"                                                                              
!System Software Version 2.0.0.12                                
!
configure        
vlan database            
vlan  10,20          
exit   
stack    
member 1 4         
exit   
switch 1 priority 1                  
ip address 192.65.10.254 255.255.255.0                                     
ip default-gateway 192.65.10.1                             
ip domain-name dolsenco.com                          
ip host idf26224p 192.65.10.254                              
username "admin" password 1a923732a014799e0614b2fe4187b379 level 1 encrypted                                                                           
!
interface ethernet 1/g1                      
switchport mode general                      
switchport general pvid 10                         


no switchport general acceptable-frame-type tagged-only                                                      
switchport general allowed vlan add 10,20                                        
exit   
!
interface ethernet 1/g2                      
switchport mode general                      
switchport general pvid 10                         
no switchport general acceptable-frame-type tagged-only                                                      
switchport general allowed vlan add 10,20                                        
exit   
!
interface ethernet 1/                   
switchport mode general                      
switchport general pvid 10                         
no switchport general acceptable-frame-type tagged-only                                                      
switchport general allowed vlan add 10,20                                        
exit   
!
interface ethernet 1/g4                      
switchport mode general                      
switchport general pvid 10                         


no switchport general acceptable-frame-type tagged-only                                                      
switchport general allowed vlan add 10,20                                        
exit   
!
interface ethernet 1/g5                      
switchport mode general                      
no switchport general acceptable-frame-type tagged-only                        
switchport general allowed vlan add 10,20
exit
!
interface ethernet 1/g6
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10,20
exit
!
interface ethernet 1/g7
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10,20
exit


!
interface ethernet 1/g24
switchport mode trunk
switchport trunk allowed vlan add 1,10,20
exit

2 Posts

February 4th, 2008 17:00

Forgot some extra info:

I can ping from vlan 10 (192.65.10.1) to vlan 20 (192.65.20.1) and vice versa and ping the PC's
I can surf with either PC from either VLAN from either switch.
I can RDP, use outlook (exchange), etc via a PC (192.65.10.100)on the 6224P
I cannot RDP, use outlook (exchange), etc via a PC (192.65.20.100) on the 6248P (router) but I can ping servers, web hosts, etc.
I can unplug the PC (192.65.20.100) from the 6248P and plug it into the 6248P and everything works fine.

Top