So I have a linBPQ node running on a Debian VM at Google and it's working on my assigned public IP there. I found that while they can do BGP announce of a 44 net subnet but it'd take a bit futzing around that I'm reserving for if I can't do an IPIP tunnel from there.
My bpq32.conf has this for my IPGateway config
IPGATEWAY # My Pub IP 35.209.142.98 # My Int IP 10.128.0.56 ADAPTER ens4
44ENCAP 10.128.0.56 IPAddr 44.46.15.1/24 IPPorts 1,2,3
NAT 44.46.15.5 10.128.0.56
****
and I have 2 firewall rules setup besides the ones I need for BPQ stuff (telnet and AXIP links)
ACCEPT IP 169.228.34.84 all protocols ACCEPT IP 0.0.0.0/0 IPIP
I'd think the 2nd one would cover everything I'd need but I decided to go ahead and make one to accept anything from the 44net Gateway at 169.228.34.84 just in case.
Anyone else attempted anything like this? I know I could go setup something with vultr but I'm trying to keep all my VMs in once place if possible (and avoid a 2nd hosting bill)