www.unix.com Open in urlscan Pro
209.126.104.117  Public Scan

URL: https://www.unix.com/unix-for-advanced-and-expert-users/166483-dhcpd6-conf-invalid-ip-address.html
Submission Tags: falconsandbox
Submission: On April 18 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://www.unix.com/search.php?do=process

<form action="https://www.unix.com/search.php?do=process" method="post">
  <input type="hidden" name="do" value="process">
  <input type="hidden" name="quicksearch" value="1">
  <input type="hidden" name="childforums" value="1">
  <input type="hidden" name="exactname" value="1">
  <input type="hidden" name="s" value="5de56dd9ecc013bdcf4c06f2fb9553be">
  <input type="hidden" name="securitytoken" value="guest">
  <input type="hidden" name="showposts" value="0" id="rb_nb_sp0_neo" tabindex="1002">
  <div id="bs-search-bar" class="nav-top-margin" style="margin-bottom:20px;">
    <div class="input-group">
      <span class="input-group-addon"><button class="btn btn-light" style="background-color:  #f0f0f7;border:1px solid silver;color:gray;"><i class="fas fa-search neo-toolbit" data-original-title="" title=""></i></button></span>
      <input type="search" class="form-control" style="background-color: lightyellow" name="query" tabindex="1001" placeholder="Search The UNIX and Linux Forums (Quick Search)">
    </div>
  </div>
</form>

POST https://www.unix.com/search.php?do=process

<form action="https://www.unix.com/search.php?do=process" method="post">
  <input type="hidden" name="do" value="process">
  <input type="hidden" name="quicksearch" value="1">
  <input type="hidden" name="childforums" value="1">
  <input type="hidden" name="exactname" value="1">
  <input type="hidden" name="s" value="5de56dd9ecc013bdcf4c06f2fb9553be">
  <input type="hidden" name="securitytoken" value="guest">
  <div>
    <input type="text" class="bginput form-control" name="query" size="25" tabindex="1001">
  </div>
  <div style="margin:10px 0px 10px 0px;text-align:center;">
    <input type="submit" class="button btn btn-primary btn-block" value="Search" tabindex="1004">
  </div>
  <div style="margin-top:6px">
    <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" style="margin: 0px 5px 0px 0px;">Show Threads . </label> &nbsp; <label for="rb_nb_sp1"><input type="radio" name="showposts"
        value="1" id="rb_nb_sp1" tabindex="1003" style="margin: 0px 5px 0px 0px;">Show Posts</label>
  </div>
</form>

GET https://www.unix.com

<form action="https://www.unix.com" method="get">
  <div style="padding:0px; margin:0px; border:0;width:100%;text-align:center;">
  </div>
  <div style="background-color:white;">
    <br>
    <div style="text-align:center; width:100%;background-color:white;">
      <div class="smallfont" style="width:100%;background-color:white;padding-left:20px;padding-right:20px;">
        <strong>
          <span class="neo-footer-contactus"><a href="https://www.unix.com/sendmessage.php?s=5de56dd9ecc013bdcf4c06f2fb9553be" style="text-decoration:none;" rel="nofollow" accesskey="9">Contact Us</a></span>
          <span class="neo-footer"> - <a href="https://www.unix.com/" style="text-decoration:none;">The UNIX and Linux Forums - unix commands, linux commands, linux server, linux ubuntu, shell script, linux distros.</a> -</span>
          <span class="neo-footer"><a style="text-decoration:none;" href="https://buysellads.com/buy/detail/215189" rel="nofollow" accesskey="9">Advertising</a> - </span>
          <a style="text-decoration:none;" href="https://www.unix.com/unix-for-advanced-and-expert-users/166483-dhcpd6-conf-invalid-ip-address.html#top" onclick="self.scrollTo(0, 0); return false;"><span class="neo-footer">Top</span></a>
        </strong>
      </div>
    </div>
  </div>
</form>

Text Content

The UNIX and Linux Forums


