Hi Astaro fans,
I'm using Astaro 3.207. I'd like to put 3 subnets on my one physical network. The first is my public IP space, this I'd like to leave alone. Next, is my private IP space, 192.168.0.0/24, this, I'd like to also be on the subnet. The next, I'd like to be 192.168.1.0/24, however this one, I'd like all packets to go to 192.168.1.1 when they want to get to any IP address in this subnet. 192.168.1.1 will be another router, hosts behind this router will use 192.168.1.1 as their default gateway.
I'd like for all of these subnets to communicate with one another. So I created two virtual interfaces on my internal NIC, 192.168.1.2 and 192.168.0.1.
Here's what my routing table looks like for these two:
192.168.1.0/24 dev eth1 scope link src 192.168.1.2
192.168.0.0/24 dev eth1 scope link src 192.168.1.2
The problem so far, is that I can only ping 192.168.1.2. I think this is due to the src it added.
Anyone have any recommendations?
thanks
MKoool
This thread was automatically locked due to age.