hi all
Port forwarding only works in Single-line??
I use 5-line load balancing, and sometimes find the port forwarding is not working properly(download software, sometimes the red light on)
Please tell me how to set up is correct, or ignore the red light?
Thanks
@fewi
when you have time
1.Can you tell me why add ‘dst-address-type=local’ ,because of security reasons?
2.In addition, about load balancing, I would like to ask some questions,Hope you give me some guidance.
I use the “both-addresses” type of load balancing,Everything works fine.
If I use the “both-addresses and both-port” type of load balancing will lead to failure to access some Forum Login,Similar NTH.
my settings are not correct?
1.Can you tell me why add ‘dst-address-type=local’ ,because of security reasons?
You’re port forwarding, so you should only destination NAT connections that initially were destined to a router IP address (dst-address-type=local). Otherwise you risk that a client behind the router connecting out to the Internet randomly chooses one of those ports to initiate a connection to, say, a webserver. The destination NAT rule you had would have taken that connection and port forwarded it, leading to connection failure on the client.
I use the “both-addresses” type of load balancing,Everything works fine.
If I use the “both-addresses and both-port” type of load balancing will lead to failure to access some Forum Login,Similar NTH.
my settings are not correct?
The forum you’re using probably keeps state over connections using something other than cookies. Using a different PCC algorithm leads to you being seen by the forum as having different IP addresses, which leads to a failure.