<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-forward-container"><br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject:
</th>
<td>Re: Request for the inclusion of 2 additional packages-
curl and libcurl</td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
<td>Sun, 29 Jun 2014 20:12:43 +0100</td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
<td>Fred Stratton <a class="moz-txt-link-rfc2396E" href="mailto:fredstratton@xyz.am"><fredstratton@xyz.am></a></td>
</tr>
<tr>
<th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:cerowrt-devel@lists.bufferbloat.net">cerowrt-devel@lists.bufferbloat.net</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre>Slight reformatting
This also requires the use of version 17-1 version of 6in4, rather than
16-1 as included
On 29/06/14 20:08, Fred Stratton wrote:
> Keeping a Hurricane Electric tunnel up through a change of ipv4
> address has always been problematic with ceroWRT.
>
> After experimentation with openWRT Barrier Breaker, which itself does
> not perform adequately in this regard, I found that
>
> /usr/bin/curl -s
> '<a class="moz-txt-link-freetext" href="http://ipv4.tunnelbroker.net/ipv4_end.php?ip=AUTO&pass=(md5sum-of-password,or-plaintext-updatekey)&user_id=(user-id)&tid=(tunnel-id)">http://ipv4.tunnelbroker.net/ipv4_end.php?ip=AUTO&pass=(md5sum-of-password,or-plaintext-updatekey)&user_id=(user-id)&tid=(tunnel-id)</a>'
> > /dev/null 2>&1
>
> works to update the endpoint from ceroWRT, either in a cron job, or in
> a script in rc.local, or both. I have yet to craft anything more
> sophisticated.
>
> wget as included produces errors, even if correct values are included
> for all tunnel variables.
>
> curl, and the required libcurl, work.
>
> The error HE returns is:
>
>> -ERROR: Missing parameter(s).
>> Usage:
>> <a class="moz-txt-link-freetext" href="http://ipv4.tunnelbroker.net/ipv4_end.php?ip=IPV4ADDR&pass=PASSKEY&user_id=USERID&tid=TUNNELID">http://ipv4.tunnelbroker.net/ipv4_end.php?ip=IPV4ADDR&pass=PASSKEY&user_id=USERID&tid=TUNNELID</a>
>> -or-:
>> <a class="moz-txt-link-freetext" href="https://USERNAME:PASSWORD@ipv4.tunnelbroker.net/ipv4_end.php?tid=TUNNELID">https://USERNAME:PASSWORD@ipv4.tunnelbroker.net/ipv4_end.php?tid=TUNNELID</a>
>> (auto-detect IP)
>> <a class="moz-txt-link-freetext" href="https://USERNAME:PASSWORD@ipv4.tunnelbroker.net/ipv4_end.php?tid=TUNNELID&ip=IPV4ADDR">https://USERNAME:PASSWORD@ipv4.tunnelbroker.net/ipv4_end.php?tid=TUNNELID&ip=IPV4ADDR</a>
>>
>>
>> IPV4ADDR: Your IPv4 endpoint. Set to AUTO to determine your IP based
>> on the IP you requested this page from. Previously passed as ipv4b.
>> PASSKEY : Your tunnel update key, or MD5 hash of your
>> tunnelbroker.net password if a tunnel specific key is not set. You
>> may be able to 'echo -n YOURPASSWORD | md5sum' to produce the MD5
>> hash of your password.
>> USERID : The UserID shown on the main page of tunnelbroker.net when
>> you log in.
>> TUNNELID: The ID of the tunnel you're updating the endpoint on. This
>> can be found on the tunnel information page. Previously referred to
>> as the Global Tunnel ID / tunnel_id.
>>
>> The following parameters are only usable when accessing this script
>> over https.
>> USERNAME: Your tunnelbroker.net username.
>> PASSWORD: Your tunnel update key, or tunnelbroker.net password if a
>> tunnel specific key is not set.
>>
>> The legacy parameter names will continue to work for the forseable
>> future. Naming of them changed to be more in line with industry
>> convention and their roles.
>
</pre>
<br>
</div>
<br>
</body>
</html>