Re: More on DDNS

From: Murray Taylor (murraytaylor_at_bytecraftsystems.com)
Date: 06/11/03

  • Next message: Joe Pokupec: "Re: CVS Update"
    To: Jay Buhrt <jay_buhrt@yahoo.com>
    Date: 11 Jun 2003 17:22:33 +1000
    
    

    An understanding of DHCP is in order..
    With the dial up, the ip number would most likely be
    (a) dynamic - in that you would get a different one each time
    (b) static - in that it would not change for the duration of the
    session.

    On Cable though, the expectation of the ISP is that you may well stay
    connected for longer (infinite) durations. So they use DHCP to manage
    their address space and the ip number that they are loaning you
    (on the external NIC)

    Any DHCP allocated address has a lease-time associated with it.
    Usually, when your machine detects that the lease is gonna expire
    it 'applies' for a renewal.

    _NOTE_ the isp doesnt tell your machine to expire the lease, _your_
    machine determines that the lease has expired.

    If the ISP's DHCP server allows, you will often get your same
    ip number back. However this _is not_ assured.

    So ...
    IF the lease expires
    AND you get allocated a new ip number
    THEN you need to do clever things with your DDNS server.

    (and maybe firewall etc etc.) The normal dhclient processing
    will take care of such things as default routes, /etc/resolv.conf
    and the like)

    The process is fairly transparent in most cases. It is just
    us lot who want external visibility via DNS, (or have grunty
    firewalls) that need to do anything special on a DHCP renewal
    that actually changes the ip number.

    HTH

    On Wed, 2003-06-11 at 16:52, Jay Buhrt wrote:
    > Well see. This is weird. I was on dial-up and my ip
    > would change everytime I logged on, but I configured
    > DHCP to BSD and got a 168.x I think or some private
    > address. The BSD box never changed ip's even on
    > dial-up and they are networked xp - bsd. So now if
    > comcast sends out a dhcp or whatever to change ip's
    > will my bsd box change? or like 5 mins before the
    > expiration on dhcp unplug bsd box from the switch so
    > comcasts assigned ip's don't touvh bsd box and then
    > plug it back in, lol ???
    >
    > __________________________________
    > Do you Yahoo!?
    > Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
    > http://calendar.yahoo.com
    >
    > ************************************************************************
    > This Email has been scanned for Viruses by MailMarshal.
    > ************************************************************************

    -- 
    Murray Taylor
    Special Projects Engineer
    ---------------------------------
    Bytecraft Systems & Entertainment
    P: +61 3 8710 2555
    F: +61 3 8710 2599
    D: +61 3 9238 4275
    M: +61 417 319 256
    E: murraytaylor@bytecraftsystems.com
    or visit us on the web
    http://www.bytecraftsystems.com
    http://www.bytecraftentertainment.com
    ************************************************************************
    This Email has been scanned for Viruses by MailMarshal.
    ************************************************************************
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Joe Pokupec: "Re: CVS Update"

    Relevant Pages

    • Re: How to get DHCP IP address renew upon Ethernet link down/up (NDIS_STATUS_MEDIA_CONNECT)?
      ... If the lease for the original IP address has not yet ... the card should not be requesting a new IP address just because the ... If the lease did expire, ... time you reconnect the network should be null and DHCP should occur just as ...
      (microsoft.public.windowsce.platbuilder)
    • Re: DHCP lease and dhclient.eth0.leases.
      ... will expire in 2038: ... gets me a new lease. ... Netgear router was failing to properly negotiate a new lease on its own ... a router or a real DHCP server on you LAN? ...
      (Debian-User)
    • Re: [OT] FreeBSD - user opinions, please.
      ... You could try to use them under qemu/vmware first which would be a bit ... less painful for you because you'd get internet access while trying a ... That's one thing I'm having to prepare for: DesktopBSD has my DHCP ... connected in the LiveCD environ but I dunno if BSD install will do so. ...
      (alt.os.linux)
    • Re: [OT] FreeBSD - user opinions, please.
      ... happy with Debian Etch and am merely curious about *BSD. ... You could try to use them under qemu/vmware first which would be a bit ... That's one thing I'm having to prepare for: DesktopBSD has my DHCP ... connected in the LiveCD environ but I dunno if BSD install will do so. ...
      (alt.os.linux)
    • Re: dhclient in 6.0
      ... Not really, no, except when DHCP options appear to turn off IPv4LL, or ... I think it's pretty obvious you have a rogue client ... if there was a prior lease matching the ... Ironically, ISC DHCP was built from this mindset, from what I read. ...
      (freebsd-stable)

    Loading