Page 1 of 1

After Load-balancing no ping!!!

Posted: Fri Dec 16, 2005 9:37 pm
by franco
Hello,

I have a problem with my config.
If I configure the MT with one DSL connection (line 1), I can ping this IP (static) from other computer (over Internet) and can connect me with VPN.

If I configure my MT with Load balancing all works fine, but I can ping my static ip from line 1.(no connection with VPN is possible)
The ip address from line 2 I can ping.

Can anybody help me to find the cause??

The problem is, that I have more staic ip's withthe ISP from line 1, but I can't work with them, because I can not reach line 1.

Posted: Sun Dec 18, 2005 4:06 pm
by Tonda
Can you post your Mikrotik configuration?

Posted: Mon Dec 19, 2005 10:24 am
by franco
Hello,

I have a new situation.
I have 3 DSL lines.
1. 1000/1000 2. 1000/1000 3. 1000/128

Now I have set defaultroute on line 3 and redirect HTTP,POP§,FTP and other services to line 1 and 2.
All works fine.
My problem now is, If I want connect me with the MT over the Internet with the old IP address (static), the IP address is not available.
If I set default route to line 1 and 2 (Load Balancing), I can connect me with MT.

Why this??

My config:

IP route:

0.0.0.0/0 (mark(Routing ohne P2P) r 62.8.xx.xx (line1)
r 217.5.xx.xxline2)

30 AD 0.0.0.0/0 r 217.0.xx.xx (line3) 1

IP route rules:

0 routing-mark=Routing ohne P2P action=lookup table=Routing ohne P2P table

IP mangle:

0 ;;; Routing port 80
chain=prerouting protocol=tcp dst-port=80 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

1 ;;; Routing port 21
chain=prerouting protocol=tcp dst-port=21 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

2 ;;; Routing port SSL
chain=prerouting protocol=tcp dst-port=443 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

3 ;;; Routing port GG
chain=prerouting protocol=tcp dst-port=8074 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

4 ;;; Routing port SMTP
chain=prerouting protocol=tcp dst-port=25 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

5 ;;; Routing port DNS
chain=prerouting protocol=tcp dst-port=53 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

6 ;;; Routing port IMAP
chain=prerouting protocol=tcp dst-port=143 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

7 ;;; Routing port GRE
chain=prerouting protocol=tcp dst-port=43 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes

8 ;;; Routing port VPN
chain=prerouting protocol=tcp dst-port=1723 action=mark-routing
new-routing-mark=Routing ohne P2P passthrough=yes


thank's for help.

Posted: Tue Dec 20, 2005 8:33 pm
by franco
Nobody can help me???

Posted: Thu Dec 22, 2005 4:23 am
by ilero
We have been experiencing the same issue when we turn on load balancing.

Configuration:

Public Interface#1 - Wireless Connection (multi-meg) with a Static IP address
Public Interface#2 - Cable Internet Connection with DHCP Client enabled

It appears that end-users' connection is successfully load-balanced and I am able to consistently ping and login to Winbox through the DHCP client address, but I am unable to ping and login to Winbox through the static IP address (most of the time). For some reason, this issue is also causing issues with Radius. The MT is not getting any responses back from the Radius server (auth & acct).

We are in desparate need to make load balancing work with MT. Any suggestions?

Posted: Thu Dec 22, 2005 8:40 pm
by FOV
Hi guys, I´ve a simmilar situation, but with one ADSl (DHCP Client) and Fix IP fron a carrier

When I enable the default gateway, the traffic shuts down and I could not be able to enable the D.G.

Somebody can help us?

Fernando

Posted: Sat Dec 31, 2005 3:08 am
by ilero
Anyone????