Hi all,
My situation is this:
So, I have two dynamic IPs. Routes are well defined for the base system (default to 192.168.1.1) and in pf rules for jails. But the problem is that I want my jails to have a default route to the second IP provided by my ISP that goes through my cheap router in bridge mode. As the IP is dynamic, how can I do it?
My situation is this:
Code:
ISP ----> cheap router (192.168.1.1) -----> base FreeBSD and other boxes connected via wireless
Code:
ISP ----> cheap router (bridge router) -----> for FreeBSD jails (direct access to the internet)
So, I have two dynamic IPs. Routes are well defined for the base system (default to 192.168.1.1) and in pf rules for jails. But the problem is that I want my jails to have a default route to the second IP provided by my ISP that goes through my cheap router in bridge mode. As the IP is dynamic, how can I do it?