• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Port foward

Bolmack

Member
Joined
Mar 7, 2015
Messages
91
Reaction score
6
Hello, im trying to connect the uniform server, and i already open the port 80 on my router huawei HG8245 but ir doesnt works, still says not accesible from internet can any1 help me whit this? I have already seen some tutorials about how to do it, but still dosnt work, im sure i already opened all the ports.
 
Last edited:
yep. the modem receives the traffic first, and that traffic tries to go through port 80. the modem's firewall will block it. you'll have to allow it through both
 
Damn, i have a lot of troubles here, im trying to open the ports from the second router but it says that the ip doesnt match whit the local ip but im tiping the correct 1 >.< so hard
 
try opening the port to your router's ip instead of the computer's ip. your router is likely the one running the dhcp server and so your modem won't recongize devices that are on the router's ip list
 
when i try to run my uniform server i connect to the modem, in that pic i just was conected to the second modem to open the port
 
if the computer is connected directly to the gpon, you only need to forward the port on the gpon. If it's connected to the router, you need to forward port 80 on the gpon to the router's ip, and then port forward the router's port to the computer's ip, unless the router does not run a dhcp server, at which point you would only need to forward the gpon's port.
 
Im conected to the gpon, i already opened the ports, and still dsnt works ;/ im living whit my girlfriend right now, but i was in the house of a friend 2 days ago i opened his router ports and it worked well idk why it does't works here
 
Damn i started to read aboy my ISP and looks like thats the problem they use NAT instead of ip.... thats why i cannot open my ports D: do you know some way to test my server whitout opening the ports? im not running it for pple to play just for me to test the changes im making
 
ports only need to be open for outside access. you can access it from anywhere within your network without port forwarding. On the host machine, use localhost to get to the website, and likewise to login, use localhost as the ip. if on another machine on the network, just use the local ip of the host machine instead. ensure phpMyAdmin has a user with appropriate privileges that allows access from the client machine if it's not the same as the host machine, if you need to access it of course.
 
If you want to open it for yourself go into your config.lua

search for ip=

make it: ip="127.0.0.1"

search for sql=

make it: sql="sqlite"

In your ip changer use 127.0.0.1

You should be able to login no problem.
 
If you want to open it for yourself go into your config.lua

search for ip=

make it: ip="127.0.0.1"

search for sql=

make it: sql="sqlite"

In your ip changer use 127.0.0.1

You should be able to login no problem.
an AAC site and database can be used locally, so sqlite is not necessary.
 
I guess it depends on if he needs to access the site or not. Either way it will get him on the server. If one way isn't working the other will.
 
its just the firewall
follow my steps
1 - Control panel/ system and security/windows firewall/advanced sittings
new window will open
follow the pictures
image.png


image.png

image.png

image.png

image.png

image.png

image.png

image.png
 
Back
Top