You are not logged in.

#1 2011-08-05 13:07:38

Doctor Drive
Member
From: Ukraine
Registered: 2010-08-11
Posts: 167
Website

[Solved] Dropped tcp_wrappers | can't connect to httpd

In order to allow others to connect i used

echo "httpd : ALL : ALLOW" >> /etc/hosts.allow

After droppting of tcp_wrappers no one can connect to my machine.

I do not use any firewalls.
How can I make it available?

Last edited by Doctor Drive (2011-08-06 11:23:33)

Offline

#2 2011-08-05 14:55:34

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Dropped tcp_wrappers | can't connect to httpd

Offline

#3 2011-08-05 15:29:00

marvn
Member
From: Prague
Registered: 2010-01-05
Posts: 84

Re: [Solved] Dropped tcp_wrappers | can't connect to httpd

you have to open port 443

"iptables -A INPUT -i eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j ACCEPT" should work, you need iptables installed


core i5 4590, x86_64, nvidia 970

Offline

#4 2011-08-06 08:57:58

Doctor Drive
Member
From: Ukraine
Registered: 2010-08-11
Posts: 167
Website

Re: [Solved] Dropped tcp_wrappers | can't connect to httpd

Seems like no one can connect to my 80 port.
Only http is unreachable.
It's not a firewall problem...

My proider suddenly blocked the port without noticing me.

Last edited by Doctor Drive (2011-08-06 11:24:40)

Offline

Board footer

Powered by FluxBB