FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
231 views 1 comments
by anonymous
Hi support, i hope you can help me.

I have this scenario:

rutx11 in a remote area (public office) with 2 connection, sim in slot 1 with public dinamic ip and a sat connection in wan static ip limited data traffic 10gb

3 Pc connected in lan whit this lan ip:

pc1: 10.0.0.10

pc2: 10.0.0.11

pc3: 10.0.0.12

load balancer is active default config.

the problem is that this 3 pc need to acces to a istitutional website with the static ip connection and for the others website via sim

how i can setup a balacer rules to do this?

example 10.0.0.1 --> www.istitutionalwebsite.org --> wan

              10.0.0.1 --> the rest of the world --> sim

thank you.

1 Answer

0 votes
by anonymous

Hello,

From a CLI or ssh console, try:

ip route add www.istitutionalwebsite.org dev eth1

and check that it does what you expect. If so, add the rule to System->Custom scripts or Network->Routing->Static IPv4 routes.

Regards,

Best answer
by anonymous
it works!

thank you