Code: Select all
$ip route add default via 10.100.0.1 dev ppp0 table 10
$ip rule add from 10.100.0.2/8 table 10
Now I can ping using the interface but Deluge still doesn't want to connect using it.
Code: Select all
$ip route add default via 10.100.0.1 dev ppp0 table 10
$ip rule add from 10.100.0.2/8 table 10