Send mail through separate internet connection

I have a t1 and a dsl line with static ip I have a firewall connected to the t1 that does all my NAT and is setup in as the network gateway.int address 10.100.10.254 my dsl router is connected in parrallel with the firewall and has a internal address of 10.100.10.200 I want to be able to send mail out through my dsl router and dont know how.

  1. do I just change the gateway on the exchange server to
10.100.10.200 and create a 2nd mx record with higher priority pointing to the external address of the dsl router.

Any help would be appreciated

Reply to
SoldierS
Loading thread data ...

By "in parallel with the firewall" are you saying you're bypassing the firewall?

An obvious question is why? What difference does it make which way it goes out?

Your MX records have absolutely nothing to do with your outgoing e-mail.

Reply to
Rod Dorman

When they do mail pushes the internet slows down or stops so using the dsl connection out for mail would fix that problem a 2nd mx record would allow me to also recieve mail through the dsl connection when the t1 is inaccessable

Reply to
SoldierS

I don't have a full picture of your network but you may be able to do what you want with policy based routing.

You could match tcp port 25 traffic and send it in a particular direction leaving the other traffic to be routed normally.

Reply to
Bod43

To me, policy based routing seems to be the answer as well. In order to do Policy based routing, you would need to have the traffic flow through the router that will make the decision on which path to forward on. This means you will need to change the topology of your network. This is how I understand your current setup: (view in mono-spaced font)

__________ ________ | | | (T1) / \\ ______________ |---| Firewall |---------( ) / \\ | |__________| \\ / / inside network \\___| / \\ \\ 10.100.10.0/24 / | ( internet ) \\______________/ | ____________ \\ / | | | (DSL) / \\ |--| DSL Router |--------( ) | |____________| \\________/

If you change the topology to the following (again mono-spaced font) you will be able to implement the PBR.

______________ | / \\ | __________ / inside network \\___| | | | ________ __________ \\ 10.100.10.0/24 / |---| Firewall |---| | | (T1) / \\ \\______________/ | |__________| |---| Router |-------- ( ) | |________| \\ / | | internet | | (DSL) / \\ |------------ ( ) \\__________/

However, the sheer fact you've asked the question leads me to believe you will need much more help on implementing the PBR than what we (the internet community) can provide here.

Good Luck. JC

Reply to
J.Cottingim

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.