I am on Linux - Ubuntu 20.04, I am trying to use a 4G USB key that is shown in the interfaces as "ppp0" (created using wvdial) to bridge the secured 4G connection to a sensitive network device (payment terminal) connected on the eth1 of the PC. While, at the same time, using eth2 for the PC internet. I want the result to be as if the ppp0 and eth1 were isolated from the PC, and connected because I don't want the PC to drain the costly 4G connection. I want the PC to use the eth2 and "it doesn't see" the existence of ppp0 or eth1.
I've already achieved the bridge connection using the system option "shared to other computers" on the eth1 interface, but the PC is not isolated from the ppp0 interface. I also tried with iptables, but as always, the many tutorials I found showed how to share the PC to internet. I'm a bit lost.
I hope this diagram will help you understand the situation :