
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 02:44 AM - edited 03-08-2019 07:34 AM
Evening techs,
Can no longer telnet to router again from windows server 192.168.0.102. Was connected 4 days ago OK no problem
C:\Users\Administrator>telnet 192.168.0.12
Can telnet to switch OK on ip of 192.168.0.2
Error of :
Connecting To 192.168.0.12...Could not open connection to the host, on port 23:
Connect failed
Troubleshooting done
Have disabled and re-enabled telnet via services.msc
Have un-installed/re-installed telnet client/server
Firewall is off.
C:\Users\Administrator>tlntadmn \\thebeast config port=23
The settings were successfully updated.
C:\Users\Administrator>ping 192.168.0.12
Pinging 192.168.0.12 with 32 bytes of data:
Reply from 192.168.0.12: bytes=32 time<1ms TTL=64
Reply from 192.168.0.12: bytes=32 time<1ms TTL=64
Reply from 192.168.0.12: bytes=32 time<1ms TTL=64
Reply from 192.168.0.12: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.0.12:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Users\Administrator>tracert 192.168.0.12
Tracing route to 192.168.0.12 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.0.12
Trace complete.
netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:23 TheBeast:0 LISTENING
Is there a way that we can see what telnet is doing?
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 03:49 AM
I want to see what is the configuration of switchport 0/24. Remember, effectively you have 3 vlans coming into the switch - 20, 30, and "native", whichever that is. If you haven't declared it, that will be vlan1.
interface FastEthernet0/0 ip address 192.168.0.12 255.255.255.0 ip nat outside duplex auto speed auto ! interface FastEthernet0/0.1 description Data vlan 20 encapsulation dot1Q 2 ip address 192.168.1.2 255.255.255.0 ! interface FastEthernet0/0.2 description Voice vlan 30 encapsulation dot1Q 3 ip address 192.168.2.2 255.255.255.0 ip nat inside
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 04:50 AM
Dear John,
Please check your switch or router configuration. If you are not familiar with Cisco then share here.. We will check and reply to you.
Regards,
Deepak Kumar
www.deepuverma.in
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 05:33 AM
Thanks deepak for your response.
My configuration hasn't changed since my last discussion raised. Unless you can't view that. Please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 05:45 AM
Hi John,
Please share again.
Regards,
Deepak Kumar
www.deepuverma.in
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 06:19 AM
Hi Deepak,
As requested
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 10:37 AM
Can you show us the description on the switchport that fast 0/0 is connected to? You are trying to ping the interface itself, that the other 2 vlans are attached to.
Also, where are you attaching that you get the pings, but Telnet being refused (i.e. a port on one of the non-native vlans on the switch)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 03:32 PM
Thanks pwwiddicombe for your reply
fa0/0 is connected directly (via eth) to default gateway of 192.168.0.1
The switchport is on fa0/24
I am attempting to connect from 192.168.0.102 (windows server 2008) like I have always done before.
Not the switch. The switch is 192.168.0.2 thanks if that makes sense
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 03:49 AM
I want to see what is the configuration of switchport 0/24. Remember, effectively you have 3 vlans coming into the switch - 20, 30, and "native", whichever that is. If you haven't declared it, that will be vlan1.
interface FastEthernet0/0 ip address 192.168.0.12 255.255.255.0 ip nat outside duplex auto speed auto ! interface FastEthernet0/0.1 description Data vlan 20 encapsulation dot1Q 2 ip address 192.168.1.2 255.255.255.0 ! interface FastEthernet0/0.2 description Voice vlan 30 encapsulation dot1Q 3 ip address 192.168.2.2 255.255.255.0 ip nat inside
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 04:19 AM
Hi pwwiddicombe,
I haven't made any changes to the switch yet
As requested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 05:12 AM
Hi pwwiddicombe,
I have also captured network monitoring output of telnetting from 192.168.0.102 to 12 but as it turns out, can't upload .cap files to this site. Unless I import it by other means.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 05:57 PM
Zip it up? 7zip or other utility will create a compressed archive that can be uploaded here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016 03:17 PM
Thanks Deepak,
I never used that command before ...transport input telnet ssh..I'm not using putty at this moment though. Unless I'm not understanding what your asking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 05:23 AM
Dear John,
I have seen your configuration and did not see any SSH configuration on the router. you are using telnet yet. Otherwise send me new configuration.
Regards,
Deepak Kumar
www.deepuverma.in
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 05:32 AM
Hi deepak,
Current router configuration is attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2016 05:38 AM
There is missing some VTY line configuration
Plase share following command output
"sho running-config | be
Regards,
Deepak Kumar
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
