On Tue, Apr 01, 2025 at 07:47:09AM +0000, otto.cooper wrote:
>
> > Then all I and Peter Hansteen said stand true. Having both interfaces
> > on the same subnetwork won't work easily without unnecessarily
> > complicated routing "hacks". Simply move one of the sides of the
> > network to a different subnet and go from there.
>
> It has been working for 20+ years and never had a single problem with it.
>
> I need to put ix0 out of group egress, and em0 and em1 in group egress. How
> do I do it?
Your setup is outside of the basic way /etc/netstart works.
You need to do routing by hand and remove /etc/mygate.
Look at route(8) on how to insert routes, something like
route add default 192.168.1.1 -ifp em0
may do the trick.
You can add these route commands as !command at the end of the hostname.em0
file (and em1).
--
:wq Claudio