F5F Stay Refreshed Power Users Networks Video Game Server - Port Forwarding Service Type

Video Game Server - Port Forwarding Service Type

Video Game Server - Port Forwarding Service Type

Pages (3): Previous 1 2 3 Next
E
eTuV
Member
218
08-20-2016, 06:32 AM
#11
I've successfully accessed my public IP address before.
E
eTuV
08-20-2016, 06:32 AM #11

I've successfully accessed my public IP address before.

R
Rounyx
Posting Freak
838
08-20-2016, 08:49 AM
#12
Truly unattainable if you've attempted it from the computer behind the router
R
Rounyx
08-20-2016, 08:49 AM #12

Truly unattainable if you've attempted it from the computer behind the router

Z
Zoleks
Member
237
08-21-2016, 11:07 PM
#13
Ensure your firewall settings allow Minecraft access or disable it entirely.
Z
Zoleks
08-21-2016, 11:07 PM #13

Ensure your firewall settings allow Minecraft access or disable it entirely.

T
themagnum310
Member
164
09-02-2016, 02:07 PM
#14
What model of router are you using? I encountered a similar problem with port forwards not working on my older device. Consider these steps first: Check if the router's firewall is active. If it is, try placing your computer's local IP in a DMZ (if supported) or adjust the firewall settings on the router. It could also relate to your computer's firewall.
T
themagnum310
09-02-2016, 02:07 PM #14

What model of router are you using? I encountered a similar problem with port forwards not working on my older device. Consider these steps first: Check if the router's firewall is active. If it is, try placing your computer's local IP in a DMZ (if supported) or adjust the firewall settings on the router. It could also relate to your computer's firewall.

I
Ix_Tha_God_xI
Member
96
09-06-2016, 12:28 PM
#15
It works thanks to the NAT capability. The loopback doesn’t send him past the router—it just sends him back to himself. When using a public IP, he’ll be sent from the router straight to the loopback. This lets him reach the server he created. Having this functionality is essential since you can always connect to yourself via the loopback or your assigned IPv4 address.
I
Ix_Tha_God_xI
09-06-2016, 12:28 PM #15

It works thanks to the NAT capability. The loopback doesn’t send him past the router—it just sends him back to himself. When using a public IP, he’ll be sent from the router straight to the loopback. This lets him reach the server he created. Having this functionality is essential since you can always connect to yourself via the loopback or your assigned IPv4 address.

S
196
09-07-2016, 10:32 PM
#16
It doesn't function properly. Hairpinning requires a specialized enterprise router with extensive configuration settings. You likely don't grasp how loopback operates. If the request reached his public interface, it would loop back through his router, which would then respond with its local IP. The PC would receive the reply from that IP and might discard it due to unexpected behavior. Most routers detect packets seeking their own IP address and discard them because of hairpinning. A loopback address operates independently on its own interface with its own IP. This whole process is heavily tied to loopback functionality. So, it won't work as intended.
S
StampyKittenNZ
09-07-2016, 10:32 PM #16

It doesn't function properly. Hairpinning requires a specialized enterprise router with extensive configuration settings. You likely don't grasp how loopback operates. If the request reached his public interface, it would loop back through his router, which would then respond with its local IP. The PC would receive the reply from that IP and might discard it due to unexpected behavior. Most routers detect packets seeking their own IP address and discard them because of hairpinning. A loopback address operates independently on its own interface with its own IP. This whole process is heavily tied to loopback functionality. So, it won't work as intended.

K
karlerik_1999
Member
205
09-08-2016, 06:04 AM
#17
It's possible because of reverse lookup features. Devices can easily check their local IP against public records. This works for all computers and servers without issues. If you can't reach your own public IP, it means your setup might be problematic.
K
karlerik_1999
09-08-2016, 06:04 AM #17

It's possible because of reverse lookup features. Devices can easily check their local IP against public records. This works for all computers and servers without issues. If you can't reach your own public IP, it means your setup might be problematic.

H
HeroKingBest
Junior Member
33
09-10-2016, 05:46 AM
#18
You clearly don’t understand how routing functions or why hairpinning is structured this way. What you’re describing involves NAT, where the PC communicates with the router, which masks your local IP and forwards the public address. When the packet returns, the router removes the public IP and restores your local one before sending it back. On the other end, when you try to reach a device using your own public IP from a local address, the router receives the reply and mistakenly sends it back to itself, causing the PC to detect an incorrect source and drop the packet. This is fundamentally different from what you’re explaining. To connect to your own public IP locally, you need a loopback address like 127.0.0.1—it stays on the same interface. In everyday consumer setups, this isn’t feasible.
H
HeroKingBest
09-10-2016, 05:46 AM #18

You clearly don’t understand how routing functions or why hairpinning is structured this way. What you’re describing involves NAT, where the PC communicates with the router, which masks your local IP and forwards the public address. When the packet returns, the router removes the public IP and restores your local one before sending it back. On the other end, when you try to reach a device using your own public IP from a local address, the router receives the reply and mistakenly sends it back to itself, causing the PC to detect an incorrect source and drop the packet. This is fundamentally different from what you’re explaining. To connect to your own public IP locally, you need a loopback address like 127.0.0.1—it stays on the same interface. In everyday consumer setups, this isn’t feasible.

I
IAMLeonox
Member
163
09-16-2016, 08:43 PM
#19
I don't understand your tone or the details you're referring to. Let me explain it again simply. You're suggesting that if I set up a Minecraft server on my PC, I won't be able to connect using my public IP because the router might drop the data. My response is that I can still do this since the router will forward the packets to the computer requesting them. If it doesn't work, you could check your connection by visiting a nearby library or asking someone with more networking experience. It sounds like you're trying to sound confident but might need more clarity. Try being a bit more polite and test it yourself before concluding it won't work.
I
IAMLeonox
09-16-2016, 08:43 PM #19

I don't understand your tone or the details you're referring to. Let me explain it again simply. You're suggesting that if I set up a Minecraft server on my PC, I won't be able to connect using my public IP because the router might drop the data. My response is that I can still do this since the router will forward the packets to the computer requesting them. If it doesn't work, you could check your connection by visiting a nearby library or asking someone with more networking experience. It sounds like you're trying to sound confident but might need more clarity. Try being a bit more polite and test it yourself before concluding it won't work.

M
Matthew0678
Member
68
09-17-2016, 06:11 PM
#20
I added some clear explanations and included relevant images to help you better understand the setup. My PC is at 192.168.10.100, and I set up a Minecraft server with a port. You can see the connection in the attached picture. If you can't reach it using your public IP, let me know. How do you think I’m connected to Minecraft?
M
Matthew0678
09-17-2016, 06:11 PM #20

I added some clear explanations and included relevant images to help you better understand the setup. My PC is at 192.168.10.100, and I set up a Minecraft server with a port. You can see the connection in the attached picture. If you can't reach it using your public IP, let me know. How do you think I’m connected to Minecraft?

Pages (3): Previous 1 2 3 Next