Mon Dec 19, 2005 10:24 am
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.