howto configure satellite for downlink?

I have a dedicated digital line with fixed ip address that is configured on my mikrotik server as the default gateway for both send and receive.

I have a receive only satellite connection and the linux satellite server configured with a fixed ip address and an ethernet connection that is connected to my mikrotik server.

How would I configure the firewall on my mikrotik server to send all traffic on the dedicated digital line and receive all traffic on the satellite downlink?

Do you have the same fixed ip address for both satellite and digital line? I’m thinking you must have same ip because otherwise how would traffic you send out come back to a different IP - is this true?

Sam

No different isp’s and ip’s per connection.

I think this would be achieved with the following.

/ip firewall mangle add chain=prerouting ?

By marking the outgoing traffic (obviously over the default route digital line) with the satellite connections ip address to return via?

hey u can do this…

let all your http and ftp requests go through transparent proxy

and nat all the other requests throught the digital link ..

it’s v. simple

Regards,

Maroon