Differences

This shows you the differences between two versions of the page.

Link to this comparison view

faq:mdns03 [2011/04/30 17:19] – created clemensfaq:mdns03 [2012/03/21 18:36] (current) – Import changes from Alex: zdns on sdfeu memnon
Line 1: Line 1:
 +<code>
 +[03] HOW DO I SET MY DYNAMIC IP ADDRESS?
  
 +     Depending on your host's name, the command to set up your
 +     dynamic IP address is called either 'mdsn' or 'zdns'
 +
 +     If you are at sdf-eu.org, use 'zdns' else try 'mdns'
 +     The syntax of both is equal.
 +
 +     Simply run the command just as so:
 +
 +     $ mdns 10.0.0.1    
 +      - respectively -
 +     $ zdns 10.0.0.1
 +
 +     Where 10.0.0.1 is your currently assigned IP address.  Updates
 +     will occur within a minute of you running the command.
 +
 +</code>
 +
 +[[mdns|back]]