Mailinglist Archive: opensuse (3232 mails)
| < Previous | Next > |
Re: [SLE] SuSE 10.0 client for DynDNS???
- From: Ken Schneider <suse-list2@xxxxxxxxxxxxx>
- Date: Tue, 1 Aug 2006 21:46:31 +0000 (UTC)
- Message-id: <1154468774.24041.34.camel@xxxxxxxxxxxxxxxxx>
On Tue, 2006-08-01 at 15:37 -0500, Steve Jeppesen wrote:
> On Tue, 01 Aug 2006 07:57:06 -0400
> Ken Schneider wrote:
>
> > Well... out of the box it knows nothing about your domain or your
> > login credentials at dyndns.org so it does need to be configured. As
> > I recall the perl script didn't properly support the WRT54G router
> > and I needed to fine tune it as the script insisted on wanting to
> > supply a username which the router does -not- use. Edit
> > the /etc/ddclient.conf file to suit your needs. I also use ddclient
> > because I manage two domains. If I only had one to manage I would use
> > the support built into the router.
>
> I've configured my WRT54G to do just that, but I haven't been able to
> get it working.
>
> I might have to give ddclient a try myself 'cuz I'm tired of stopping
> by dyndns once a month to update.
>
IIANM I added the following to the perl script:
'linksys-ver2' => {
'name' => 'Linksys FW version 2',
'url' => '/Status_Router.asp',
'skip' => 'var wan_ip = ',
},
because the it was not correct in the original script and added the
following to the ddclient.conf file:
use=linksys-ver2, fw=192.168.1.1:80 # via
Linksys's internet FW
all on one line so watch the line wrap. All this is of course for the
WRT54G router and may or may not work with other linksys routers.
--
Ken Schneider
UNIX since 1989, linux since 1994, SuSE since 1998
> On Tue, 01 Aug 2006 07:57:06 -0400
> Ken Schneider wrote:
>
> > Well... out of the box it knows nothing about your domain or your
> > login credentials at dyndns.org so it does need to be configured. As
> > I recall the perl script didn't properly support the WRT54G router
> > and I needed to fine tune it as the script insisted on wanting to
> > supply a username which the router does -not- use. Edit
> > the /etc/ddclient.conf file to suit your needs. I also use ddclient
> > because I manage two domains. If I only had one to manage I would use
> > the support built into the router.
>
> I've configured my WRT54G to do just that, but I haven't been able to
> get it working.
>
> I might have to give ddclient a try myself 'cuz I'm tired of stopping
> by dyndns once a month to update.
>
IIANM I added the following to the perl script:
'linksys-ver2' => {
'name' => 'Linksys FW version 2',
'url' => '/Status_Router.asp',
'skip' => 'var wan_ip = ',
},
because the it was not correct in the original script and added the
following to the ddclient.conf file:
use=linksys-ver2, fw=192.168.1.1:80 # via
Linksys's internet FW
all on one line so watch the line wrap. All this is of course for the
WRT54G router and may or may not work with other linksys routers.
--
Ken Schneider
UNIX since 1989, linux since 1994, SuSE since 1998
| < Previous | Next > |