Hi guys,
maybe pro don't need to do such questions but I am really confused...
I am trying to expose the jail to the internet and of course nothing works...
Unfortunately the server is unreachable (should be gemini://warp.geminispace.net) ... I am wandering if because I have to specify something in
Any suggestion or recommendation is greatly appreciated, thanks!
maybe pro don't need to do such questions but I am really confused...
I am trying to expose the jail to the internet and of course nothing works...
- I assume I did right the DNS administration part on the VPS side (Vultr.com).
- I assume GMID, the Gemini server, is properly setup.
- I used the following rule for PF as for Bastille "quick guide":
Code:
ext_if="vtnet0"
## Gmid related
gmid_addr=10.10.2.20
set block-policy return
scrub in on $ext_if all fragment reassemble
set skip on lo
table <jails> persist
nat on $ext_if from <jails> to any -> ($ext_if:0)
## Gmid Route
rdr pass inet proto tcp from any to port 1965 -> $gmid_addr port 1965
rdr-anchor "rdr/*"
block in all
pass out quick keep state
antispoof for $ext_if inet
pass in inet proto tcp from any to any port ssh flags S/SA keep state
Unfortunately the server is unreachable (should be gemini://warp.geminispace.net) ... I am wandering if because I have to specify something in
/etc/hosts
or simply because any monkey is better than me to copy and understand documentation, who knows?Any suggestion or recommendation is greatly appreciated, thanks!