I am trying script the process of checking the connectivity between host/server using telnet in shellscript. I have understood that we can use telnet to check connectivity to a remote server from our local machine but how to do this when we are given a specific source as well
Asked
Active
Viewed 201 times
0
-
Please see [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) – Lucan Jun 02 '20 at 10:50
-
Looking at telnetlib i dont see anyway it will allow you to specficy the source address. – Chris Doyle Jun 02 '20 at 10:54
-
is there other way to implement it in python rather than using telnetlib @ChrisDoyle – code_lover Jun 04 '20 at 13:59