Hi !
We'd like to allow an external worker admin-access to our site.
To achieve this, we tried this:
Local access works fine (i.e. 10.10.x.x), but the access from the dyndns-entry fails.
If i use the temporarily IP instead, everything is fine.
I guess the reason is, because reverse-dns does not deliver external.dyndns.org for the matching ip.
Is there a way to use a dyndns-entry in such a way?
Any suggestions are welcome.
We'd like to allow an external worker admin-access to our site.
To achieve this, we tried this:
Code:
<Directory "/home/myweb/mydir">
AllowOverride None
Options FollowSymLinks
Order deny,allow
Deny from all
Allow from 10.10
Allow from external.dyndns.org
</Directory>
Local access works fine (i.e. 10.10.x.x), but the access from the dyndns-entry fails.
If i use the temporarily IP instead, everything is fine.
I guess the reason is, because reverse-dns does not deliver external.dyndns.org for the matching ip.
Is there a way to use a dyndns-entry in such a way?
Any suggestions are welcome.