LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ghost in the system (https://www.linuxquestions.org/questions/linux-newbie-8/ghost-in-the-system-24804/)

newsomer 07-01-2002 10:22 PM

Ghost in the system
 
I am attempting to bring up a system to act as a gateway to my home/office network. More details on that in another posting but for now I have a problem I just cannot get figure out.

I want to be able to remotely administer my new Linux (Mandrake 8.2) gateway and have installed and configured SSH on both that computer and the W2K Pro workstation I want to work from. Had some problems getting this to work but eventually found the hosts.deny file and commented out the ALL:ALL:DENY line to get it all to work. Everything goes fine but after a short period something reinserts the same line after the commented out line. It's comical, I have deleted this line twice only to have it reappear. I have tried searching for the tool or application that is doing this but I don't have the foundation knowledge that will lead me to it and nothing in the FAQs or forums have helped.

Any help would be greatly appreciated.

finegan 07-01-2002 11:54 PM

Under Mandrake's silly GUI there's gotta be some system configuration utility, not Linuxconf, Mandrake Control Center strikes me as what it used to be. It'll allow you to "activate" services. This buggy little beast is what must be over-writing your changes with what it thinks should be correct.

Cheers,

Finegan

newsomer 07-02-2002 05:41 AM

No GUI installed. Have looked through linuxconf. I figured it was some kind of security maintentance tool that ran in the background.

I picked Mandrake by chance, did I make a mistake here? Is there a better distribution to be used as a server only installation?

Thanks again . . .

linuxcool 07-02-2002 06:12 AM

Try leaving the hosts.deny file as it originally was. Then check out the man pages for hosts.allow and hosts.deny.

pickledbeans 07-02-2002 11:08 AM

Have you check your root mail for secruity messages?
There is useally a messages about what the various
secruity features check?

If the box you are trying to access it from has a static ip or
real FQDN, you should be able to add a rule to get past it.

Also rumage around in /etc and find out where it's pulling the rewrite from, you might try grep -r "ALL:ALL:DENY" *
in /etc

tundra 07-03-2002 01:20 AM

hm? slightly related question: the hosts.deny file:

is it the same to write:
ALL : ALL
and
ALL : ALL : DENY
in the hosts.deny file?


All times are GMT -5. The time now is 04:40 PM.