Hi All,
I've networked two of my Linux boxes (RH 6.2 and RH 8.0). Since the original setup on the RH 6.2 box was just for desktop, I had to install wu-ftpd
and telnet. The two machines will now "talk" to each other, and that is what I was looking for so far, though I will want to do more later.
My problem is that now ports 21 and 23 (FTP and telnet) are wide open on my RH 6.2 machine. I got rooted once and didn't find it to be a pleasant experience. I want to close those two ports to non-local traffic. I gave my machines IP addresses of 192.168.1.76 and 192.168.1.77. I messed with the hosts.allow and hosts.deny files, but they didn't close those ports off to non-local traffic the way I thought they would, so I guess that means I'll have to mess with ipchains. I have no rules set there now.
I tried reading the man pages and looking for other references on ipchains, but I'll need some "English" instructions. I really didn't understand what I was reading. I could get about as far as "ipchains -A" but wasn't at all clear on how to put the appropriate lines together to do what I want. I want to "reject" all non-local requests to those ports, but "accept" local requests to them.
I'd be more than willing to look at any references any of you folks could suggest, but they would have to be pretty basic for me to understand them.
Thanks in advance for any pointers or assistance.
Jim