I have a linux computer A running RHEL-8.10 that has internet access, on it's eth3 port; it has a quad port nic whose ports shows up as eth<0,1,2, and 3>.
If I use a second RHEL-8.10 computer B, and connect its eth0 port to computer A's eth2 port, is it possible to allow computer B to see the internet via computer A's eth3 port ? If so can someone post the instructions and terminology on what/how to configure computer A to allow this to happen?
Thus far:
- I have set A's
eth2port to static 192.168.1.1. - And B's
eth0port to 192.168.1.2. - I have connection between A and B and can do
scpbetween the two... given defaultpublicfirewalld settings of allowing tcp/22 for SSH.