Stránka 1 z 1

linux - xampp - nastaveni  Vyřešeno

Napsal: 21 čer 2016 21:45
od x685hx
Zdravim,
dnes jsem si nainstaloval xampp 5.5.35(CentOS) a nastavil jsem si v httpd.conf

Listen 192.168.36.144:80

S tim ze ho chci pouzivat jako webserver(zarizeni ktera se budou na nej pripojovat budou na stejne siti.)
Problem je, kdyz na jinem pc (arch linux) zadam adresu 192.168.36.144 tak dostanu toto "Unable to connect".

port na serveru je otevreny(centos)
nmap -sT -O 192.168.36.144
80/tcp open http

ale kdyz zadam na strane klienta prikaz nmap -sT -O 192.168.36.144

Starting Nmap 7.12 ( https://nmap.org ) at 2016-06-21 15:41 EDT
Nmap scan report for 192.168.36.144
Host is up (0.24s latency).
Not shown: 999 filtered ports
PORT STATE SERVICE
22/tcp open ssh
MAC Address: 1C:6F:65:85:F8:3B (Giga-byte Technology)
Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port
Device type: general purpose
Running: Linux 3.X|4.X
OS CPE: cpe:/o:linux:linux_kernel:3 cpe:/o:linux:linux_kernel:4
OS details: Linux 3.10 - 4.1, Linux 3.2 - 4.4
Network Distance: 1 hop

OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 67.40 seconds

tak nevidim port 80 ale jen 22/ssh

ping:
PING 192.168.36.144 (192.168.36.144) 56(84) bytes of data.
7 packets transmitted, 7 received, 0% packet loss, time 5998ms

Nevite nekdo v cem muze byt problem?