Cisco question: No telnet access from across subnets?

InlineFive

Diamond Member
Sep 20, 2003
9,599
2
0
Hello everyone,

I'd like to access my tiny Cisco farm at home while on the road using my L2TP connection. The only problem thus far is that I cannot telnet into the devices. I don't think it has to do with routing between subnets (L2TP 10.x.x.x vs LAN 172.x.x.x) because accessing the HTTP management page on the switches works.

Do Cisco devices not accept telnet conncetions from across subnets?

Thanks!

I5
 

jlazzaro

Golden Member
May 6, 2004
1,743
0
0
shouldnt be an issue.

do you have an access-class assigned to your vty interfaces?
 

InlineFive

Diamond Member
Sep 20, 2003
9,599
2
0
Originally posted by: jlazzaro
shouldnt be an issue.

do you have an access-class assigned to your vty interfaces?

There is nothing assigned to vty 0 4 aside from a password. Logging in using telnet works fine from any LAN computer.
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
If ping works, that means your routing is good.

Post output of the config for your virtual terminal lines.
 

InlineFive

Diamond Member
Sep 20, 2003
9,599
2
0
Alright, ping isn't working so this looks like a newbie issue caused by a newbie. I'll try to figure out this routing GUI on the Astaro box since it confuses me.
 

bruceb

Diamond Member
Aug 20, 2004
8,874
111
106
You might have an access control list set on the VTY port ... If that is so and it is not properly
set up, you will not get in.
 

InlineFive

Diamond Member
Sep 20, 2003
9,599
2
0
Originally posted by: bruceb
You might have an access control list set on the VTY port ... If that is so and it is not properly
set up, you will not get in.

Nope, I didn't. It was a routing issue. Thanks for your help everyone! :)