Apache niedost

Konfiguracja serwerów, usług, itp.
Curunir
Posty: 1
Rejestracja: 05 października 2007, 17:55

Apache niedostępny dla komputerów z Internetu.

Post autor: Curunir »

Witam.
Mam ten problemik który widnieje w tytule. System to Debian Etch. Po LAN'ie wszystko śmiga bezproblemowo. Serwer posiada stałe IP, przekierowanie ustawione z serwisu http://www.one.pl jednak wpisując adres IP w przeglądarce również nie wyświetla strony.
W systemie pracuje Shorewall jednak ustawienie ALLOW ALL w regółkach również nie pomaga więc to raczej nie jego wina.
Zastanawiam się czy mój ISP po prostu nie zablokował portu 80... jak to sprawdzić?

Będę bardzo wdzięczny za szybką pomoc.

Kilka plików konfiguracyjnych:
/etc/network/interfaces pisze: # The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
# gateway 192.168.0.2
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 213.25.83.253

auto eth1
iface eth1 inet static
# hwaddress ether 00:30:4F:05:7B :D 3 # 130
# hwaddress ether 00:0E:2E:7C:92:2B # 142
hwaddress ether 00:0E:2E:93:84:6E # 247
# hwaddress ether 00:0E:2E:7C:92:2B # 249 OK
# hwaddress ether 00:0E:2E:6E :D 9:45 # 214
address 213.25.83.247
netmask 255.255.255.128
network 213.25.83.0
broadcast 213.25.83.255
gateway 213.25.83.129
/etc/apache2/ports.conf pisze: Listen 213.25.83.247:80
Listen 213.25.83.247:443
Listen 213.25.83.247:8080
/etc/hosts pisze:
127.0.0.1 localhost
192.168.0.1 Mainframe
192.168.0.7 Workstation1
192.168.0.4 Hello
213.25.83.129 brama
213.25.83.253 dns1

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/resolv.conf pisze: nameserver 127.0.0.1
nameserver 213.25.83.253
Port niby jest nasłuchiwany:
netstat -tna pisze:
Mainframe:/etc# netstat -tna
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.0.1:139 0.0.0.0:* LISTEN
tcp 0 0 213.25.83.247:8080 0.0.0.0:* LISTEN
tcp 0 0 213.25.83.247:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
tcp 0 0 213.25.83.247:53 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.1:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 213.25.83.247:443 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.1:445 0.0.0.0:* LISTEN
tcp 0 792 192.168.0.1:22 192.168.0.7:1049 ESTABLISHED
tcp6 0 0 ::1:953 :::* LISTEN
W razie potrzeby wkleję inne pliki konfiguracyjne.

Z góry dzięki za pomoc.
Pozdrawiam.
ODPOWIEDZ