Difference between revisions of "Tutorials and How-tos/Install a No-IP Client"
(Created page with 'If you find Excito's Easyfind service or DynDNS (see Tutorials and How-tos/Install a DynDNS Client) not being enough for you, you might want to use No-IP http://www.no-ip.com...') |
|||
Line 5: | Line 5: | ||
<br> | <br> | ||
#Access your bubba via SSH (see [[Howto/Access Server via SSH]] for information how to accomplish this) | #Access your bubba via SSH (see [[Howto/Access Server via SSH]] for information how to accomplish this)<br>Change to the user ''root'': | ||
#:<pre>'''su'''</pre> | #:<pre>'''su'''</pre> | ||
#:(By default: When asked for password, type ''excito'' and press '''enter''') | #:(By default: When asked for password, type ''excito'' and press '''enter''') | ||
#Install the application: | #Install the application: | ||
#:<pre>'''apt-get install no-ip | #:<pre>'''apt-get install no-ip | ||
'''</pre | '''</pre> | ||
#Configure the client using the responses you setup when configuring your No-IP account: <br>- Your account Name: (Example: bubba@excito.com)<br>- Your password <br>- The right interface to choose from the list is 'eth0' | #Configure the client using the responses you setup when configuring your No-IP account: <br>- Your account Name: (Example: bubba@excito.com)<br>- Your password <br>- The right interface to choose from the list is 'eth0' | ||
#:<pre>'''/usr/bin/no-ip -C | #:<pre>'''/usr/bin/no-ip -C ''' | ||
''' | |||
Auto configuration for Linux client of no-ip.com. | Auto configuration for Linux client of no-ip.com. | ||
Multiple network devices have been detected. | Multiple network devices have been detected. | ||
Please select the Internet interface from this list. | Please select the Internet interface from this list. | ||
By typing the number associated with it. 0 eth0 1 br0 | |||
Please enter the login/email string for no-ip.com : '''bubba@excito.com''' | |||
Please enter the password for user 'bubba@excito.com' '''******'''</pre> | |||
Please enter the login/email string for no-ip.com : '''bubba@excito.com''' | |||
Please enter the password for user 'bubba@excito.com' ''' | |||
</pre> | |||
#Check you have configured the software correctly:<br> | #Check you have configured the software correctly:<br> | ||
#:<pre> | #:<pre>/usr/bin/no-ip -S | ||
1 no-ip process active. | 1 no-ip process active. | ||
Process 2922, started as no-ip | Process 2922, started as no-ip | ||
Using configuration from /etc/no-ip.conf | Using configuration from /etc/no-ip.conf | ||
Last IP Address set 0.0.0.0 | Last IP Address set 0.0.0.0 | ||
Account bubba@excito.com | Account bubba@excito.com | ||
configured for: | configured for: host bubba.zapto.org | ||
Updating every 30 minutes via /dev/eth1 with NAT enabled. | Updating every 30 minutes via /dev/eth1 with NAT enabled. | ||
</pre> | </pre> | ||
#Restart the client program: | #Restart the client program: |
Revision as of 11:34, 20 October 2010
If you find Excito's Easyfind service or DynDNS (see Tutorials and How-tos/Install a DynDNS Client) not being enough for you, you might want to use No-IP http://www.no-ip.com.
To use No-IP, you have to first create an account at: http://www.no-ip.com/getting_started.php and the following guide allows you to enable your Bubba to tell No-IP when its IP address changes.
- Access your bubba via SSH (see Howto/Access Server via SSH for information how to accomplish this)
Change to the user root:'''su'''
- (By default: When asked for password, type excito and press enter)
- Install the application:
'''apt-get install no-ip
'''
- Configure the client using the responses you setup when configuring your No-IP account:
- Your account Name: (Example: bubba@excito.com)
- Your password
- The right interface to choose from the list is 'eth0''''/usr/bin/no-ip -C '''
Auto configuration for Linux client of no-ip.com. Multiple network devices have been detected.
Please select the Internet interface from this list. By typing the number associated with it. 0 eth0 1 br0
Please enter the login/email string for no-ip.com : '''bubba@excito.com'''
Please enter the password for user 'bubba@excito.com' '''******'''
- Check you have configured the software correctly:
/usr/bin/no-ip -S
1 no-ip process active. Process 2922, started as no-ip Using configuration from /etc/no-ip.conf Last IP Address set 0.0.0.0 Account bubba@excito.com configured for: host bubba.zapto.org Updating every 30 minutes via /dev/eth1 with NAT enabled.
- Restart the client program:
'''/etc/init.d/no-ip restart'''
Thats all!