Node in core emulator system is unable to communicate with outside physical system using RJ45 #631
Answered
by
gh0st42
meenakshi510
asked this question in
Q&A
-
Node n2 is communicating with outside physical system but node n1 is not able to communicate with outside physical system. |
Beta Was this translation helpful? Give feedback.
Answered by
gh0st42
Nov 2, 2021
Replies: 1 comment 5 replies
-
n1 (10.0.0.0/24) is in a different subnet than n2 and also the physical eth0 (10.0.1.0/24) So the physical node needs either its default gw to be on 10.0.1.1/24 or have a net route for 10.0.0.0/24 via 10.0.1.1 If both have the extra route entries, everything should work. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
bharnden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
n1 (10.0.0.0/24) is in a different subnet than n2 and also the physical eth0 (10.0.1.0/24)
So the physical node needs either its default gw to be on 10.0.1.1/24 or have a net route for 10.0.0.0/24 via 10.0.1.1
n1 then also need a route back via 10.0.0.2 for the 10.0.1.0/24 subnet.
If both have the extra route entries, everything should work.