Hey, > First, I added this to pf.conf: > pass in proto udp to any port 30000
This doesn't matter still because the pass statement is passing all, which means all incoming ports are open. Please see my recommendations in my previous email for fixing this, then this rule is useful. Secondly, I was unaware of the protocol specifics of luanti, so yeah make sure for future reference you got the right protocol. > Then add this line to minetest.conf: > bind_address = 0.0.0.0 This is likely the issue, the fact you couldn't connect with a pass all rule would mean that luanti was not binding to the port. Take care, -- Polarian Jabber/XMPP: [email protected]

