This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Server Load Balancing Internal / External

Hello

I have set up two SMTP server where i want to do load balancing.
I made this "Server Load Balancing" rule:

EXTERNAL_IP:SMTP  ==> server1 / server2


This works fine, i can access the server(s) from the outside

Then i made another SLB rule:

DMZ_IP:SMTP  ==> server1 / server2


Now i can access from any internal network to the server(s) with the DMZ_IP.

But, i can not access to the DMZ_IP from the DMZ network itself.

Shouldn't that work too??
On the Astaro, the DMZ_IP is only listening on the ports 53 and 123, but not 25.

Any ideas how i can get that working?

What software does the Astaro use to do this balancing?

Thanks
Urs


This thread was automatically locked due to age.
Parents
  • I haven't tried the following, so, if someone does, please post the results...

    Create an Additional Address on the DMZ interface, call it LB-Server.

    Create a Load-Balancing rule:

    Service: SMTP {or whatever service you're balancing}
    Virtual Server: LB-Server (Address)
    Real Servers: [Your servers]


     
    From within the DMZ, access the load-balanced servers at the IP of LB-Server (Address).

    Cheers - Bob
  • Thats exactly what i did (the second rule DMZ_IP)

    I think the problem is that, when a package arrives on the IP on the DMZ interface, it is not handled by iptables (except the INPUT rules).

    But the load balancing is defined in the NAT table if i remember right.
Reply
  • Thats exactly what i did (the second rule DMZ_IP)

    I think the problem is that, when a package arrives on the IP on the DMZ interface, it is not handled by iptables (except the INPUT rules).

    But the load balancing is defined in the NAT table if i remember right.
Children
No Data