I have a public network (A) and a private network (B) and would like to use a public IP on a host connected to a vlan in network B.
Three entities in this scenario
- The ISP gateway: 10.0.10.1
- The linux system: (Network A: 10.0.10.2/24, Network B: 10.0.10.3/24)
- The internal host: 10.0.10.4
If the internal host's default gateway is 10.0.10.3, will traffic reach 10.0.10.1 assuming ip routing is enabled on the linux system?
If this behavior is not default, but possible, what configuration is required?