Static adresses in DHCP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Leszek Gruszka

    Static adresses in DHCP

    How to get static IP adresses from DHCP?


  • One Handed Man \( OHM - Terry Burns \)

    #2
    Re: Static adresses in DHCP

    A TCP/IP DHCP allocation requires a valid MAC address; this is to allow the
    DHCP controller to bind the allocated address to a leased address or a
    reserved one. If you are asking how to get an allocation without a MAC
    address you cannot ( AFAIK ).

    If however, you are asking how to make your machine obtain a new DHCP
    address, then you will need to invoke a Renewal

    IPCONFIG /Release
    IPCONFIG /Renew

    HTH

    --
    OHM ( Terry Burns ) * Use the following to email me *

    Dim ch() As Char = "ufssz/cvsotAhsfbuTpmv ujpotXjui/OFU".ToCharArra y()
    For i As Int32 = 0 To ch.Length - 1
    ch(i) = Convert.ToChar( Convert.ToInt16 (ch(i)) - 1)
    Next
    Process.Start(" mailto:" & New String(ch))
    --


    "Leszek Gruszka" <legrooch@poczt a.onet.pl> wrote in message
    news:uHtim5atEH A.2624@TK2MSFTN GP11.phx.gbl...[color=blue]
    > How to get static IP adresses from DHCP?
    >
    >[/color]


    Comment

    • Leszek Gruszka

      #3
      Re: Static adresses in DHCP

      My wrong question...

      How to get static IP adresses from DHCP server?
      (Reserved range etc.)


      U¿ytkownik "Leszek Gruszka" <legrooch@poczt a.onet.pl> napisa³ w wiadomo¶ci
      news:uHtim5atEH A.2624@TK2MSFTN GP11.phx.gbl...[color=blue]
      > How to get static IP adresses from DHCP?
      >
      >[/color]


      Comment

      • One Handed Man \( OHM - Terry Burns \)

        #4
        Re: Static adresses in DHCP



        --
        OHM ( Terry Burns ) * Use the following to email me *

        Dim ch() As Char = "ufssz/cvsotAhsfbuTpmv ujpotXjui/OFU".ToCharArra y()
        For i As Int32 = 0 To ch.Length - 1
        ch(i) = Convert.ToChar( Convert.ToInt16 (ch(i)) - 1)
        Next
        Process.Start(" mailto:" & New String(ch))
        --


        "Leszek Gruszka" <legrooch@poczt a.onet.pl> wrote in message
        news:u8uCUKbtEH A.2688@TK2MSFTN GP14.phx.gbl...[color=blue]
        > My wrong question...
        >
        > How to get static IP adresses from DHCP server?
        > (Reserved range etc.)
        >
        >
        > U¿ytkownik "Leszek Gruszka" <legrooch@poczt a.onet.pl> napisa³ w wiadomo¶ci
        > news:uHtim5atEH A.2624@TK2MSFTN GP11.phx.gbl...[color=green]
        >> How to get static IP adresses from DHCP?
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...