Difference between revisions of "Tutorials and How-tos/Install a No-IP Client"

From BubbaWiki
Jump to navigation Jump to search
Line 5: Line 5:
<br>  
<br>  


#Access your bubba via SSH (see [[Howto/Access Server via SSH]] for information how to accomplish this)<br>Change to the user ''root'':
1. Access your bubba via SSH (see [[Howto/Access Server via SSH]] for information how to accomplish this)<br>Change to the user ''root'':<br>(By default:&nbsp;When asked for password, type ''excito'' and press '''enter''')  
#:<pre>su</pre>
#:(By default:&nbsp;When asked for password, type ''excito'' and press '''enter''')
#Install the application:
#:<pre>apt-get install no-ip</pre>
#Configure the client using the responses you setup when configuring your No-IP account:&nbsp;<br>- Your account Name:&nbsp;(Example:&nbsp;bubba@excito.com)<br>- Your password <br>- The right interface to choose from the list is 'eth0'
#:<pre>/usr/bin/no-ip -C&nbsp;&nbsp;&nbsp;&nbsp;


&nbsp; Auto configuration for Linux client of no-ip.com.
'''su'''
&nbsp; Multiple network devices have been detected.
&nbsp; Please select the Internet interface from this list.
&nbsp; By typing the number associated with it. 0 eth0 1 br0


&nbsp; Please enter the login/email string for no-ip.com&nbsp;: bubba@excito.com
2. Install the application:  
&nbsp; Please enter the password for user 'bubba@excito.com' ******
</pre>
#Check you have configured the software correctly:<br>
#:<pre>/usr/bin/no-ip -S


&nbsp; 1 no-ip process active.
'''apt-get install no-ip'''
&nbsp; Process 2922, started as no-ip
&nbsp; Using configuration from /etc/no-ip.conf
&nbsp; Last IP Address set 0.0.0.0
&nbsp; Account bubba@excito.com
&nbsp; configured for: host bubba.zapto.org
&nbsp; Updating every 30 minutes via /dev/eth1 with NAT enabled.
</pre>
#Restart the client program:
#:<pre>/etc/init.d/no-ip restart
</pre>


<br> Thats all!
3. Configure the client using the responses you setup when configuring your No-IP account:&nbsp;<br>- Your account Name:&nbsp;(Example:&nbsp;bubba@excito.com)<br>- Your password <br>- The right interface to choose from the list is 'eth0'
 
'''/usr/bin/no-ip -C'''
&nbsp;
&nbsp;Auto configuration for Linux client of no-ip.com.
&nbsp;Multiple network devices have been detected.
&nbsp;Please select the Internet interface from this list.
&nbsp;By typing the number associated with it. 0 eth0 1 br0
&nbsp;Please enter the login/email string for no-ip.com&nbsp;: '''bubba@excito.com'''
&nbsp;Please enter the password for user 'bubba@excito.com' '''******'''
 
<br>
 
4. Check you have configured the software correctly:<br>
 
'''/usr/bin/no-ip -S'''
&nbsp;
&nbsp;1 no-ip process active.
&nbsp;Process 2922, started as no-ip
&nbsp;Using configuration from /etc/no-ip.conf
&nbsp;Last IP Address set 0.0.0.0
&nbsp;Account bubba@excito.com
&nbsp;configured for: host bubba.zapto.org
&nbsp;Updating every 30 minutes via /dev/eth1 with NAT enabled.
 
5. Restart the client program:
 
'''/etc/init.d/no-ip restart'''
 
<br> <br> Thats all!

Revision as of 11:51, 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.


1. Access your bubba via SSH (see Howto/Access Server via SSH for information how to accomplish this)
Change to the user root:
(By default: When asked for password, type excito and press enter)

su

2. Install the application:

apt-get install no-ip

3. 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' ****** 


4. 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. 

5. Restart the client program:

/etc/init.d/no-ip restart



Thats all!