Sponsored Content
Special Forums IP Networking Maximum IP Address Configured on Intel Network Adapter Post 302359620 by pludi on Wednesday 7th of October 2009 04:31:12 AM
Old 10-07-2009
Since both are based on the same kernel (as far as I know), it's safe to assume that both share the same IP stack and it's limitations.

And 5 different IP addresses shouldn't be a problem for any modern server OS.
This User Gave Thanks to pludi For This Post:
 

10 More Discussions You Might Find Interesting

1. Solaris

Sun v440/v880 network adapter teaming

Is it possible to team two network adapters for fault tolerance in a Sun v440 or v880 Solaris 8 box? If so how would I go about doing so? (1 Reply)
Discussion started by: ghuber
1 Replies

2. AIX

hacmp network adapter re-define

I have an LPAR in a P5 machine which has been setup in an HACMP cluster. The person who set it up allocated the wrong network adapter (en) to the persistent network. For the life of me I cannot find where I can re-assign this adapter. Anyone able to help me as I am tearing my hair out and do not... (1 Reply)
Discussion started by: johnf
1 Replies

3. AIX

change network adapter

hello i've need to change network adapter on machine H80 aix 4.3.3 hacmp ( ent0 ) what i need to do after the new adapter installed on the machine? thanks best regards ariec (1 Reply)
Discussion started by: ariec
1 Replies

4. AIX

How to active this network adapter?

When I configure two VIO Servers, VIOS1 used to ping its gateway, after I configured second VIOS2, VIOS1 cannpt ping its gateway, when I run this command: entstat -all ent#|grep -i priority Priority: 5 Active: False How to make Active to True? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

5. UNIX for Dummies Questions & Answers

External Network Adapter for Solaris 10

Hi All, I am new here - this is my first post. I have installed Solaris 10 5/09 on my Dell M6300. The install went well, but the Dell's onboard network card is the Broadcom BCM5756ME Gigabit Ethernet - and sadly no Solaris driver exists for it. The Solaris 10 install just jumped by the... (1 Reply)
Discussion started by: soulmerchant
1 Replies

6. UNIX for Dummies Questions & Answers

SCO Unixware 7.1.4 Network Adapter Error

Hi All I P2Vd a Unixware 7.1.4 box with VMWare Vsphere. I try to add a network adapter under Network Configuration Manager and it comes up with the error attached. I've added a virtual adapter using the "E1000" option. It detects both the AMD PCI NET and E1000 virtual adapters under Network... (8 Replies)
Discussion started by: flashinwrx
8 Replies

7. UNIX for Dummies Questions & Answers

Simulated driver for Network Interface Adapter

Hi all, I got sort of a task to do. I have to write in C "simulated network driver". What does it mean? - It has to run on all network adapters - It has to be as simple as it can be - It has to run on all linux distributions (or at least most of them) - It does not have to run a network... (4 Replies)
Discussion started by: Chrisdot
4 Replies

8. IP Networking

Virtual Adapter MAC address..

Hi, I just want to know whether two MAC address can exist in a adapter.. I mean one there will be mandatory one And another as user defined one.. Any replies will be more helpful.. Please help.. :wall: (0 Replies)
Discussion started by: Priya Amaresh
0 Replies

9. Hardware

Problematic RTL8188EE Wireless Network Adapter

Good Day All, There are numerous results when searching google on this issue, however, none seem to have a solution. I have read until my eyes bleed and banged my head on the table more than once! :) I am hoping to resolve this issue -- or at least have a decent workaround. It is a real... (13 Replies)
Discussion started by: RogerBaran
13 Replies

10. SCO

Can not recognize network adapter SCO UNIX in HP z400

hi .I've installed an operating system SCO in HP Z400 and network cards ZyXEL model FN312 with Chipset RTL8139D put it on .network card installed but do not display network card with command ifconfig -a in list and just show loopback. show message : dlpid:unable to open network adapter driver... (14 Replies)
Discussion started by: moein.mojtaba
14 Replies
DHCP6S(8)						    BSD System Manager's Manual 						 DHCP6S(8)

NAME
dhcp6s -- DHCPv6 server SYNOPSIS
dhcp6s [-c configfile] [-Ddf] [-k ctlkeyfile] [-p ctlport] [-P pid-file] interface DESCRIPTION
dhcp6s replies to DHCPv6 client as DHCPv6 server. dhcp6s can give the following information to clients. o IPv6 prefixes for the requesting site o Non-temporary IPv6 addresses o A list of the DNS server addresses o DNS Domain Search List o A list of the NTP server addresses o A list of the SIP server addresses o SIP Server domain name o A list of the NIS server addresses o NIS domain name o A list of the NIS+ server addresses o NIS+ domain name o A list of the BCMCS server addresses o BCMCS Server domain name Command line options are as below: -c configfile Use configfile as the configuration file. -d Print debugging messages. -D Even more debugging information is printed. -f Foreground mode (useful when debugging). Although dhcp6s usually prints warning, debugging, or error messages to syslog(8), it prints the messages to standard error if this option is specified. -k ctlkeyfile Use ctlkeyfile to store the shared secret to authenticate the communication with dhcp6ctl. The default file name used when unspeci- fied is /etc/wide-dhcpv6/dhcp6sctlkey. The default name is intentionally same as that for dhcp6ctl so that the server and the con- trol command can share the file when dhcp6ctl controls the server on the same node, which should be the typical case. -p ctlport Use ctlport as the port number listening on to communicate with dhcp6ctl. -P pid-file Use pid-file to dump the process ID of dhcp6s. FILES
/etc/wide-dhcpv6/dhcp6s.conf is the default configuration file. /var/lib/dhcpv6/dhcp6s_duid is the default file to store the server's DUID. /etc/wide-dhcpv6/dhcp6sctlkey is the default key file to communicate with the control command. See dhcp6ctl(8) for the file format. /var/run/dhcp6s.pid is the default file that contains pid of the currently running dhcp6s. SEE ALSO
dhcp6s.conf(5), dhcp6ctl(8), dhcp6c(8) Ralph Droms, Editor, Dynamic Host Configuration Protocol for IPv6 (DHCPv6), RFC 3315, 2003. HISTORY
The dhcp6s command first appeared in WIDE/KAME IPv6 protocol stack kit. The -n dnsserv command-line option was obsoleted by introducing a configuration file. BUGS
dhcp6s is incomplete and violates DHCPv6 protocol spec, in several aspects. To name a few: 1. it does not assign temporary IPv6 addresses (nor will). KAME
Sep 12, 1999 KAME
All times are GMT -4. The time now is 10:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy