Re: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-17 Thread Turritopsis Dohrnii Teo En Ming
Noted. On 2020-08-16 20:01, Henning Follmann wrote: On Sun, Aug 16, 2020 at 05:44:51PM +0800, Turritopsis Dohrnii Teo En Ming wrote: Subject: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab [...] Then I downloaded the no-ip ddns

Re: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-17 Thread Turritopsis Dohrnii Teo En Ming
Does ddclient support automatic confirmation of noip.com free hostnames? On 2020-08-16 21:55, Charles Curley wrote: On Sun, 16 Aug 2020 17:44:51 +0800 Turritopsis Dohrnii Teo En Ming wrote: Subject: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script

Re: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-16 Thread Charles Curley
On Sun, 16 Aug 2020 17:44:51 +0800 Turritopsis Dohrnii Teo En Ming wrote: > Subject: I discovered a bug in the no-ip dynamic dns free hostname > auto renewal/confirmation script written by loblab You may be better off using the debian package ddclient. It supports no-ip.com. -- Does a

Re: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-16 Thread Henning Follmann
On Sun, Aug 16, 2020 at 05:44:51PM +0800, Turritopsis Dohrnii Teo En Ming wrote: > Subject: I discovered a bug in the no-ip dynamic dns free hostname auto > renewal/confirmation script written by loblab > [...] > Then I downloaded the no-ip ddns free hostname auto renewal/confirmat

