Some service providers offer dedicated/vps nodes with non standard gateways (ie not in the same subnet).
For instance : ip add 10.0.1.1/32 with gateway 56.0.1.1 For this purpose some manual steps are required since the install wizard does not accept gateways outside the main ip's subnet.
Especially something like this :
route add 56.0.1.1 10.0.1.1
route add default 56.0.1.1
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
ping google.com (working now)
The problem is that regardless of functionality up to this point, when you exit the install shell or you run bsdinstall from the live environment the settings are lost and the install fails to download from various ftp mirrors.
How do i fix this ?