cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3393
Views
0
Helpful
44
Replies

VLAN question

sonitadmin
Level 1
Level 1

Have a Cisco 3560 switch with multiple VLAN's. Have a vendor that connects to teh Pix 505 with PPTP and gets IP from server on VLAN1. They then need to connect to a PC for RDP session on VLAN2. I am unable to get that connection working. Can ping all PC's on that VLAN but can't RDP. Is there a ACL I can add to grant this access?

44 Replies 44

Switch config

My final suggestion would be to remove your acl from both svis and see if you can get across. If you can't, it has something to do with your pix. You can post the pix config if you want, but in reality it should be seeing the traffic between switchports and only involve the pix if traffic isn't local (although that depends on your topology).

John

HTH, John *** Please rate all useful posts ***

Nothing in the switch config jumps out at you as being incorrect?

Not blatantly, no. The pix svi is 10.1.0.254, and the default route is .253. What's .253?

HTH, John *** Please rate all useful posts ***

Pix config shows 10.1.0.253 as the inside interface.

Please post the following from the pix:

route statements

access-group statements

access-lists

Take out any public addresses.

HTH, John *** Please rate all useful posts ***

I've attached the route statements. I don't see any access-group statements and I only see one access-list statement that I'm not even sure belongs in there.

access-list 108 permit ip 10.10.0.0 255.255.0.0 172.16.1.0 255.255.255.0

I see a lot of conduit permit statements.

If you do a "show access-group", you should see something. Did you remove your acl from the svi and test it?

HTH, John *** Please rate all useful posts ***

Sonit:

Forget about RDP, can you even PING the device in vlan 8 from the device in vlan 10. Is it even reachable?

I am not in front of the switch or pix right now and have no access to it. I have another tech that is working with it.

We have not removed the ACL yet. I'll get the show access-group results shortly.

Thanks for all the help!

Sonit:

Forget about RDP, can you even PING the device in vlan 8 from the device in vlan 10. Is it even reachable?

Yes, with my Vista laptop ip address 10.10.0.240 I can ping the client PC at 10.70.0.61 that I want to RDP to. Same result from server at 10.10.0.3.

With my laptop connected to 10.70.0.0 network I am able to RDP into 10.70.0.61 machine. Just not from 10.10.0.0 network.

John,

The show access-group command brings back nothing. Show access-list brings back the ACL that I showed you earlier.

The access-list isn't applied then. You may not be using access-lists if you're using conduits. The only other test that you can do is to remove the acl from both svis (have the other tech do it) and then see if you can get to it.

HTH, John *** Please rate all useful posts ***

My guess is that when I remove both of those ACL's that its going to cause some issues so I might not be able to test it during hours.