I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-16 Thread Turritopsis Dohrnii Teo En Ming
Subject: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab Good day from Singapore, Programming code troubleshooting person: Mr. Turritopsis Dohrnii Teo En Ming (Targeted Individual) Country: Singapore Date: 15 to 16 August 2020

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Scott Ferguson
On 13/02/14 07:07, Dan Purgert wrote: > On 12/02/2014 13:30, Paul E Condon wrote: >> On 20140212_200320, Lars Noodén wrote: >>> On 02/12/2014 07:34 PM, Paul E Condon wrote: ... Question: Suppose I encounter this situation of the 'known host' having moved to a different IP address (or

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Dan Purgert
On 12/02/2014 13:30, Paul E Condon wrote: On 20140212_200320, Lars Noodén wrote: On 02/12/2014 07:34 PM, Paul E Condon wrote: ... Question: Suppose I encounter this situation of the 'known host' having moved to a different IP address (or a different URL?), is there a way to discover whether the

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Paul E Condon
On 20140212_200320, Lars Noodén wrote: > On 02/12/2014 07:34 PM, Paul E Condon wrote: > > ... > > Question: Suppose I encounter this situation of the 'known host' having > > moved to a different IP address (or a different URL?), is there a way > > to discover whether the change is due to a proper f

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Brian
On Wed 12 Feb 2014 at 10:34:33 -0700, Paul E Condon wrote: > Question: Suppose I encounter this situation of the 'known host' having > moved to a different IP address (or a different URL?), is there a way > to discover whether the change is due to a proper functioning DynDNS, > or to a somewhat un

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Lars Noodén
On 02/12/2014 07:34 PM, Paul E Condon wrote: > ... > Question: Suppose I encounter this situation of the 'known host' having > moved to a different IP address (or a different URL?), is there a way > to discover whether the change is due to a proper functioning DynDNS, > or to a somewhat unstealthy

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Paul E Condon
On 20140212_152909, Lars Noodén wrote: > On 02/12/2014 02:59 PM, Brian wrote: > > On Tue 11 Feb 2014 at 15:22:26 +0200, Lars Noodén wrote: > > > >> ssh-keygen -r checks the SSHFP record in DNS. Use grep or something to > >> check known_hosts. For me, ssh-keygen -R does not remove all the > >> dy

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Lars Noodén
On 02/12/2014 02:59 PM, Brian wrote: > On Tue 11 Feb 2014 at 15:22:26 +0200, Lars Noodén wrote: > >> ssh-keygen -r checks the SSHFP record in DNS. Use grep or something to >> check known_hosts. For me, ssh-keygen -R does not remove all the >> dynamically generated host keys, however. I've not y

Re: ssh host ip/id management for dynamic dns servers

2014-02-12 Thread Brian
On Tue 11 Feb 2014 at 15:22:26 +0200, Lars Noodén wrote: > ssh-keygen -r checks the SSHFP record in DNS. Use grep or something to > check known_hosts. For me, ssh-keygen -R does not remove all the > dynamically generated host keys, however. I've not yet identified what > confounds ssh-keygen.

Re: ssh host ip/id management for dynamic dns servers [OT?]

2014-02-12 Thread Brian
nt down > in the bowels of dynamic dns, does one have any possibility of > determining that it is truly *not* a man-in-the-middle attack? Is there > some method for checking up on dynamic dns changes other than merely > noting the new value and adapting to it? The IP address of the mach

Re: ssh host ip/id management for dynamic dns servers

2014-02-11 Thread Chris Bannister
On Tue, Feb 11, 2014 at 11:56:41PM +1100, Zenaan Harkness wrote: > On 2/11/14, Brian wrote: > > On Tue 11 Feb 2014 at 10:10:37 +1100, Zenaan Harkness wrote: > >> I'm wondering: > >> 1) how to easily clean known_hosts > > > > ssh-keygen with the -R option. > > $ HOST=raptor > $ ssh-keygen -r $HOST

Re: ssh host ip/id management for dynamic dns servers [OT?]

2014-02-11 Thread Lars Noodén
On 02/11/2014 03:52 PM, Paul E Condon wrote: > ... Known host checking is done, I think, to defend against 'man in > the middle', so when the known host key changes because of some event > down in the bowels of dynamic dns, does one have any possibility of > determining th

Re: ssh host ip/id management for dynamic dns servers [OT?]

2014-02-11 Thread Jochen Spieker
Paul E Condon: > > I'm puzzled about the apparent 'security theater' on this topic. > Known host checking is done, I think, to defend against 'man in the > middle', Exactly. > so when the known host key changes because of some event down > in t

Re: ssh host ip/id management for dynamic dns servers [OT?]

2014-02-11 Thread Paul E Condon
I'm puzzled about the apparent 'security theater' on this topic. Known host checking is done, I think, to defend against 'man in the middle', so when the known host key changes because of some event down in the bowels of dynamic dns, does one have any possibility of det

Re: ssh host ip/id management for dynamic dns servers

2014-02-11 Thread Lars Noodén
On 02/11/2014 02:56 PM, Zenaan Harkness wrote: > On 2/11/14, Brian wrote: >> On Tue 11 Feb 2014 at 10:10:37 +1100, Zenaan Harkness wrote: >>> I'm wondering: >>> 1) how to easily clean known_hosts >> >> ssh-keygen with the -R option. > > Sounds great! (also, the CheckHostIP = no option looks very

Re: ssh host ip/id management for dynamic dns servers

2014-02-11 Thread Zenaan Harkness
On 2/11/14, Brian wrote: > On Tue 11 Feb 2014 at 10:10:37 +1100, Zenaan Harkness wrote: >> I'm wondering: >> 1) how to easily clean known_hosts > > ssh-keygen with the -R option. Sounds great! (also, the CheckHostIP = no option looks very useful in this regard, thanks Karl) However - it seems to

Re: ssh host ip/id management for dynamic dns servers

2014-02-11 Thread Karl E. Jorgensen
Hi On Tue, Feb 11, 2014 at 09:53:32AM +1100, Zenaan Harkness wrote: > With a dyndns type server, each time a new ip address happens, ssh > login adds a new entry to .known_hosts > > Is there a recommended way to handle this? Turn off CheckHostIP ? For the uninitiated, in your ~/.ssh/config file

Re: ssh host ip/id management for dynamic dns servers

2014-02-11 Thread Brian
On Tue 11 Feb 2014 at 10:10:37 +1100, Zenaan Harkness wrote: > I'm wondering: > > 1) how to easily clean known_hosts ssh-keygen with the -R option. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org A

Re: ssh host ip/id management for dynamic dns servers

2014-02-10 Thread Lars Noodén
> the problem - I do have the server set up (internally) with static > config. > > The publicly visible IP changes every so often, using a dynamic dns > service. Accessing the server from this public domain name obviously > results in a new IP address every now and then. > > I

Re: ssh host ip/id management for dynamic dns servers

2014-02-10 Thread Zenaan Harkness
igure static dhcp leases for your server systems. Every dhcp daemon had > a configuration entry for this. Thank you for the suggestion, however it's the "public" side that's the problem - I do have the server set up (internally) with static config. The publicly visible IP

ssh host ip/id management for dynamic dns servers

2014-02-10 Thread Zenaan Harkness
With a dyndns type server, each time a new ip address happens, ssh login adds a new entry to .known_hosts Is there a recommended way to handle this? TIA Zenaan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d

Re: Dynamic DNS updater recomendation?

2012-07-19 Thread Camaleón
On Wed, 18 Jul 2012 15:00:28 -0500, John W. Foster wrote: > On Wed, 2012-07-18 at 14:07 +, Camaleón wrote: >> Have you looked at their list of dddns clients? >> >> http://freedns.afraid.org/scripts/freedns.clients.php > yes, in fact I've actually tried several of them with very mixed > resu

Re: Dynamic DNS updater recomendation?

2012-07-18 Thread Stan Hoeppner
On 7/18/2012 3:00 PM, John W. Foster wrote: > I am seeking assistance from someone who has a bit of actual experience > in this arena. Any volunteers?? There are hundreds of dyndns providers. Pick one that works with your hardware. You're currently approaching this issue backwards. Do you have

Re: Dynamic DNS updater recomendation?

2012-07-18 Thread Celejar
On Wed, 18 Jul 2012 15:00:28 -0500 "John W. Foster" wrote: > On Wed, 2012-07-18 at 14:07 +, Camaleón wrote: > > On Wed, 18 Jul 2012 08:24:20 -0500, John W. Foster wrote: > > > > > I need to be able to have afraid.org; a free dns server system, checked > > > and updated with the IP address f

Re: Dynamic DNS updater recomendation?

2012-07-18 Thread John W. Foster
On Wed, 2012-07-18 at 14:07 +, Camaleón wrote: > On Wed, 18 Jul 2012 08:24:20 -0500, John W. Foster wrote: > > > I need to be able to have afraid.org; a free dns server system, checked > > and updated with the IP address from my DHCP leased router provided by > > Verizon Fios. I have looked a

Re: Dynamic DNS updater recomendation?

2012-07-18 Thread Camaleón
On Wed, 18 Jul 2012 08:24:20 -0500, John W. Foster wrote: > I need to be able to have afraid.org; a free dns server system, checked > and updated with the IP address from my DHCP leased router provided by > Verizon Fios. I have looked at several of these & have installed a > couple. ddclient works

Dynamic DNS updater recomendation?

2012-07-18 Thread John W. Foster
I need to be able to have afraid.org; a free dns server system, checked and updated with the IP address from my DHCP leased router provided by Verizon Fios. I have looked at several of these & have installed a couple. ddclient works flawlessly with DynDns.com but not with afraid.org 'out of the box

Re: Dynamic DNS

2005-10-16 Thread Ken Bloom
Lars wrote: > Elimar Riesebieter wrote: > > >>>AFAIK bind8 doesn't support DDNS. >>> >>> >>> ii bind9-host 9.2.4-1Version of 'host' bundled with BIND 9.X ii dhcp3-server 3.0.1-2DHCP server for automatic IP address >>> >>> >>>Why do you have different bind versions

Re: Dynamic DNS

2005-10-16 Thread Lars
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Elimar Riesebieter wrote: > AFAIK bind8 doesn't support DDNS. > > >>ii bind9-host 9.2.4-1Version of 'host' bundled with BIND 9.X >>ii dhcp3-server 3.0.1-2DHCP server for automatic IP address > > > Why do you have different

Re: Dynamic DNS

2005-10-16 Thread Elimar Riesebieter
On Sun, 16 Oct 2005 the mental interface of Lars told: > Hi > > I'm having difficulty with ddns. I've learned it on Fedora-setup and is > trying to make it work on Sarge. Found this howto, > realmtech.net/documents/DynamicDNS.pdf, and i should be using the rigth > versions; > fw:/usr/src/linux# d

Dynamic DNS

2005-10-16 Thread Lars
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'm having difficulty with ddns. I've learned it on Fedora-setup and is trying to make it work on Sarge. Found this howto, realmtech.net/documents/DynamicDNS.pdf, and i should be using the rigth versions; fw:/usr/src/linux# dpkg -l |grep 'bind' ii

Dynamic DNS

2005-10-16 Thread Lars
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'm having difficulty with ddns. I've learned it on Fedora-setup and is trying to make it work on Sarge. Found this howto, realmtech.net/documents/DynamicDNS.pdf, and i should be using the rigth versions; fw:/usr/src/linux# dpkg -l |grep 'bind' ii

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-05 Thread Paul Dufresne
Well, before filling a new bug, I searched bugs on Firestarter package and found that bug #277496 is already there (for 16 days long) describing the problem of using /etc/ppp/ip-up.local, and the maintainer of the package working on a patch for this. --Paul -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-05 Thread Paul Dufresne
Thanks for your help. First, I now understand that /etc/resolv.conf is dynamically created when using usepeerdns option of pppd. It took me some time, because I had others things to do. It turned out that Firestarter have created an ip-up.local file, that was stopping ip-up script. I guess I should

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-05 Thread Pigeon
On Thu, Nov 04, 2004 at 01:15:00PM -0600, John Hasler wrote: > Pigeon writes: > > Also worth checking /etc/ppp/ip-up.d/000usepeerdns which ought to be > > detecting that you've used pppconfig and leaving all the work to > > .../0-dns-up. > > Here is usepeerdns-up: Ah, things have changed. I

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-04 Thread John Hasler
Pigeon writes: > Also worth checking /etc/ppp/ip-up.d/000usepeerdns which ought to be > detecting that you've used pppconfig and leaving all the work to > .../0-dns-up. Here is usepeerdns-up: #!/bin/sh -e # this variable is only set if the usepeerdns pppd option is being used [ "$USEPEERDNS"

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-04 Thread John Hasler
Paul Dufresne writes: > In advanced setting, nameservers, I have chosen dynamic. Your ISP supports this? Not all do. > I had forgotten this for a long time, but a recent update (I had this > problem even with stable, but now I use testing, with a bit of unstable > for mono), have made my /etc/re

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-04 Thread Pigeon
On Thu, Nov 04, 2004 at 03:03:00PM +, Paul Dufresne wrote: > I use a dialup modem to connect to Internet. > I use pppconfig to configured my provider connection. > In advanced setting, nameservers, I have chosen dynamic. > But I need to use /etc/resolv.conf with a nameserver line to be > able t

Re: ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-04 Thread Wayne Topa
Paul Dufresne([EMAIL PROTECTED]) is reported to have said: > I use a dialup modem to connect to Internet. > I use pppconfig to configured my provider connection. > In advanced setting, nameservers, I have chosen dynamic. > But I need to use /etc/resolv.conf with a nameserver line to be > able to us

ppp dynamic dns need /etc/resolv.conf to work, a bug?

2004-11-04 Thread Paul Dufresne
I use a dialup modem to connect to Internet. I use pppconfig to configured my provider connection. In advanced setting, nameservers, I have chosen dynamic. But I need to use /etc/resolv.conf with a nameserver line to be able to use Internet. I had forgotten this for a long time, but a recent update

Re: Dynamic DNS Setup

2004-05-30 Thread Paul Johnson
Support <[EMAIL PROTECTED]> writes: > At 02:27 PM 5/20/04, Paul Johnson wrote: >>Support <[EMAIL PROTECTED]> writes: >> >> > Can debian support dynamic dns ? Where can I find the info and how to >> > configure it ? >> >>If we'

Re: Dynamic DNS Setup

2004-05-21 Thread David Cunningham
. I use a script on my clients and servers so that I have better control over exactly what happens. <|>/\\/|<|> - Original Message - From: "Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 5:38 PM Subject: Re: Dynamic DNS

Re: Dynamic DNS Setup

2004-05-20 Thread Support
At 02:27 PM 5/20/04, Paul Johnson wrote: Support <[EMAIL PROTECTED]> writes: > Can debian support dynamic dns ? Where can I find the info and how to > configure it ? If we're talking about dyndns.org's services, I would suggest http://www.dyndns.org/ or nntp://news.dyndns.

Re: Dynamic DNS Setup

2004-05-20 Thread Jerome BENOIT
Hi ! What is the best between `ddclient' and `ipcheck' ? Thanks, Jerome Colin Docherty wrote: On Thu, May 20, 2004 at 09:23:25AM +0800, Support wrote: Hi! Can debian support dynamic dns ? Where can I find the info and how to configure it ? Have you checked tried "apt-get install

Re: Dynamic DNS Setup

2004-05-20 Thread Colin Docherty
On Thu, May 20, 2004 at 09:23:25AM +0800, Support wrote: > Hi! > > Can debian support dynamic dns ? Where can I find the info and how to > configure it ? Have you checked tried "apt-get install ipcheck"? I've been using this for a while and it works quite well for me

Re: Dynamic DNS Setup

2004-05-19 Thread dircha
Paul Johnson wrote: Support <[EMAIL PROTECTED]> writes: Can debian support dynamic dns ? Where can I find the info and how to configure it ? If we're talking about dyndns.org's services, I would suggest http://www.dyndns.org/ or nntp://news.dyndns.org/dyndns.general for more in

Re: Dynamic DNS Setup

2004-05-19 Thread Paul Johnson
Support <[EMAIL PROTECTED]> writes: > Can debian support dynamic dns ? Where can I find the info and how to > configure it ? If we're talking about dyndns.org's services, I would suggest http://www.dyndns.org/ or nntp://news.dyndns.org/dyndns.general for more inform

Dynamic DNS Setup

2004-05-19 Thread Support
Hi! Can debian support dynamic dns ? Where can I find the info and how to configure it ? Thank Q Best Regards, Support -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: dynamic dns IP assignment from behind router

2003-09-27 Thread Leu Kong San
Title: Re: dynamic dns IP assignment from behind router Me also have this same problems. If u have answer pls let me know too. Thanks, Regards, san

Re: dynamic dns IP assignment from behind router

2003-09-07 Thread Tom Allison
t a 486 or Pentium with two NICs, ipmasq and ddclient installed. Maybe not... Depending on the model of barricade you might be able to get a firmware with dyndns.org dynamic dns support built in. My 7008 router got it when I upgraded the firmware to R1.96h2. Oddly enough, this upgrade is not on the SMC

Re: dynamic dns IP assignment from behind router

2003-09-06 Thread Dave Thayer
to get a 486 or Pentium with two NICs, ipmasq and > ddclient installed. Maybe not... Depending on the model of barricade you might be able to get a firmware with dyndns.org dynamic dns support built in. My 7008 router got it when I upgraded the firmware to R1.96h2. Oddly enough, this upgrade i

Re: dynamic dns IP assignment from behind router

2003-09-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Sep 04, 2003 at 10:42:11PM -0400, Matt Price wrote: > there's some serious problem with my setup. Yup. You've exceeded the functionality of what that little barricade router can do. Time to get a 486 or Pentium with two NICs, ipmasq and ddcl

Re: dynamic dns IP assignment from behind router

2003-09-04 Thread Terry Carney
On Thu, 4 Sep 2003, Matt Price wrote: > I'm trying to get a dynamic dns client working on my home machines. > The home connection is dsl (bell sympatico in Canada), and works fine, > but the IP seems to be changing more often nowadays than it used to. > I've set up a lit

Re: dynamic dns IP assignment from behind router

2003-09-04 Thread Tom Allison
Matt Price wrote: Hi folks, I'm trying to get a dynamic dns client working on my home machines. The home connection is dsl (bell sympatico in Canada), and works fine, but the IP seems to be changing more often nowadays than it used to. I've set up a little network between my office a

dynamic dns IP assignment from behind router

2003-09-04 Thread Matt Price
Hi folks, I'm trying to get a dynamic dns client working on my home machines. The home connection is dsl (bell sympatico in Canada), and works fine, but the IP seems to be changing more often nowadays than it used to. I've set up a little network between my office and my home, so it&

Re: bind9: Dynamic dns updates?

2002-12-17 Thread Paul Johnson
On Mon, Dec 16, 2002 at 11:05:40AM -0800, Jeremy T. Bouse wrote: > To allow for the updates you need only add the allow-update > option to the zone file you want to allow updates to be made to... You > can either setup and IP based ACL or you can use TSIG keys... It's very > well documented i

Re: bind9: Dynamic dns updates?

2002-12-16 Thread Jeremy T. Bouse
To allow for the updates you need only add the allow-update option to the zone file you want to allow updates to be made to... You can either setup and IP based ACL or you can use TSIG keys... It's very well documented in the BIND9 ARM resources... As for iptables following the nam

bind9: Dynamic dns updates?

2002-12-16 Thread Paul Johnson
How does one configure bind9 to accept dns updates from the local network, and will iptables follow the names as opposed to the IP numbers? -- .''`. Baloo <[EMAIL PROTECTED]> : :' :proud Debian admin and user `. `'` `- Debian - when you have better things to do than to fix a system

Re: ppp, no dynamic dns

2002-12-12 Thread John Hasler
> The file /etc/resolv.conf exists but is empty. If i try to add > nameservers to /etc/resolv.conf they are temporarily moved to > /etc/resolv.conf.ppp.bak when dialed in and restored afterwards (cause I > say my ISP will give my the DNS?). There seems to be a bug in the dynam

ppp, no dynamic dns

2002-12-12 Thread Rikard Borg
Hi list, I have a small 500Mb installation of Woody, basic X stuff etc... ppp was setup with pppconfig (it did not detect my modem on /dev/ttyS0 which had to be set manually) When dialing to my ISP (pon 'provider') I should rescieve a nameserver IP. However I can only ping others by IP, not by

Using dynamic DNS through firewall

2002-06-26 Thread Gary Turner
I'm using a Netgear RT314 gateway router to connect my small LAN to the net via DSL. This router has a built-in client for dyndns.org that I could use. Another option is to use a service such as ddts.org which would require forwarding port 1052/udp through the firewall. Are there any particular

isdnutils + dynamic dns (ms-get-dns in ipppd(8))

2001-06-16 Thread Felix Natter
hi, For everyone who wants to use ms-get-dns with ipppd, here is my bug-report against isdnutils and the response I got (from Paul Slootman): Subject: Re: Bug#81411: ipppd and dynamic dns > In my opinion there should be support for the ipppd-option > "ms-get-dns" (see ipppd(8);

Freeware DHCP with Dynamic DNS updates ?

1998-11-11 Thread Geoffrey L. Brimhall
I got the ISC's version 2beta of DHCP installed and running yesterday - but was a bit disappointed to see it does not do the Dynamic DNS updates. This somewhat makes DHCP not as easy to use, in my opinion, because the dynamic addresses at some point should be updated in the DNS primary s

Re: Help me setup dynamic DNS server address.

1998-10-24 Thread john
[EMAIL PROTECTED] writes: > John writes: > > Write a script to go in ip-up.d that does something like: > > Yes, I could do this, but I don't need to: my isp doesn't use 'dynamic > dns'. > > My interest is in helping new users whose isp'

Re: Help me setup dynamic DNS server address.

1998-10-23 Thread john
John writes: > Write a script to go in ip-up.d that does something like: Yes, I could do this, but I don't need to: my isp doesn't use 'dynamic dns'. My interest is in helping new users whose isp's won't tell them the nameserver ip's because they use dynam

Re: Help me setup dynamic DNS server address.

1998-10-22 Thread john
I assume you run bind. Write a script to go in ip-up.d that does something like: 1) dig @theispdomain | grep "IN NS" > afile 2) extract the IPs of the servers and sed them into the forwarder line in named.conf 3) ndc restart in ip-down.d you'll want to restore the named.conf to something 'norm

Re: Help me setup dynamic DNS server address.

1998-10-21 Thread Lee Bradshaw
es change nameservers. I have neither Win95 nor an isp who uses 'dynamic > DNS'. Does anyone out there know how it works? > -- > John HaslerThis posting is in the public domain. > [EMAIL PROTECTED]Do with it what you will. > Dancing Horse Hill

Re: Help me setup dynamic DNS server address.

1998-10-19 Thread john
could call nslookup from pppconfig, but that seems like a kludge and will lead to mysterious failures if the ISP ever does change nameservers. I have neither Win95 nor an isp who uses 'dynamic DNS'. Does anyone out there know how it works? -- John HaslerThis posti

Re: Help me setup dynamic DNS server address.

1998-10-19 Thread Lee Bradshaw
On Sun, Oct 18, 1998 at 06:11:25PM +0200, Noam Gordon wrote: > Hello everyone, > > I am a Linux newbie. I have installed Debian 2.0 successfully. I would like > to set up ISDN dial-up to my ISP. > My ISP asigns me an IP address AS WELL AS DNS server address , dynamically > (In my win95 setup, I di

Help me setup dynamic DNS server address.

1998-10-18 Thread Noam Gordon
Hello everyone, I am a Linux newbie. I have installed Debian 2.0 successfully. I would like to set up ISDN dial-up to my ISP. My ISP asigns me an IP address AS WELL AS DNS server address , dynamically (In my win95 setup, I didn't need to input any info at all). I read in the Linux tutorial that wh

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-11 Thread Remco van de Meent
On 9 Mar 1998, Miquel van Smoorenburg wrote: : Note that AFAIK all SMTP mailers (well, sendmail at least) will rewrite the : addresses in the mail headers. That includes rewriting a CNAME pointer to : the canonical name it points to. : So even if you send out mail with the CNAME in the From:

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-11 Thread David Stern
On Mon, 09 Mar 1998 20:23:06 CST, Rich Puhek wrote: > The MX record (Mail eXchange) is on your DNS server. It's what points > incoming mail for "@foo.bar to the appropriate machine to handle > the mail. What's worked for me is the following: > > mail IN A 10.0.20.1 > IN

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-10 Thread Rich Puhek
On Mon, 9 Mar 1998, David Stern wrote: > > > > The correct way to solve this is to not use CNAMEs but to just set > > up an extra A + MX record. Or perhaps just an MX record if all you're > > using it for is mail. > > I don't run sendmail, but what's going on sounds an awful lot like like > wh

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-10 Thread David Stern
On 09 Mar 1998 10:50:15 +0100, wrote: > Note that AFAIK all SMTP mailers (well, sendmail at least) will rewrite the > addresses in the mail headers. That includes rewriting a CNAME pointer to > the canonical name it points to. If this is what ails my smail, then the vast majority of domains have

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-09 Thread Remco Blaakmeer
On 9 Mar 1998, Miquel van Smoorenburg wrote: > Note that AFAIK all SMTP mailers (well, sendmail at least) will rewrite the > addresses in the mail headers. That includes rewriting a CNAME pointer to > the canonical name it points to. > > So even if you send out mail with the CNAME in the From: h

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-09 Thread Miquel van Smoorenburg
Note that AFAIK all SMTP mailers (well, sendmail at least) will rewrite the addresses in the mail headers. That includes rewriting a CNAME pointer to the canonical name it points to. So even if you send out mail with the CNAME in the From: header field, the recipient mailer will rewrite it.. no w

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-09 Thread Remco Blaakmeer
On Sat, 7 Mar 1998, George Bonser wrote: > > Ok, I just telnetted to your port 25 and you are announcing as > > Cal011205.student.utwente.nl > > This means that smail is discovering the DNS name when it is trying to > find its own name. This can be changed by FORCING smail to use the > correct

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-07 Thread Remco Blaakmeer
On Fri, 6 Mar 1998, George Bonser wrote: > DO you have > > visible_name=blaakmeer.student.utwente.nl > > In your config file? Yes. Remco -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED] .

Re: CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-07 Thread Remco Blaakmeer
On Wed, 4 Mar 1998, George Bonser wrote: > On Thu, 5 Mar 1998, Remco Blaakmeer wrote: [question about CNAME records and MTAs rewriting the From: header when the hostname is a CNAME] > One thing to do is to make sure that you have the following in your > own /etc/hosts file: > > 130.89.222.95 bl

CNAME records (was: Re: dynamic DNS within a non-dynamic domain)

1998-03-05 Thread Remco Blaakmeer
[posting this to debian-user because it doesn't belong in debian-devel] On 3 Mar 1998 [EMAIL PROTECTED] wrote on debian-devel: > [EMAIL PROTECTED] writes: > > I am using dynamic DNS on perens.debian.org, a laptop with a radio modem. > > It works _excellently_. > >

Re: www.ml.org and dynamic dns

1998-03-04 Thread Ender Wigin
-K Kevin Poorman <[EMAIL PROTECTED]> Do the Free-Ride On 3 Mar 1998 [EMAIL PROTECTED] wrote: > I have agreed to package one of the client programs that www.ml.org has for > Debian, but I think that this would best be done by someone who is actually > using the service. Is there anyone here w

www.ml.org and dynamic dns

1998-03-04 Thread john
I have agreed to package one of the client programs that www.ml.org has for Debian, but I think that this would best be done by someone who is actually using the service. Is there anyone here who is and wants to become a maintainer? -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hil