A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.

  • 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 20, 2023

help-circle
rss

You’ll want to create a network route that sends LAN traffic through the unencrypted interface.

sudo ip route add 192.168.1.0/24 dev eth0

Is an example of how to do that, but you need to replace the ip address and eth0 with your actual network address and device name.