Estou tentando abrir uma conexão telnet de uma VM Wheezy para um roteador no GNS3, mas mesmo que o ping seja bem-sucedido, não consigo abrir uma conexão telnet da VM para nenhum dos roteadores.
a conectividade é assim: VM > hub > roteador1
Note : All the comments below have been done after pouring over the internet for an hour. I am no expert on linux , but I have just started with it and loving it.
A saída de ps aux | grep telnet mostra o serviço como ativo e eu até instalei o xinetd que não estava inicialmente presente em /etc/init.d.
root@debian:/home/debian# ps aux | grep telnet
root 4236 0.0 0.0 3556 780 pts/1 S+ 03:30 0:00 grep telnet
Aqui estão as minhas saídas route-n e nmap.
root@debian:/home/debian# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.20.0.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
172.20.0.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
Nmap concluído: 1 endereço IP (1 host up) verificado em 3,26 segundos
root @ debian: / home / debian # nmap -p 20-23 192.168.2.101
Starting Nmap 6.00 at 2015-12-20 03:37 EST
Nmap scan report for 192.168.2.101
Host is up (0.020s latency).
PORT STATE SERVICE
20/tcp filtered ftp-data
21/tcp closed ftp
22/tcp open ssh
23/tcp filtered telnet
MAC Address: C2:01:08:88:00:00 (Unknown)
Nmap concluído: 1 endereço IP (1 host up) verificado em 1,54 segundos
Então o telnet aparece como filtrado e o ssh está aberto.
Então, há alguma ACL interna filtrando as conexões telnet onde eu teria que fazer algumas alterações no arquivo conf?