Forum Home
Linux and Unix Man Pages
Search Forums
Search Community Posts
Today's Posts
Quick Links

Man Pages RedHat Commands OpenSolaris Commands Linux Commands SunOS Commands
FreeBSD Commands All UNIX Man Pages All Linux Man Pages Full Man Repository

Login or Register to Ask a Question and Join Our Community


Search Forums
Show Threads .   Show Posts
Tag Search Advanced Search

Quick Links Contact Us Forum Rules Today's Posts FAQ Pictures & Albums All
Albums Miscellaneous What is My IP Whois Mark Forums Read







UNIX FOR ADVANCED & EXPERT USERS


DHCPD6.CONF INVALID IP ADDRESS

Tags

advanced



Login to Discuss or Reply to this Discussion in Our Community




 
Thread Tools Search this Thread

Top Forums UNIX for Advanced & Expert Users dhcpd6.conf Invalid ip address
# 1  
09-02-2011
eeisken
Registered User
36, 0
Join Date: Jun 2005
Last Activity: 5 April 2016, 6:48 AM EDT
Posts: 36
Thanks Given: 0
Thanked 0 Times in 0 Posts

dhcpd6.conf Invalid ip address

--------------------------------------------------------------------------------

Hi
I am trying to setup a very basic dhcp dual stack configuration, so I have 2
dhcpd.conf file dhcpd4.conf and dhcpd6.conf
# cat /usr/local/etc/dhcpd4.conf
Subnet 10.45.192.0 netmask 255.255.248.0 {
option subnet-mask 255.255.248.0;
option routers 10.45.192.1;
}# cat /usr/local/etc/dhcpd6.conf
option dhcp6.name-servers 2001:1b70:82a1:a:0:4000:2:1;
option dhcp6.domain-search "sken.com";

subnet6 2001:1b70:82a1:a/64 {
range6 2001:1b70:82a1:a:0:4000:2:1 2001:1b70:82a1:a:0:4000:10:1;
}

however when I try to run the second instance of the dhcp server with the
/usr/local/sbin/dhcpd -6 -q -lf /var/lib/dhcp/dhcpd.leases -cf
/usr/local/etc/dhcpd6.conf I get the following in the messages file

/usr/local/etc/dhcpd6.conf line 4: Invalid IPv6 address.
subnet6 2001:1b70:82a1:a/

ifconfig for server is

# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index
1
inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.45.192.4 netmask fffff800 broadcast 10.45.199.255
ether 0:c:29:4a:f9:4b
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index
1
inet6 ::1/128
e1000g0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
inet6 fe80::20c:29ff:fe4a:f94b/10
ether 0:c:29:4a:f9:4b
e1000g0:1: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
inet6 2001:1b70:82a1:a:0:4000:3:1/64



eeisken View Public Profile for eeisken Find all posts by eeisken






Login or Register to Ask a Question

Previous Thread | Next Thread



10 MORE DISCUSSIONS YOU MIGHT FIND INTERESTING


1. SOLARIS


CONFIGURE RESOLV.CONF AND NSSWITCH.CONF

