0

Possible Duplicate:
iptables - Target to route packet to specific interface?

Ubuntu 12.04. So on the client's machines I've got two NICs eth1 and wlan0. I'd like all the web browsing traffic to go through wlan0 and the rest via eth1. What is the simplest way to achieve that? Thanks

tkane
  • 141
  • 4

1 Answers1

2

you'll have to use a policy based routing - mark outgoing packets to the port 80, then use separate routing table for them. take a look here and just google for linux policy routing.

pQd
  • 30,537