• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Nginx / Apache2 wont access globally

oh hai thar

New Member
Joined
Apr 24, 2011
Messages
56
Reaction score
3
Hello. I tried both apache2, and nginx, but they wont access with Global IP (I tried on Windows and works fine)

This is my hosts file (linux)

Code:
127.0.0.1	nohax-GA-MA74GM-S2H
localhost	nohax-GA-MA74GM-S2H

# 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

Dont laugh at computer name.

Need help,THNX.
Oh Bai:[
 
Error: Connection timeout

Log file(access) says stuff about 127.0.0.1, not the global ip
Log file(error) dosnt show anything.
Maybe if dropbox is using port 80
second

dropbox is not causing it.

- - - Updated - - -

this is netstat:

Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:http *:* LISTEN
tcp 0 0 127.0.1.1:domain *:* LISTEN
tcp 0 0 nohax-GA-MA74GM-S2H:ipp *:* LISTEN
tcp6 0 0 [::]:http [::]:* LISTEN
tcp6 0 0 ip6-localhost:ipp [::]:* LISTEN
udp 0 0 *:55878 *:*
udp 0 0 127.0.1.1:domain *:*
udp 0 0 *:bootpc *:*
udp6 0 0 [::]:23630 [::]:*

I dont know, some stuff sounds like virus-_
 
Back
Top