Dual WAN 1x DHCP 1x Static how to route
-
Hello,
I got a question.
I want to route all outgoing traffic from ip 10.10.0.20 to a DHCP Wan.
How can i do that?I can't find a gateway to use or other function.
Thank you
Kind regards Rob -
http://wiki.pfsense.com/wikka.php?wakka=OutgoingLoadBalancing
Instead of a pool you also can use a single gateway in your firewallrules.
-
hi Hoba,
Thanks for your fast reply.
But i'm right now not busy with the loadbalancer.I want to connect 2 pc's to PF Sense and 1 pc have to use the DHCP cable and the other have to use DSL (static).
Or i don't understand your solution?
-
Action pass
interface lan
Protocol any
Source single host
10.10.0.20
Destination any
Destination port range any
Gateway cableAction pass
interface lan
Protocol any
Source single host
10.10.0.21
Destination any
Destination port range any
Gateway dsl -
I tryed that.. but without any positive result. ( missing the gateway from the DHCP connection)
-
How can i made a gateway for a DHCP connection?
I have only the choice : default or 192.168.1.1 ( thats the static gateway ) -
I got the settings…. but for 1 WAN....
Only WAN works and not OPT1 (with the same routing settings)Can somebody give an example what i have to do to route incoming info to a OPT1 port?
Thank you.