ISIS net Address configuration

Can any please let me know how to configure NET address in ISIS?
Is there any document whcih provide the conversion from IP Address to NET address details?

Hello Ganpat,
the NET address is a CLNS address and it is unique for the device
(CLNS doesn't use a different L3 address on different interfaces).
There is no corrispondence with IP address(es) on the device.
In designing your IS-IS networks routers in the same area need to be configured with a net with the same area-id.
the net is formed by two parts:
area-id
system-id
system-id has to be unique in the domain.
So you choice the net on your devices.
systems with same area-id can build L1 adjancencies
systems with different area-id can become L2 neighbors.
see
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f38.shtml
Hope to help
Giuseppe

Similar Messages

  • Coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpA

    Hi
    I have installed coheI have installed coherence server "fmw_12.1.3.0.0_coherence_Disk1_1of1.zip" along with Examples on windows machine and C++ client coherence-cpp-12.1.3.0.0b51709-windows-x86-vs2012.zip on the same machine.
    I have built the "contacts" C++ Example successfully and while I execute this "contacts" using run I am facing TcpAcceptor error.
    On my coherence server the TcpAcceptor is listening on port 8088, so I have modified the extend-cache-config.xml file with values "ip address of my windows machine" and port as "8088".
    All the time I am getting below error,
    coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
        at class coherence::lang::TypedHandle<class coherence::component::net::extend::PofConnection> __thiscall coherence::component::util::TcpInitiator::openConne
    ction(void)(TcpInitiator.cpp:307)
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::net::messaging::ConnectionException: coherence::component::util::TcpInitiator::TcpConnection@029EAD78{Id=NULL, Open=1, LocalAddress=NULL,
    RemoteAddress=10.242.152.242/10.242.152.242:8088}: socket disconnect
        at class coherence::lang::TypedHandle<class coherence::net::messaging::Response> __thiscall coherence::component::net::extend::AbstractPofRequest::Status::g
    etResponse(void)(AbstractPofRequest.cpp:203)
        at coherence::component::net::extend::AbstractPofRequest::Status::getResponse
        at coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse
        at coherence::component::util::Initiator::openConnection
        at coherence::component::net::extend::PofConnection::open
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object
    ,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void
    ,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::io::IOException: socket disconnect
        at unsigned int __thiscall coherence::net::Socket::readInternal(unsigned char *,unsigned int)(Socket.cpp:333)
        at coherence::net::Socket::readInternal
        at coherence::net::Socket::SocketInput::read
        at coherence::io::BufferedInputStream::fillBuffer
        at coherence::io::BufferedInputStream::read
        at coherence::component::util::TcpInitiator::readMessageLength
        at coherence::component::util::TcpInitiator::TcpConnection::TcpReader::onNotify
        at coherence::component::util::Daemon::run
        at coherence::lang::Thread::run
        on thread "ExtendTcpCacheService:coherence::component::util::TcpInitiator:coherence::component::util::TcpInitiator::TcpConnection::TcpReader"

    We are facing same issue.    Could you please provide us any working .Net sample code for the version 12.1.2.0.
    <ssl>
                  <protocol>Tls</protocol>
                  <local-certificates>
                    <certificate>
                      <url>c:\Cert\</url>
                      <password>password</password>
                      <flags>DefaultKeySet</flags>
                    </certificate>
                  </local-certificates>
                </ssl>
    thanks
    Bala

  • AADSTS50011: The reply address does not match the reply addresses configured for the application

    Can anyone tell me where to update the reply address?
    I have AD synced from on-prem to Azure, then I setup a website on azurewebsites.net, then created a CNAME record from portal.mydomain.com to portal.azurewebsites.net. When I try to login using portal.mydomain.com I get:
    AADSTS50011: The reply address does not match the reply addresses configured for the application.
    Can anyone help? Thanks
    Frank Russo

    Hi Frank69,
    Thanks for posting here!
    It appears to me that the application is unable to find the URL you have configured on Azure or could be missing from the list. As a result the application is attempting to authenticate against AAD but failing to match the URl it wants.
    I would suggest you to re-configure your AAD application on Azure and set one or more reply URLs.
    Reference link:
    http://www.matvelloso.com/2015/01/30/troubleshooting-common-azure-active-directory-errors/
    Regards,
    Sadiqh
    Disclaimer: This response contains a reference to a third party World Wide Web site.
    Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety,
    or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

  • SQL net easy configuration

    I can't connect Developer 2000 at a client site with the Database on th Server:
    AFTER INSTALLING THE DEVELOPER 2000 R2.1 ON THE CLIENT MACHINE(WIN 98),
    I NEED TO CONNECT HIM TO THE ORACLE DATABASE(ORACLE 8 ENTERPRISE EDITION)
    ON THE SERVER(WINNT),
    I DEFINED THE FOLLOWING SERVICE (DB ALIAS) ON THE ORACLE SERVER(TNSNAMES.ORA):
    XXX.WORLD =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 3.1.1.1)
    (PORT = 1521)
    (CONNECT_DATA = (SID = ORCL)
    WHAT I DID WAS THAT I WENT TO SQL NET EASY CONFIGURATION, AT CLIENT MACHINE
    AND SELECT TO ADD DATABASE ALIAS,
    THEN I ENTERED THE DB ALIAS NAME: KOKO (FOR EXAMPLE)
    THEN I ENTERED THE TCP\IP ADDRESS OF THE SERVER: 3.1.1.1,
    THEN I ENTERED THE DATA BASE INSTANCE : ORCL,
    THEN I CONFIRMED THE OPERATION AND EXIT THE SQL NET EASY CONFIGURATION.
    THEN I WENT TO THE TNSNAMES.ORA FILE, AND CHECK FOR THE DEFININTION, AND IT
    WAS OK. AND AS FOLLOWS:
    KOKO.WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = TCP.WORLD)
    (PROTOCOL = TCP)
    (HOST = 3.1.1.1)
    (PORT = 1521)
    (ADDRESS =
    (COMMUNITY = TCP.WORLD)
    (PROTOCOL = TCP)
    (HOST = 3.1.1.1)
    (PORT = 1526)
    (CONNECT_DATA = (SID = ORCL)
    THEN I TRYED TO CONNECT TO THE DATABASE USING SQLPLUS8 FROM THE USER MACHINE,
    BUT I GET THIS ERR MSG;
    ERROR:
    ORA-12154: TNS:COULD NOT RESOLVE SERVICE NAME
    I TRYED TO GO TO ORACLE REGISTRY FILE AND ADD A STRING LOCAL: XXX
    THIS XXX IS THE NAME OF THE DATABASE ALIAS ON THE SERVER.
    AFTER THAT I TRYED TO CONNECT TO THE DATABSE, AND I GOT THE SAME ERR MSG:
    ERROR MSG:
    ERROR:
    ORA-12154: TNS:COULD NOT RESOLVE SERVICE NAME
    IF YOU HAVE AN IDEA, I WILL APPRECIATE SHARING IT.
    null

    hi,
    If you are installing D2K on '98 please insure the following:
    1. does the cient machine have orawin95/98 folder?
    2. In orawin95/net80/admin you said you have TNSNAMES.ORA but do you also have SQLNET.ORA with a proper configuration pointing to TNSNAMES.ORA?
    Tushar

  • Could not verify net address while installing zones

    I created a zone , It shows me zone configured when i run the cmd "zoneadm list -vc" .
    But on the next step when i perform the install by running cmd "zoneadm -z zone1 install" , it gives me error could not verify net address .
    During configuring zone what should i give the ip address , pls help
    thanxs

    Would you post the /etc/zones/zone1.xml?

  • Net easy configuration assitant error

    I have oracle database having sid =pahwaerp in
    a system( wind 2003,tcp =192.54.18.15).
    Now i have installed 9ids in another machine.(win 2000 adv server)
    when i configure net easy configuration
    local net service name configuration
    i give there
    service name =pahwaerp
    tcp ip =192.54.18.15
    on testing coneection it gives error
    Connecting...Ora-12638 Credential retrieval failed.
    The test did not succeed.
    The same when i do net easy configuration from other machine having d2k re 2.1 there it works fine.
    Pls help me out.

    At DOS prompt do ping or tnsping to 192.54.18.15 or be sure if you have installed TCP/IP in that machine.
    Regards

  • Net easy Configuration error

    I have oracle database having sid =pahwaerp in
    a system( wind 2003,tcp =192.54.18.15).
    Now i have installed 9ids in another machine.(win 2000 adv server)
    when i configure net easy configuration
    local net service name configuration
    i give there
    service name =pahwaerp
    tcp ip =192.54.18.15
    on testing coneection it gives error
    Connecting...Ora-12638 Credential retrieval failed.
    The test did not succeed.
    The same when i do net easy configuration from other machine having d2k re 2.1 there it works fine.
    Pls help me out.

    At DOS prompt do ping or tnsping to 192.54.18.15 or be sure if you have installed TCP/IP in that machine.
    Regards

  • In.mpathd: No test address configured on interface

    Hi,
    I am getting error messages related to multipathing in dmesg output
    May 10 02:29:29 sskidb2 in.mpathd[165]: [ID 975029 daemon.error] No test address configured on interface ce2; disabling probe-based failure detection on it
    May 10 02:29:29 sskidb2 in.mpathd[165]: [ID 975029 daemon.error] No test address configured on interface ce0; disabling probe-based failure detection on it
    below the /etc/hostname.ce files:
    bash-3.00#more hostname.ce0
    192.168.50.58 netmask + broadcast + group primary_ipmp up addif 192.168.50.64 deprecated netmask + broadcast + up
    bash-3.00#more hostname.ce1
    192.168.50.62 netmask + broadcast + deprecated group primary_ipmp -failover standby up
    bash-3.00#more hostname.ce2
    172.16.50.68 netmask + broadcast + group iconnect_ipmp up addif 172.16.50.72 deprecated netmask + broadcast + up
    bash-3.00#more hostname.ce3
    172.16.50.70 netmask + broadcast + deprecated group iconnect_ipmp -failover standby up
    Below ifconfig output:
    /usr/sbin/ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 192.168.50.58 netmask ffffff00 broadcast 192.168.50.255
    groupname primary_ipmp
    ce0:1: flags=1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> mtu 1500 index 2
    inet 192.168.50.64 netmask ffffff00 broadcast 192.168.50.255
    ce0:2: flags=1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> mtu 1500 index 2
    inet 192.168.50.60 netmask ffffff00 broadcast 192.168.50.255
    ce1: flags=69040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,STANDBY,INACTIVE> mtu 1500 index 3
    inet 192.168.50.62 netmask ffffff00 broadcast 192.168.50.255
    groupname primary_ipmp
    ce2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
    inet 172.16.50.68 netmask ffff0000 broadcast 172.16.255.255
    groupname iconnect_ipmp
    ce2:1: flags=1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> mtu 1500 index 4
    inet 172.16.50.72 netmask ffff0000 broadcast 172.16.255.255
    ce3: flags=69040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,NOFAILOVER,STANDBY,INACTIVE> mtu 1500 index 5
    inet 172.16.50.70 netmask ffff0000 broadcast 172.16.255.255
    groupname iconnect_ipmp
    What can be the possible reason for this.
    Pls reply.
    Thanks.
    Harish Maliwal

    hi,
    configure the test address in the stand by interface.

  • Installing Sql net-easy configuration assistant

    I had installation of Oracle 8.i Server and I have made an installation of all Oracle 8.i Client on my desktop, but it failed before installing the package for Sql net-easy configuration.
    I retry to deinstall and install all Oracle package, but I was unable to reach again the same step.
    How do I install the Sql net easy package, in order to get it available within the Oracles menu in the Window Start menu?
    Thanks
    Roberto

    hi,
    If you are installing D2K on '98 please insure the following:
    1. does the cient machine have orawin95/98 folder?
    2. In orawin95/net80/admin you said you have TNSNAMES.ORA but do you also have SQLNET.ORA with a proper configuration pointing to TNSNAMES.ORA?
    Tushar

  • Net Services Configuration.

    hi all
    i am using Linux Enterprise edition and i installed Oracle Database 11gR2
    but while runing the $ Netca
    i got the following error.
    Error: null
    check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_oradb11g_home1-1005075PM3638.log
    Oracle Net Services configuration failed. The exit code is 1.
    any suggestion?
    Is this a bug?
    Sarah

    any suggestion?SQL*Net is NOT required to run Oracle RDBMS.
    listener.ora is not required for V10+
    lsnrctl start
    just do command above

  • Where does Sting to IP get the net address if the computer is disconnected from the net? It should return the same I

    P/Net address� it did not change. Internet Protocal(TCP/IP) Properties did not change. When the network is physically disconnected, my VI after several runs returns 127.0.0.1. So, how do I get my IP address whether it�s connected to the network or not?Thanks in advance for your help.

    P/Net address� it did not change. Internet Protocal(TCP/IP) Properties did not change. When the network is physically disconnected, my VI after several runs returns 127.0.0.1. So, how do I get my IP address whether it�s connected to the network or not?If you're getting a dynamically assigned IP address from the network, then String to IP will return that IP but it may not be constant. See if TCP/IP properties are set to "Obtain an IP address automatically". If you disconnect from the network, then the IP address will default to something and I wouldn't be surprised if the default is 127.0.0.1. If you want to always have the same IP, then the ICP/IP properties should be changed to use a fixed IP but you'll certainly need to check with your IS department before doing so.

  • The car gauge app available from the itunes store utilizes an OBDII Bluetooth adapter, but I can't configure the Bluetooth address. How can I use this app I just installed, it has to have the Bluetooth address configured.

    I saw an advertisement in a car magazine for an app that would provide gauge read outs available for download from the app store. So I went to the app store, found the app, downloaded and installed it. I then purchased the Bluetooth OBD hardware adapter required to transmit the data from the car to the phone. The adapter has to be configured for the app to communicate with it. This is an apple approved app. But everything I've read says that apple will not allow iPhone owners to make any adjustments to their Bluetooth addresses. And that iPhone only provides Bluetooth connectivity to basic head sets speakers and audio formats through the car stereos ( but no audio streaming). 
    Bottom line, apple approved app and hardware that can't be configured unless I perform a jailbreak? I don't want to JB the phone but it seems that apple has left me with no other options. I've already invested time and money on this software and hardware. Their must be a legitimate way to use this apple approved software. Does anyone know how to adjust/configure bluetooth settings/addresses?

    Generally, if you have to enter a code for bluetooth, your iPhone will ask you to enter a 4 digit code when pairing.  Check the instructions for the device you are trying to pair with your iPhone.  The instructions should give you the code in the pairing instructions, if a code is required.

  • Best practice for OID Net Naming Configuration in global company

    I'd like some feedback on what approach to take in configuring Net Service Names in OID for a global company. We have multiple sites with multiple groups of DBA's. We're weighing pro's and con's of a single domain within OID for Net service names vs a separate domain for each distinct group of DBA's that manage service names.
    To the best of my understanding, it is only possible to configure clients to look at a single domain in OID vs ldap.ora parameter default_admin_context. We have users who access databases across different DBA support areas, so we like the idea of a single domain so that any service name within the enterprise can be resolved by users without having service names entered at multiple levels in the directory.
    However, it is also my understanding that to segregate security of administering service names, it is only possible to do so by having different domains within the directory (it is not possible or at least practical to have different levels of security defined in a single flat domain). I also have concerns about the manageability of service names if they are all listed in a single domain. The list could get rather unwieldy to sort through.
    I would be very interested in opinion or feedback on what others are doing.
    Thanks,

    I'd like some feedback on what approach to take in configuring Net Service Names in OID for a global company. We have multiple sites with multiple groups of DBA's. We're weighing pro's and con's of a single domain within OID for Net service names vs a separate domain for each distinct group of DBA's that manage service names.
    To the best of my understanding, it is only possible to configure clients to look at a single domain in OID vs ldap.ora parameter default_admin_context. We have users who access databases across different DBA support areas, so we like the idea of a single domain so that any service name within the enterprise can be resolved by users without having service names entered at multiple levels in the directory.
    However, it is also my understanding that to segregate security of administering service names, it is only possible to do so by having different domains within the directory (it is not possible or at least practical to have different levels of security defined in a single flat domain). I also have concerns about the manageability of service names if they are all listed in a single domain. The list could get rather unwieldy to sort through.
    I would be very interested in opinion or feedback on what others are doing.
    Thanks,

  • Virtual address configure listener.ora and tnsnames.ora files on Solaris10

    Hi,
    I have installed Oracle 10g R2 on Solaris 10 U4 SPARC.
    I need to configure Oracle 10g to work with Storage Foundation for Oracle v5.0.
    After Oracle installation listener.ora listens on host IP address.
    So I have changed to listens on the Virtual IP address. This is a requirement:
    All listeners to be configured must listen to the same virtual IP address
    Could you please tell what to correct to have my Oracle working correctly?
    listener.ora:
    -bash-3.00$ cat listener.ora
    # listener.ora Network Configuration File: /export/home/u01/app/oracle/product/10.2.0/Db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /export/home/u01/app/oracle/product/10.2.0/Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.160.19.64)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    tnsnames.ora:
    -bash-3.00$ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /export/home/u01/app/oracle/product/10.2.0/Db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.160.19.64)(PORT = 1158))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Also connecting by web browser http://10.160.19.64:1158/em I am not able to start listener:
    Details TNS-12541: TNS:no listener
    Using the command listener start it starts successfully.
    Kind regards,
    Daniel

    The port in listener.ora nad tnsnames.ora are now the same - 1521
    After this trying logining by Web page there is an error:
    Error
    Io exception: The Network Adapter could not establish the connection
    When I run netca tool and I reconfigure listener netca change the IP address to sun3 which has 10.160.19.49. After this listener works fine and I am able to connect by Web page.
    bge0 10.160.19.49 - is the base IP address
    bge0:2 10.160.19.64 - is the virtual IP address
    I want listener to listen on 10.160.19.64.

  • PPP and IPv6 stateless address configuration

    Hello everyone.
    I'm doing some tests with IPv6 over PPP. Using IPv6 over the Ethernet you can use the "stateless address autoconfiguration" to assign a global IPv6 address to a machine when in.ndpd is running on one machine in the network.
    Is it possible to do stateless autoconfiguration using a PPP connection ?
    The computer which shall configure itself is running under Solaris. Currently I use only one computer with two instances of pppd running. The interfaces "sppp0"/"sppp1" do not have the "ADDRCONF" flag set. After setting this flag manually using ioctl(SIOCSLIFFLAGS) ifconfig says that the ADDRCONF flag is set but the address is not automatically configured.
    ndpd.conf contains the following lines:
    prefix (a test prefix here) sppp0
    prefix (another test prefix here) sppp1
    I re-started in.ndpd after the PPP connection was up but this did not help.
    Any ideas ?
    Martin

    Hello again.
    It seems I only forgot the "if sppp0 AdvSendAdvertisements on" line in the ndpd.conf file.
    Address autoconfiguration seems to work now. I tested a connection between a computer running Linux and a computer running Solaris - it worked well.
    Martin

Maybe you are looking for