Re: 2 Nics with 2 different Gateway
Posted: 2023/04/12 03:54:16
Hello team,
I could able to fix the issue.
The following is what I did...
Create a new file
nano /etc/sysconfig/network-scripts/route-eth2 (your 2nd NIC name)
Insert the following text based on the 2nd network IP Pool
10.22.55.42/24 via 10.22.55.41
Save the file and restart the machine.
That's it.
Now I could able to reach both the networks
I could able to fix the issue.
The following is what I did...
Create a new file
nano /etc/sysconfig/network-scripts/route-eth2 (your 2nd NIC name)
Insert the following text based on the 2nd network IP Pool
10.22.55.42/24 via 10.22.55.41
Save the file and restart the machine.
That's it.
Now I could able to reach both the networks