A single bash script that configures a Raspberry Pi with dual NICs to route LAN client traffic through a Windscribe OpenVPN tunnel, while keeping the Pi's own traffic on the normal LAN gateway.
| Interface | IP | Role |
|---|---|---|
| eth0 | 192.168.0.5 | Pi management - routes via LAN gateway 192.168.0.1 |
| eth1 | 192.168.0.6 | Gateway for VPN clients - clients set this as their default gateway |