F5F Stay Refreshed Power Users Networks Check if the fail-safe port forwarding or IP settings are correctly configured.

Check if the fail-safe port forwarding or IP settings are correctly configured.

Check if the fail-safe port forwarding or IP settings are correctly configured.

H
HC_Andi
Member
74
12-23-2023, 04:42 AM
#1
Are there such mechanisms? For instance, if an IP stops sending packets for a specific port, does it change to another IP address? Or when an IP becomes unavailable, does the firewall reroute traffic using a different IP? Would this involve firewall functionality or something else entirely? Also, consider a scenario where an IP goes offline and its associated website is temporarily blocked—can we switch to another IP as a backup until the original returns? It’s similar to DNS but tailored for local networks, adjusting weights and TTLs. Is this feasible?
H
HC_Andi
12-23-2023, 04:42 AM #1

Are there such mechanisms? For instance, if an IP stops sending packets for a specific port, does it change to another IP address? Or when an IP becomes unavailable, does the firewall reroute traffic using a different IP? Would this involve firewall functionality or something else entirely? Also, consider a scenario where an IP goes offline and its associated website is temporarily blocked—can we switch to another IP as a backup until the original returns? It’s similar to DNS but tailored for local networks, adjusting weights and TTLs. Is this feasible?

I
Inezze009
Senior Member
716
12-24-2023, 10:57 AM
#2
IP addresses usually remain active. If a device lacks an IP due to software or hardware issues, it often stems from a DHCP server failure or manual configuration. Port forwarding typically doesn't function this way—it assigns a port to a specific IP address, with each port linked to only one IP at a time. If UNPN can dynamically open ports in your router's firewall for devices trying to connect, enabling it is risky. It poses a security threat, as malware could exploit such access. Port forwarding settings are generally located in the firewall configuration.
I
Inezze009
12-24-2023, 10:57 AM #2

IP addresses usually remain active. If a device lacks an IP due to software or hardware issues, it often stems from a DHCP server failure or manual configuration. Port forwarding typically doesn't function this way—it assigns a port to a specific IP address, with each port linked to only one IP at a time. If UNPN can dynamically open ports in your router's firewall for devices trying to connect, enabling it is risky. It poses a security threat, as malware could exploit such access. Port forwarding settings are generally located in the firewall configuration.

T
Tyre
Junior Member
8
12-24-2023, 11:45 AM
#3
Yes, you can set up periodic checks to monitor device status. By sending regular pings or signals to the IP address, you can detect when it goes offline. Once offline, configure your firewall to automatically adjust network rules—closing the offending port and opening an alternative for a different IP.
T
Tyre
12-24-2023, 11:45 AM #3

Yes, you can set up periodic checks to monitor device status. By sending regular pings or signals to the IP address, you can detect when it goes offline. Once offline, configure your firewall to automatically adjust network rules—closing the offending port and opening an alternative for a different IP.

J
JSGaming
Member
96
12-26-2023, 10:19 AM
#4
Not relying on consumer-grade tools. It's unclear if a business solution is available. Using DHCP means you won't always know the IP address assigned, so you'd need to hardcode them. I'm confused about the necessity of this approach.
J
JSGaming
12-26-2023, 10:19 AM #4

Not relying on consumer-grade tools. It's unclear if a business solution is available. Using DHCP means you won't always know the IP address assigned, so you'd need to hardcode them. I'm confused about the necessity of this approach.

W
wubby187
Junior Member
18
12-26-2023, 06:25 PM
#5
This allows automatic switching between servers when one fails, ensuring continuous operation. It's not limited to hardware; it can also apply to software systems.
W
wubby187
12-26-2023, 06:25 PM #5

This allows automatic switching between servers when one fails, ensuring continuous operation. It's not limited to hardware; it can also apply to software systems.

D
DzikSonJD
Member
141
12-26-2023, 07:21 PM
#6
You have two web servers behind the firewall with port forwarding directed to the web server. The firewall can identify connectivity loss and reroute traffic to the other server. This method works in enterprise environments but requires a different setup. It’s simpler to configure servers as active/passive or implement VRP on them themselves.
D
DzikSonJD
12-26-2023, 07:21 PM #6

You have two web servers behind the firewall with port forwarding directed to the web server. The firewall can identify connectivity loss and reroute traffic to the other server. This method works in enterprise environments but requires a different setup. It’s simpler to configure servers as active/passive or implement VRP on them themselves.

J
JuJubeTNT
Member
58
12-27-2023, 09:51 AM
#7
Thank you for understanding. This is what I was trying to refer to. This is very helpful!
J
JuJubeTNT
12-27-2023, 09:51 AM #7

Thank you for understanding. This is what I was trying to refer to. This is very helpful!

C
Camsell
Member
207
01-14-2024, 09:59 AM
#8
A load balancer performs the same function. It sends the traffic to the load balancer, which then directs the data to several servers. You can configure it to distribute the load evenly among them or to keep a single server active until it fails, after which it switches to another.
C
Camsell
01-14-2024, 09:59 AM #8

A load balancer performs the same function. It sends the traffic to the load balancer, which then directs the data to several servers. You can configure it to distribute the load evenly among them or to keep a single server active until it fails, after which it switches to another.