Start  |  Imprint  |  Contact  |  data protection  |  Disclaimer  |  Terms and conditions  |  Sitemap  

 
    advanced DynDNS service for professional use  
 
     
 
    

Endian firewall



As of version 2.4, the Endian Firewall has 100% support for DynAccess, based on our binary client for Linux.
If you have an Endian Firewall with firmware release 2.2 or 2.3, you can patch it within seconds in order to make it compatible with DynAccess.



In order to configure the Endian Firewall for DynAccess, use the web interface "Services" -> "Dynamic DNS".

If you select the link "add host", the following window appears:



Carry out the configuration as follows:

Dienst

DynAccess

Hostname

Your account name
If your complete account name is, for example, yourcompany.dynaccess.com,
then enter "yourcompany" here.

Domain

The domain beneath which you registered your account.
If your complete account name is, for example, yourcompany.dynaccess.com,
then enter "dynaccess.com" here.

Username

Your account name
If your complete account name is, for example, yourcompany.dynaccess.com,
then enter "yourcompany" here.

Password

Your password
usually 5 letters,
whereby you can also use the MD5-encoded version,
available at http://myaccount.dynaccess.com.

Behind a proxy

irrelevant for DynAccess

Behind Router(NAT)

irrelevant for DynAccess

Enable wildcards

Individual configuration via
http://myaccount.dynaccess.com





Patch for firmware releases 2.2 and 2.3:

First connect to your firewall via SSH.
You can copy and paste the following commands directly to the firewall.
The modified data are loaded from our server with the "curl -O <URL>" command.



The web front-end ddns.cgi
cd /home/httpd/cgi-bin;
mv ddns.cgi ddns.cgi.ori;
curl -O http://download.dynaccess.com/projects/endian-22rc3/ddns-cgi.asc;
mv ddns-cgi.asc ddns.cgi;
chmod 755 ddns.cgi;

The dynDNS control setddns.pl
cd /usr/local/bin;
mv setddns.pl setddns.pl.ori;
curl -O http://download.dynaccess.com/projects/endian-22rc3/setddns.pl.asc;
mv setddns.pl.asc setddns.pl
chmod 755 setddns.pl;

The init.d. startup script for DynAccess
cd /etc/rc.d/init.d/;
curl -O http://download.dynaccess.com/projects/endian-22rc3/dynaccess.asc;
mv dynaccess.asc dynaccess;
chmod 755 dynaccess;
ln -sf /etc/rc.d/init.d/dynaccess /etc/rc.d/start/40dynaccess;

The actual DynAccessPoster
cd /usr/local/bin;
curl -O http://download.dynaccess.com/projects/endian-22rc3/DynAccessPoster;
chmod 6750 DynAccessPoster;
chown nobody:nobody DynAccessPoster;

Creation of the directory /var/run/dynaccess
mkdir -p -m 2755 /var/run/dynaccess;
chown nobody:nobody /var/run/dynaccess;

You can now configure DynAccess via the web front-end. It is not necessary to restart the Firewall. It is necessary only to click the button "execute update" after the configuration.

    
 

AIScms © by Ambos InterNet-Solutions e.K. in 2024