Hello,sorry my late responding,telnet is already working and i want to give for you a description my network:
We have got a little network with some devices:pc,laptop, RB AP…etc
Mikrotik 750 wan port (eth1) on running dhcp client and another from 750 get IP (192.168.1.120 in this case)
There are 2 RB 750 between we have got a tp link switch,for this 8 ports tp link switch connected some devices:pc,laptop,RB 411 AP etc…
I want to asking from you if my RB 750 connected to the switch in this case:
RB 750>>>>>>>>>switch>>>>>PC
I am not experiencing in networks,but the telnet using IP package and the switch Mac frames?So if i want use telnet it is won’t working because the switch will drop IP package?
Normally no. The whole purpose of a switch it to forward traffic based on MAC/IP of the devices on it’s various ports. A smart/managed switch can often be configured to drop certain traffic but a common unmanaged switch just forwards packets based on address and who is connected where.
That said, given a choice you should always use ssh rather than telnet. Even if you think your private segement is secure and you trust everyone on it, it’s still a good reflex to aquire. Telnet is a plaintext protocol and open to snooping, packet injection and other issues.