Hello! I'm fairly new to Linux and Tiny Core, so please forgive my ignorance.. I've been looking through the wiki and forums for a couple days now, and I haven't found anything that has worked for me yet. I'm trying to establish a telnet connection on startup from Tiny Core Shell to a Windows Server. I have telnet starting up on boot through bootlocal.sh, with a sleep timer of 5 so dhcp has a chance to run. When the command starts, it says:
tc@box:~$ Trying [IP]
Connected to [IP]
Escape character is '^]'.
Connection closed by foreign host.
If I manually type the command in using "telnet [IP]" it connects and works every time, but it never works on boot-up. I have tried longer and shorter sleep times, as well as trying to start telnet in bootsync.sh and creating a script and using .X.d. They all start telnet, but I still get the same error unless I type the command out. Is there something I am missing?