I have my normal eth0
interface and an setup ppp0
interface, the problem I have is that I want to exclusively route all HTTP/HTTPS traffic through the ppp0
interface and everything else through the default eth0
. I tried adding a route rule route add default dev ppp0
but of course this will route everything through the ppp0
interface, I might need iptables but I have no idea how.
Asked
Active
Viewed 2,113 times
1

PepperoniPizza
- 145
1 Answers
1
Assuming that http traffic will be limited to port 80 you could use the solution here
Sorry for the poor quality of my answer. Phone is not easy to master.