Ask a Question related to SCO, Design and Development.

  1. #1

    Default DHCP

    Hi

    We have a UW 7.1 box, on the system log there are lots of messages
    about dhpc, can some one tell me how to swich off dhcp please

    There is nothing in the /etc/inid.d folder or /etc/rc2.d folder for
    dhcp start script

    Thanks

    rc@bhfshops!org!.uk Guest

  2. Similar Questions and Discussions

    1. DHCP/RAS
      Hello, I have setup a second windows 2003 dc with ad,dns and dhcp installed and configured. I am attempting to mirror the settings from the...
    2. ISC DHCP
      Hey there, Is anyone here using the ISC's DHCP server on AIX 4.3.2?? I'm trying to get it to work on mine and it compiles fine but runs really...
    3. DHCP with XP
      CLG- I'm running into similar problems myself - were you ever able to resolve your issues? If so, I'm very interested in what you did to get...
    4. DHCP problem?
      Very odd situation I'm having trying to configure DHCP on Solaris 8. Look at the following transcript: # dhcpconfig -D -r SUNWfiles -p /var/dhcp...
    5. where is the dhcp for RH 7.3?
      Jeff Stevens wrote: linuxconf and netconfig (or netconf) can be used to set this. The actual files edited are /etc/sysconfig/network and...
  3. #2

    Default DHCP

    I have DHCP running on a Win2K server on my network. I now need to have
    Solaris run DHCP as well. The only way that I can get solaris to see it's
    host name is to use Registrations in DHCP. This really is not a very
    attractive solution.

    Any ideas?

    Thanks in advance.
    Crazy Coder Guest

  4. #3

    Default dhcp

    Hello,

    Adding a second windows 2003 dc and would like to setup a
    dhcp service as a backup to the primary server. I am
    assuming that as long as I use a different scope on the
    new server it will not interfere with the primary. Is
    this a safe assumption?

    Thanks,
    John
    John Guest

  5. #4

    Default Re: dhcp

    Well you can actually give it the same range e.g.



    192.168.0.1 - 192.168.0.200 and then on the DHCP exclude IPs 192.168.101-200
    and on the second DHCP server exclude IPs from 192.168.0.1-100



    Don't forget to create any DNS settings, subnet mask, default gateway, etc
    on the second DHCP server. These settings should (in most cases) be same on
    both servers...



    I hope this helps,



    Mike


    "John" <anonymous@discussions.microsoft.com> wrote in message
    news:1cad301c452dc$76fc8580$a401280a@phx.gbl...
    > Hello,
    >
    > Adding a second windows 2003 dc and would like to setup a
    > dhcp service as a backup to the primary server. I am
    > assuming that as long as I use a different scope on the
    > new server it will not interfere with the primary. Is
    > this a safe assumption?
    >
    > Thanks,
    > John

    Miha Pihler Guest

  6. #5

    Default Re: dhcp

    Thanks Mike!
    >-----Original Message-----
    >Well you can actually give it the same range e.g.
    >
    >
    >
    >192.168.0.1 - 192.168.0.200 and then on the DHCP exclude
    IPs 192.168.101-200
    >and on the second DHCP server exclude IPs from
    192.168.0.1-100
    >
    >
    >
    >Don't forget to create any DNS settings, subnet mask,
    default gateway, etc
    >on the second DHCP server. These settings should (in
    most cases) be same on
    >both servers...
    >
    >
    >
    >I hope this helps,
    >
    >
    >
    >Mike
    >
    >
    >"John" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:1cad301c452dc$76fc8580$a401280a@phx.gbl...
    >> Hello,
    >>
    >> Adding a second windows 2003 dc and would like to
    setup a
    >> dhcp service as a backup to the primary server. I am
    >> assuming that as long as I use a different scope on the
    >> new server it will not interfere with the primary. Is
    >> this a safe assumption?
    >>
    >> Thanks,
    >> John
    >
    >
    >.
    >
    John Guest

  7. #6

    Default Re: dhcp

    John:

    Windows Server 2003 has an easy to use built-in DHCP backup/restore. The
    backup will contain all your DHCP server scopes and lease info. I used that
    to transfer the DHCP service form one server to another and it works great.
    You'll see the backup and restore options when you right-click the DHCP
    server in the DHCP MMC. There's also some MS utility for migrating DHCP from
    older OSes.

    Martin

    "John" <anonymous@discussions.microsoft.com> wrote in message
    news:1cad301c452dc$76fc8580$a401280a@phx.gbl...
    > Hello,
    >
    > Adding a second windows 2003 dc and would like to setup a
    > dhcp service as a backup to the primary server. I am
    > assuming that as long as I use a different scope on the
    > new server it will not interfere with the primary. Is
    > this a safe assumption?
    >
    > Thanks,
    > John

    MartinHTN Guest

  8. #7

    Default DHCP

    I'm confused about the difference between DHCP as a server
    role versus the dhcp setting as part of Routing and Remote
    Access. If I look at NAT/Basic Firewall Properties-
    Address Assignment, there is a check box to Automatically
    Assign IP addresses by using the DHCP allocator. How is
    this connected with DHCP as a "server role" ? The server
    role has many more options.

    Thanks
    Dave McDuell Guest

  9. #8

    Default Re: DHCP

    The RRAS server acts as a mini DHCP server, handing out IP addresses and
    other vital bits of information. Dial-in clients get these addresses from
    RRAS, not from the full blown DHCP server.

    "Dave McDuell" <anonymous@discussions.microsoft.com> wrote in message
    news:22fe401c45e1c$5a473d90$a301280a@phx.gbl...
    > I'm confused about the difference between DHCP as a server
    > role versus the dhcp setting as part of Routing and Remote
    > Access. If I look at NAT/Basic Firewall Properties-
    > Address Assignment, there is a check box to Automatically
    > Assign IP addresses by using the DHCP allocator. How is
    > this connected with DHCP as a "server role" ? The server
    > role has many more options.
    >
    > Thanks

    Simon Geary Guest

  10. #9

    Default Re: DHCP

    So, if I set up DHCP as a role, as long as I don't need
    remote users getting IP's, I can uncheck the box in the
    router settings ?
    >-----Original Message-----
    >The RRAS server acts as a mini DHCP server, handing out
    IP addresses and
    >other vital bits of information. Dial-in clients get
    these addresses from
    >RRAS, not from the full blown DHCP server.
    >
    >"Dave McDuell" <anonymous@discussions.microsoft.com>
    wrote in message
    >news:22fe401c45e1c$5a473d90$a301280a@phx.gbl...
    >> I'm confused about the difference between DHCP as a
    server
    >> role versus the dhcp setting as part of Routing and
    Remote
    >> Access. If I look at NAT/Basic Firewall Properties-
    >> Address Assignment, there is a check box to
    Automatically
    >> Assign IP addresses by using the DHCP allocator. How
    is
    >> this connected with DHCP as a "server role" ? The
    server
    >> role has many more options.
    >>
    >> Thanks
    >
    >
    >.
    >
    Dave McDuell Guest

  11. #10

    Default Re: DHCP

    Yes, if you have no dial in users and are using RRAS as a router the RRAS
    server doesn't need to hand out IP addresses.

    "Dave McDuell" <anonymous@discussions.microsoft.com> wrote in message
    news:22cbe01c45e45$7254f020$a601280a@phx.gbl...
    > So, if I set up DHCP as a role, as long as I don't need
    > remote users getting IP's, I can uncheck the box in the
    > router settings ?
    >
    > >-----Original Message-----
    > >The RRAS server acts as a mini DHCP server, handing out
    > IP addresses and
    > >other vital bits of information. Dial-in clients get
    > these addresses from
    > >RRAS, not from the full blown DHCP server.
    > >
    > >"Dave McDuell" <anonymous@discussions.microsoft.com>
    > wrote in message
    > >news:22fe401c45e1c$5a473d90$a301280a@phx.gbl...
    > >> I'm confused about the difference between DHCP as a
    > server
    > >> role versus the dhcp setting as part of Routing and
    > Remote
    > >> Access. If I look at NAT/Basic Firewall Properties-
    > >> Address Assignment, there is a check box to
    > Automatically
    > >> Assign IP addresses by using the DHCP allocator. How
    > is
    > >> this connected with DHCP as a "server role" ? The
    > server
    > >> role has many more options.
    > >>
    > >> Thanks
    > >
    > >
    > >.
    > >
    >

    Simon Geary Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139