I have the following setup with Astaro 4.107
eth0 = eth0 = 192.168.1.1/255.255.255.0 gw = none
eth1 = sparkle_ext = 66.94.234.247/255.255.255.0 gw = 66.94.234.1
eth2 = ZeroNet = 192.168.100.1/255.255.255.0 gw = none
eth1:1 = ZeroNet_ext_Alias = 66.94.234.18/255.255.255.0 gw = none
I would like the following:
192.168.100.0 192.168.1.0 AND 192.168.100.0 -> 66.94.234.18
192.168.1.0 192.168.100.0 AND 192.168.1.0 -> 66.94.234.247
Without any static routes created, my table looks so:
192.168.100.0/24 dev eth2 scope link
192.168.1.0/24 dev eth0 scope link
66.94.234.0/24 dev eth1 scope link
66.94.234.0/24 dev eth1 scope link src 66.94.234.18
127.0.0.0/8 dev lo scope link
default via 66.94.234.1 dev eth1
Without explaining the endless scenarios I've tried to get this working, I'll just
say that most of my attempts result in BOTH 192.168.100.0 and 192.168.1.0 leaving
eth1 as 66.94.234.18
My guess is my netmasks are wrong but I'm using what my ISP gave me.
If you can help me with this I'll be your best friend for a day.
Cheers,
-zeek
This thread was automatically locked due to age.