2007/5/6, Daniel <[EMAIL PROTECTED]>:
My ISP provides me ADSL service with daily changing ip. Still I must somehow control the access to my postgresql server, to only accept connections from my computer. Is it possible to specify a hostname (my
I'm confused. Is your server on dynip? Or your client?
hostname, which gets updated at every ip change) in pf.conf and somehow tell pf to don't try to translate it when loading the rule, but try to lookup the hostname on every connections attempt? Is this sane/possible?
pf doesn't do DNS. What you want is a table of ip addresses changed with pfctl whenever your ip changes. Or use authpf. Best Martin