Hi, I've installed Solaris 11.3(live media) and configured DNS. Everytime I
reboot the server, resolv.conf got deleted and it created a new nsswitch.conf. I
used below to configure both settings: # svccfg -s dns/client
svc:/network/dns/client> setprop config/nameserver = (xx.xx.xx.aa... (1 Reply)

DISCUSSION STARTED BY: FLEXIHOPPER18

1 Replies


2. SHELL PROGRAMMING AND SCRIPTING


SCRIPT TO UPDATE RSYSLOG.CONF AND AUDITD.CONF

Hello all, Newbie here. I'm currently tasked with updating rsyslog.conf and
auditd.conf on a large set of servers. I know the exact logging configurations
that I want to enable. I have updated both files on on a server and hope to use
the updated files as a template for the rest of the... (3 Replies)

DISCUSSION STARTED BY: MIDE

3 Replies


3. UNIX FOR ADVANCED & EXPERT USERS


C PROGRAM TO DETECT DUPLICATE IP ADDRESS IF ANY AFTER ASSIGNING IP ADDRESS TO
ETHERNET INTERFACE

Hi , Could someone let me know how to detect duplicate ip address after
assigning ip address to ethernet interface using c program (3 Replies)

DISCUSSION STARTED BY: GOPI KRISHNA P

3 Replies


4. SHELL PROGRAMMING AND SCRIPTING


NEED TO GET RETURN CODE FROM MUTT IF AN ADDRESS IS INVALID/UNDELIVERABLE FROM
UNIX SHELL SCRIPT

I am using mutt on ksh Unix to send emails to addresses plucked from the
database. If the "To:" email address is not longer valid and so the email is not
sent to the "To:" recipient, but is sent to the valid cc address, I need to be
able to get an error code returned to the shell script so that... (3 Replies)

DISCUSSION STARTED BY: JZUBER

3 Replies


5. IP NETWORKING


DHCPD6.CONF INVALID IP ADDRESS

Hi I am trying to setup a very basic dhcp dual stack configuration, so I have 2
dhcpd.conf file dhcpd4.conf and dhcpd6.conf # cat /usr/local/etc/dhcpd4.conf
Subnet 10.45.192.0 netmask 255.255.248.0 { option subnet-mask 255.255.248.0;
option routers 10.45.192.1; }# cat... (2 Replies)

DISCUSSION STARTED BY: EEISKEN

2 Replies



6. SOLARIS


BASIC QUESTION ON SD.CONF AND LPC.CONF FILE

Hello Guys, Do we need to configure this file only if we add SAN disk or even if
we add local disk, do we need to modify? (4 Replies)

DISCUSSION STARTED BY: MOKKAN

4 Replies


7. RED HAT


SD.CONF AND LPFC.CONF

What would be Redhat RHEL 4.0 equivalent for Solaris sd.conf and lpfc.conf? What
are the files called and where are the files located? (1 Reply)

DISCUSSION STARTED BY: SOUPBONE38

1 Replies


8. UNIX FOR DUMMIES QUESTIONS & ANSWERS


PANIC KERNAL-MODE ADDRESS FAULT ON USER ADDRESS 0X14

:) Firstly Hi all!!, im NEW!! and on here hoping that someone might be able to
offer me some help... i have a server that keeps crashing every few days with
the error message: PANIC KERNAL-MODE ADDRESS FAULT ON USER ADDRESS 0X14 KERNAL
PAGE FAULT FROM (CS:EIP)=(100:EF71B5BD) EAX=EF822000... (10 Replies)

DISCUSSION STARTED BY: TWIX

10 Replies


9. UNIX AND LINUX APPLICATIONS


INVALID STACK ADDRESS ENCOUNTERED

Hello All, One of our applications is not able to start after trying to set p4
port. This is the log that is reported: JLaunchISetP4Port: set p4 port 50004
------------------------------------------- Signal 15 encountered. => 64 bit R/3
Kernel => 64 bit AIX Kernel => Heap limit ... (0 Replies)

DISCUSSION STARTED BY: ROSHNIMEHTA

0 Replies


10. UNIX FOR ADVANCED & EXPERT USERS


CONFIGURING SNMPD.CONF AND SNMPTRAPD.CONF

HI, I want a help for Configuring snmpd.conf and snmptrapd.conf (i.e Configuring
SNMP) for receiving TRAPS in my networks. I am using RHEL4.0 OS. Please tell me
How I can configure above two files in a proper way and at an advanced level.
Especially I am getting... (2 Replies)

DISCUSSION STARTED BY: JAGDISH.MACHHI@

2 Replies



Login or Register to Ask a Question

MEMBER BADGES AND INFORMATION MODAL

×

Close

All times are GMT -4. The time now is 02:30 AM.


Contact Us - The UNIX and Linux Forums - unix commands, linux commands, linux
server, linux ubuntu, shell script, linux distros. - Advertising - Top
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy