Maetryx
Diamond Member
Maetryx here, 😎
Although I'm not an absolute newbie with Linux, I am quite the amateur. Anyway, I have an old Pentium 133 doing IP masquerading for me (basically it's a router) and I have been the biggest numbskull in that I've been physically connecting a keyboard and monitor to it as I needed to access it.
Then it hit me: I'm a giant retard. I could simply telnet into the box comfortably from my computer instead. It turns out that the telnet-server RPM wasn't installed, so I figured out how to do that. It didn't work at first until I realized that the /var was 100% full from logging every packet of data to pass through the machine. So I turned off the IPCHAINS logging and made some room on the /var so that telnet-server rpm would install (it wanted to create a log also, and so it needed some space to do that on the /var).
I tried using linuxconf to get the telnet service started but it wouldn't. I read linuxconf log file and it is telling me that it can't run because /etc/rc.d/init.d/telnet doesn't exist. But I don't know how to make that exist. I don't even know what the hell it is, but judging from the other files in that directory it's some kind of a configuration file. But I'm lost. I uninstalled the rpm and tried a later version, but the exact same thing happens.
I'm hoping this is a simple request. Please someone help me get this most basic service working on my linux box. Later I'll try SSH but for now, please help me with telnet.
Although I'm not an absolute newbie with Linux, I am quite the amateur. Anyway, I have an old Pentium 133 doing IP masquerading for me (basically it's a router) and I have been the biggest numbskull in that I've been physically connecting a keyboard and monitor to it as I needed to access it.
Then it hit me: I'm a giant retard. I could simply telnet into the box comfortably from my computer instead. It turns out that the telnet-server RPM wasn't installed, so I figured out how to do that. It didn't work at first until I realized that the /var was 100% full from logging every packet of data to pass through the machine. So I turned off the IPCHAINS logging and made some room on the /var so that telnet-server rpm would install (it wanted to create a log also, and so it needed some space to do that on the /var).
I tried using linuxconf to get the telnet service started but it wouldn't. I read linuxconf log file and it is telling me that it can't run because /etc/rc.d/init.d/telnet doesn't exist. But I don't know how to make that exist. I don't even know what the hell it is, but judging from the other files in that directory it's some kind of a configuration file. But I'm lost. I uninstalled the rpm and tried a later version, but the exact same thing happens.
I'm hoping this is a simple request. Please someone help me get this most basic service working on my linux box. Later I'll try SSH but for now, please help me with telnet.