hail,
I read the pf manual from OpenBSD's site, and figured out I must have the gw IP to use in the route-to rule. But when I connect using the 3G, I get none:
is there any way to use loadbalance, that is not another box just to connect ?
this box should have two tun if's, DSL and 3G.
thanks,
none
I read the pf manual from OpenBSD's site, and figured out I must have the gw IP to use in the route-to rule. But when I connect using the 3G, I get none:
Code:
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500
inet xxx.xxx.xxx.xxx --> 127.0.0.1 netmask 0xffffff00
Opened by PID 2845
phoenix# route -n get default
route to: default
destination: default
mask: default
interface: tun0
flags: <UP,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
this box should have two tun if's, DSL and 3G.
thanks,
none