JMF with IPv6

Hello!
I am trying to solve the MediaLocator problem wirh JMF and IPv6. I read the solution for JMF with IPv6 allready brought up in this forum and the article 'http://www.ctie.monash.edu.au/DSS-IPv6/jmf-ipv6.htm', but it is not working.
I checked all hints, and all my IPv6 settings like reverse lookup on my machine... but I still get the message 'Cannot create the DataSink: java.io.IOException: No Valid RTP MediaLocator
Failed to create a DataSink for the given output MediaLocator' when i try to transmit a rtp stream.
I am using Linux with working (allready tested), Java 1.5 and JMF2.1.1e
Does anybody has a suggestion how to solve my problem and how to use JMF with IPv6.
Thanks
Adam

Hello!
I am trying to solve the MediaLocator problem wirh JMF and IPv6. I read the solution for JMF with IPv6 allready brought up in this forum and the article 'http://www.ctie.monash.edu.au/DSS-IPv6/jmf-ipv6.htm', but it is not working.
I checked all hints, and all my IPv6 settings like reverse lookup on my machine... but I still get the message 'Cannot create the DataSink: java.io.IOException: No Valid RTP MediaLocator
Failed to create a DataSink for the given output MediaLocator' when i try to transmit a rtp stream.
I am using Linux with working (allready tested), Java 1.5 and JMF2.1.1e
Does anybody has a suggestion how to solve my problem and how to use JMF with IPv6.
Thanks
Adam

Similar Messages

  • How can I use JMF with IPv6 ? (Help me please)

    I have to develop VoIPv6 application. Then I decide to use Java language and JMF to implement it.
    I tried to run AVTransmit2,AVReceive2 and AVTransmit3,AVReceive3,RTPSocketAdapter, they're work in IPv4 but not work in IPv6.
    So I tried to solve this problem by searching from websites.
    One suggestion is adding the -Djava.net.preferIPv6Addresses=true when using the java command. But it doesn't work.
    Another suggestion is modify the RTPSocketAdapter, I have read this source code but I have no idea to modify it.
    So if anyone has an idea to solve my problem, please advise me please. Your answer will be appreciated.
    ================================================
    I tested on WindowXP (already install IPv6), jdk1.5, JMF2.1.1e.

    Siri is not on the iPad 2.

  • HT2497 how to setup airport to work with IPV6

    How can I setup my AE to work with IPV6 that was launch last night in the east coast? Or there is no need for me to do anything on my AE because it will setup itself automatically?
    Thanks,
    TCFL

    IPv6 service comes in a variety of "flavors" so it would be difficult to provide you with exact configuration settings for your AirPort router.
    I would first check with your ISP to see if they have implemented IPv6 service. If they have, they should provide you with what requirements must be satisfied to use IPv6.

  • Facing issue in HSRP configuration with IPV6

    Hi,
    i am trying to configure hsrp with ipv6 and all command are running for hsrp excep this command standby 1 ipv6 2001::10/64
    and i have also tried  standby 1 ipv6 2001::10, then showing error:- % invalid link-local address.
    i have also configred  standby 1 ipv6 autoconfig then hsrp is not running
    So i need help kindly help me anyone one this.

    Hi Daljitsinghtagore,
    UPDATE:: I found this video from Cisco TAC, this will walk you through configguring IPv6 HSRP. I hope this helps
    https://supportforums.cisco.com/videos/2829
    I have never configured IPv6 HSRP, so you will have to bear with me.
    But something I do notice off the bat is that you are using the '2001::/64' address space.
    Link local addresses are addresses local to that interface and are used to reach neigbors hence the name link local. these addresses beguin with fe80::/10 im pretty sure if you tried fe80::10 as the IPv6 address your router would accept it.
    As soon as you run the command ipv6 enable under an interface
    e.g. router(config-if)ipv6 enable. - This enables a eui-64 link local address.
    If you then do a 'sh ipv6 interface brief'
    you should get an address starting fe80: this is your routers link loal address.
    See below snippet from Cisco
    "The purpose of this document is to provide an  understanding of IPv6 Link-local address in a network. A link-local  address is an IPv6 unicast address that can be automatically configured  on any interface using the link-local prefix FE80::/10 (1111 1110 10)  and the interface identifier in the modified EUI-64 format. Link-local  addresses are not necessarily bound to the MAC address (configured in a  EUI-64 format). Link-local addresses can also be manually configured in  the FE80::/10 format using the ipv6 address link-local command.
    These addresses refer only to a particular physical link and are used  for addressing on a single link for purposes such as automatic address  configuration and neighbor discovery protocol. Link-local addresses can  be used to reach the neighboring nodes attached to the same link. The  nodes do not need a globally unique address to communicate. Routers will  not forward datagram using link-local addresses. IPv6 routers must not  forward packets that have link-local source or destination addresses to  other links. All IPv6 enabled interfaces have a link-local unicast  address."
    http://www.cisco.com/en/US/tech/tk872/technologies_configuration_example09186a0080ba1d07.shtml#intro
    I will load up GNS3 later when I have some time to confirm.
    Regards,
    Liam
    Message was edited by: Liam Kenneally

  • JMF with Fobs4jmf:  Problem getting supported formats

    I'm trying to use JMF with fobs4jmf to try stitching together video files into a single file. Fortunately, I found a sample program to do just that in the SDN website (http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/Concat.html).
    I copied and pasted the Concat.java class in a new Eclipse Java class, set up the classpaths, and tested it. (I've gone through the pain of setting up and resetting classpaths so that the JMF diagnostics is able to detect the correct JMF installation in my machine).
    However, in the tryMatch method of Concat.java, I am getting an empty array of Format objects, represented by the "supported" variable, during a call to the following:
    {color:#0000ff}TrackControl tc = pInfo[0].tracksByType[type][trackID].tc;
    Format origFmt = tc.getFormat();
    Format newFmt, oldFmt;
    Format supported[] = tc.getSupportedFormats();
    for (int i = 0; i < supported.length; i++) {
    if (supported[i] instanceof AudioFormat) {
    // If it's not the original format, then for audio, we'll
    // only do linear since it's more accurate to compute the
    // audio times.
    if (!supported.matches(tc.getFormat()) &&
    !supported[i].getEncoding().equalsIgnoreCase(AudioFormat.LINEAR))
    continue;
    {color:#000000}Here's my problem: While on debug mode, I see that the "supported" variable shows an empty array, when I look deeper in the TrackControl tc variable and look the its supportedFormats instance variable, I can see that it has a value. For my testing, I used a .mov file and the supportedFormats variable contains an {color:#0000ff}AudioFormat{color} with the value {color:#0000ff}mp4a, 32000.0 Hz, 16-bit, Stereo, BigEndian, Signed, FrameSize=32 bits{color}.
    {color}
    {color:#000000}I can't get past through this hurdle for now. Why am I getting an empty array of Format objects when the TrackControl tc variable actually contains value in its supportedFormats property?
    I'd appreciate any help on this matter.
    Anthony
    {color}
    {color}

    I again don't have my code in front of me, but I did take a look at the sample code my code is based on...
    Format format = tracks.getFormat();
    if (tracks[i].isEnabled()) {
    supported = tracks[i].getSupportedFormats();
    Just a shot in the dark, but perhaps getSupportedFormats returns the empty set when the TrackControl object is disabled?
    Try enabling the TrackControl before you try to get its supported formats, and see if that changes the behavior in any sort of meaningful way?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error in feeding JMF with inputstream, please help

    Hi,
    in order to feed JMF with inputstreams, audioinputstreams actually, you have to modify the DataSource.java and write a custom one so that it accepts inputstreams for the construction of the datasource, because with MediaLocator you can only specify existing files in the hard disk or somewhere in the network.
    Searching I found this ByteBufferDataSource, which allows you to construct a DataSource from a ByteBuffer object.
    The problem is that when using it and trying to send the stream via RTP to another machine, i get the following error:
    Exception in thread "JMF thread: com.sun.media.ProcessEngine@d6a05e[ com.sun.media.ProcessEngine@d6a05e ] ( configureThread)" java.lang.NullPointerException
         at com.sun.media.ProcessEngine.isRTPFormat(ProcessEngine.java:99)
         at com.sun.media.ProcessEngine.reenableHintTracks(ProcessEngine.java:107)
         at com.sun.media.ProcessEngine.doConfigure(ProcessEngine.java:63)
         at com.sun.media.ConfigureWorkThread.process(BasicController.java:1370)
         at com.sun.media.StateTransitionWorkThread.run(BasicController.java:1339)
    This error has appeared in some other post, but haven�t found the solution to it, I guess is something to do with the file format.
    So please, I really need your help with this, as I�m getting stuck in a academical project because of this. I attach the bytebufferdatasource
    Thank you for your time,
    bye
    import javax.media.protocol.ContentDescriptor;
    import javax.media.protocol.PullDataSource;
    import java.nio.ByteBuffer;
    import java.io.IOException;
    import javax.media.MediaLocator;
    import javax.media.Duration;
    import javax.media.Time;
    * @author Chad McMillan
    public class ByteBufferDataSource extends PullDataSource {
    protected ContentDescriptor contentType;
    protected SeekableStream[] sources;
    protected boolean connected;
    protected ByteBuffer anInput;
    protected ByteBufferDataSource(){
    * Construct a <CODE>ByteBufferDataSource</CODE> from a <CODE>ByteBuffer</CODE>.
    * @param source The <CODE>ByteBuffer</CODE> that is used to create the
    * the <CODE>DataSource</CODE>.
    public ByteBufferDataSource(ByteBuffer input, String contentType) throws IOException {
    anInput = input;
    this.contentType = new ContentDescriptor(contentType);
    connected = false;
    * Open a connection to the source described by
    * the <CODE>ByteBuffer/CODE>.
    * <p>
    * The <CODE>connect</CODE> method initiates communication with the source.
    * @exception IOException Thrown if there are IO problems
    * when <CODE>connect</CODE> is called.
    public void connect() throws java.io.IOException {
    connected = true;
    sources = new SeekableStream [1];
    sources[0] = new SeekableStream(anInput);
    * Close the connection to the source described by the locator.
    * <p>
    * The <CODE>disconnect</CODE> method frees resources used to maintain a
    * connection to the source.
    * If no resources are in use, <CODE>disconnect</CODE> is ignored.
    * If <CODE>stop</CODE> hasn't already been called,
    * calling <CODE>disconnect</CODE> implies a stop.
    public void disconnect() {
    if(connected) {
    sources[0].close();
    connected = false;
    * Get a string that describes the content-type of the media
    * that the source is providing.
    * <p>
    * It is an error to call <CODE>getContentType</CODE> if the source is
    * not connected.
    * @return The name that describes the media content.
    public String getContentType() {
    if( !connected) {
    throw new java.lang.Error("Source is unconnected.");
    return contentType.getContentType();
    public Object getControl(String str) {
    return null;
    public Object[] getControls() {
    return new Object[0];
    public javax.media.Time getDuration() {
    return Duration.DURATION_UNKNOWN;
    * Get the collection of streams that this source
    * manages. The collection of streams is entirely
    * content dependent. The MIME type of this
    * <CODE>DataSource</CODE> provides the only indication of
    * what streams can be available on this connection.
    * @return The collection of streams for this source.
    public javax.media.protocol.PullSourceStream[] getStreams() {
    if( !connected) {
    throw new java.lang.Error("Source is unconnected.");
    return sources;
    * Initiate data-transfer. The <CODE>start</CODE> method must be
    * called before data is available.
    *(You must call <CODE>connect</CODE> before calling <CODE>start</CODE>.)
    * @exception IOException Thrown if there are IO problems with the source
    * when <CODE>start</CODE> is called.
    public void start() throws IOException {
    * Stop the data-transfer.
    * If the source has not been connected and started,
    * <CODE>stop</CODE> does nothing.
    public void stop() throws IOException {
    }

    Sorry for the formatting, I attach it again here with well format:
    the error was:
    Exception in thread "JMF thread: com.sun.media.ProcessEngine@d6a05e[ com.sun.media.ProcessEngine@d6a05e ] ( configureThread)" java.lang.NullPointerException
         at com.sun.media.ProcessEngine.isRTPFormat(ProcessEngine.java:99)
         at com.sun.media.ProcessEngine.reenableHintTracks(ProcessEngine.java:107)
         at com.sun.media.ProcessEngine.doConfigure(ProcessEngine.java:63)
         at com.sun.media.ConfigureWorkThread.process(BasicController.java:1370)
         at com.sun.media.StateTransitionWorkThread.run(BasicController.java:1339)
    and the java file for generating the datasource from the bytebuffer was:
    import javax.media.protocol.ContentDescriptor;
    import javax.media.protocol.PullDataSource;
    import java.nio.ByteBuffer;
    import java.io.IOException;
    import javax.media.MediaLocator;
    import javax.media.Duration;
    import javax.media.Time;
    * @author  Chad McMillan
    public class ByteBufferDataSource extends PullDataSource {
        protected ContentDescriptor contentType;
        protected SeekableStream[] sources;
        protected boolean connected;
        protected ByteBuffer anInput;
        protected ByteBufferDataSource(){
         * Construct a <CODE>ByteBufferDataSource</CODE> from a <CODE>ByteBuffer</CODE>.
         * @param source The <CODE>ByteBuffer</CODE> that is used to create the
         * the <CODE>DataSource</CODE>.
        public ByteBufferDataSource(ByteBuffer input, String contentType) throws IOException {
            anInput = input;
            this.contentType = new ContentDescriptor(contentType);
            connected = false;
         * Open a connection to the source described by
         * the <CODE>ByteBuffer/CODE>.
         * <p>
         * The <CODE>connect</CODE> method initiates communication with the source.
         * @exception IOException Thrown if there are IO problems
         * when <CODE>connect</CODE> is called.
        public void connect() throws java.io.IOException {
            connected = true;
            sources = new SeekableStream [1];
            sources[0] = new SeekableStream(anInput);
         * Close the connection to the source described by the locator.
         * <p>
         * The <CODE>disconnect</CODE> method frees resources used to maintain a
         * connection to the source.
         * If no resources are in use, <CODE>disconnect</CODE> is ignored.
         * If <CODE>stop</CODE> hasn't already been called,
         * calling <CODE>disconnect</CODE> implies a stop.
        public void disconnect() {
            if(connected) {
                sources[0].close();
            connected = false;
         * Get a string that describes the content-type of the media
         * that the source is providing.
         * <p>
         * It is an error to call <CODE>getContentType</CODE> if the source is
         * not connected.
         * @return The name that describes the media content.
        public String getContentType() {
            if( !connected) {
           throw new java.lang.Error("Source is unconnected.");
            return contentType.getContentType();
        public Object getControl(String str) {
            return null;
        public Object[] getControls() {
            return new Object[0];
        public javax.media.Time getDuration() {
            return Duration.DURATION_UNKNOWN;
         * Get the collection of streams that this source
         * manages. The collection of streams is entirely
         * content dependent. The  MIME type of this
         * <CODE>DataSource</CODE> provides the only indication of
         * what streams can be available on this connection.
         * @return The collection of streams for this source.
        public javax.media.protocol.PullSourceStream[] getStreams() {
            if( !connected) {
           throw new java.lang.Error("Source is unconnected.");
            return sources;
         * Initiate data-transfer. The <CODE>start</CODE> method must be
         * called before data is available.
         *(You must call <CODE>connect</CODE> before calling <CODE>start</CODE>.)
         * @exception IOException Thrown if there are IO problems with the source
         * when <CODE>start</CODE> is called.
        public void start() throws IOException {
         * Stop the data-transfer.
         * If the source has not been connected and started,
         * <CODE>stop</CODE> does nothing.
        public void stop() throws IOException {
    }

  • Problem with IPV6 Firewall since firmware 7.6.1

    I have problem with IPV6 Firewall (port forwarding using a HE tunnel) since firmware 7.6.1 upgrade,  IPV6 oubound is working, but ports are not forwarding to my local IPV6 adress, have used IPV6 Firewall, and it worked before
    Ant sugesttions, solutions?

    Go back one firmware version into release 7.6
    I had similar problems with an IPv6 tunnel not working anymore after the 7.6.1 upgrade.
    When I 'rolled' back to 7.6, my IPv6 tunnel came back working.
    I also use the old Airport Express application on my OS/X, the new one with the globe on the black screen is missing IPv6 tabs in the application..

  • Possible Xcelsius conflict with IPv6

    Xcelsius and IPv6:
    We ran into an interesting issue on a client site this past week. First time implementing an install on a Windows Server 2008.
    Environment:
    Win Svr 2008
    IIS 7
    Ipv6 & Ipv4 enabled
    BOE 3.1 w/ Xcelsius 2008
    The install went flawlessly with the ability to export objects/reports to the enterprise system, etc - with no problems. However, Xcelsius had issue with trying to connect to the CMS when trying to save/export to BOE 3.1 (and ONLY Xcelsius)
    We noticed they are running a NIC with IPv4 and IPv6 simultaneously (clearly listing a long hexidecimal IP address labeled IPV6 in IPCONFIG)
    So we went into the CMC/CMS properties and there is a box to manually enter an IPv4 and IPv6 IP address, respectively. If you try to enter addresses in both boxes, when you restart the CMS -- it will reset back to the default which automatically obtains the host. Therefore, we entered purely the IPv4 address and restarted the CMS.
    First issue resolved.  We were able to then hit Enterprise from Xcelsius... until you tried to save. Then it thought the Input FRS was down. So we had to perform the same step for the Input FRS and force it to a static IPv4 address of the server.
    Using the host name didn't work (that is the other option in the server properties for each service). I imagine you could play with the host file, but then you may have to do that for each client.
    In the end forcing the IPv4 address for the CMS and Input FRS properties did the trick, but it is strange because if you used the defaults -- the publishing wizard, for example, which hits the CMS and the Input FRS when importing objects -- didn't have a single problem. Only Xcelsius appears to conflict with IPv6.
    Thoughts? We would have figured it would use the same methods to connect to communicate with enterprise as Crystal Reports client, publishing wizard, etc. However, I did notice in SAP's IPv6 documentation on the Support Portal, that although 3.1 does handle IPv6 -- Desktop Intelligence still does not. Perhaps Xcelsius should be added to that list in the documentation?
    This is fine for a server with a static IP, but if for some reason their server is using a dynamic address and relying on the host DNS -- this could be an issue.
    Thoughts?

    HI,
    I've heard this problem before, but I haven't heard of a resolution.
    The NI's GPIB driver (NI-488.2) will not work with the Measurement Computing board. Not in LabVIEW 5 or 6. If you are using the GPIB VIs in LabVIEW 5 with the Measurement Computing board is because the MC driver replaced something.
    A device driver is a software component that requires detailed knowledge of the hardware it manages. NI's driver is written to control NI's GPIB hardware ONLY. The same applies to the MC driver.
    The driver also provides a Language interface, so that you can access the driver's functionality. To program in C, a driver will provide a header file with the function declarations and a dll (or static library). For LabVIEW the driver will provide the V
    Is. These VIs are provided by the driver and developed by the driver manufacturer. Most likely these VIs are wrappers for the dll function calls. This mechanism hasn't changed between versions of LabVIEW.
    You should contact Measurement Computing. They should be able to troubleshoot the problem, since they know what their driver installs.
    DiegoF
    National Instruments.

  • Using JMF with JBuilder

    I was trying to use JMF with JBuilder 2005 but didnt know how to configure the libraries. I asked many people but no one could help me. I just found a web site about this problem so i would like to share it with those who are facing the same problem. hope it will help.
    check http://www.computer-logic.net/javafaq/JFAQ_MediaFiles.htm

    put the two jar files,jdom jar and xerces.jar files into the resourec in jbuilder.sorry if i am not clear in the answer.
    cheers

  • SCCM 2012 Query to find units with IPv6 Enabled?

    We've found a need to locate computers that may have IPv6 enabled for audit purposes, and then we'll disable them at a later date.
    Has anyone been able to create a successful query in SCCM 2012 to get that information? 
    I found this but it spit back the IPv4 info for all the units in our device collection, plus it's for SCCM 2007. http://www.myitforum.com/forums/Query-for-systems-with-IPv6-enabled-m227020.aspx
    Appreciate any input, thanks!
    This topic first appeared in the Spiceworks Community

    If you're using % in the value field the operator must be "Like" . In your case, the query should look like
    select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User where SMS_R_User.UserPrincipalName Like
    "TQA%" order by SMS_R_User.UserPrincipalName
    Kindly mark as answer/Vote as helpful if a reply from anybody helped you in this forum. Delphin

  • Access with IPv6 fails since yesterday

    Hi,
    i try to connect to SharePoint Online by IPv6. I'm currently running in Dual Stack.
    I can browse to other Websites without a Problem, because they are not announcing an IP address for a Server, which does not work (most of them). And when they do (like Google.com), I get the Webpage delivered by IPv6.
    C:\Windows\System32>nslookup mytenant.sharepoint.com
    Server:  $MYDNSServer
    Address:  2a02:2528:... (snippet out)
    Non-authoritative answer:
    Name:    prodnet21-30selectora0001.sharepointonline.com.akadns.net
    Addresses:  2a01:111:f402:940e::26
              191.234.198.26
    Aliases:  mytenant.sharepoint.com
              prodnet21-30a0001.sharepointonline.com.akadns.net
    This is what nslookup gets. And the Windows System tries to connect to the IPv6 address. When I disable IPv6 on the Network Adapter, i have no Problems anymore.
    It's not the first Service that does not really work with IPv6 (DirSync has the same Problem), but MS does provide a IPv6 Address for the specific URL, and I don't understand why. When they would remoce the IPv6 Host, everthing would work as expected.
    Any Information about this Topic? And how can I have IPv6 enabled and browse to SharePoint.com?
    Thanks
    www.sccmfaq.ch

    No One can say: Yes this works at my site?
    Or: Yes I got the same Problems?
    www.sccmfaq.ch

  • Bundle JMF with application or ask user to install it?

    I have added some video capturing functionality to my application (not an applet).
    Now I am not sure if I should bundle JMF with the application or if I should ask the user to download and install JMF him/herself. Personally I think it is nicer to have extensions like JMF installed so that they are available for other applications as well. But I wonder about the acceptance of users having to download and install something additionally to an application they are interested in.
    Any experiences on that?
    Thanks in advance!
    Torsten

    Ideally, you should support both options. The system should install out of the box
    on standard configurations that you support, with as little extra work as possible.
    However, there should be some way to work around this if JMF is already installed.
    We use IzPack, and so far things have gone ok, but we haven't done anything really
    complicated.
    One tricky bit is that JMF has native libraries. I wanted to have an application that
    needed native libraries to be nothing but an executable jar file, but I couldn't figure
    out how to do it untill I found an article describing how to do this: basically you have
    to copy the dll or .so file from the jar file to a tmp file, and then load it from the tmp file.
    There is a web page somewhere that explains this, but I couldn't find it right away.
    Good luck,
    -- cary

  • ASR9000 BVI with IPv6 on Typhoon

    Hello Guys,
    http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.3/interfaces/configuration/guide/hc43irb.html#wp1030916
    Hope that this is just (another...) bug on the documentation, and that BVI is supported with IPv6  on the Typhoon LCs. Anyone can confirm it?
    David

    Thanks the issue i have it was discused on other two cases under the support community,
    Thnaks to Mattew  Ayre y
    MAttew "The reason it doesn't work is because label switching on a VRF aware BVI is only supported in the per-vrf label allocation mode. There's a mention of this in the configuration guide shown here;
    "VRFs for IPv4 (Per-VPN label VRFs only—not per prefix)"
    http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.1/interfaces/configuration/guide/hc41irb.html#wp1030591
    The change you should be able to observe is that if you create a second route, for example 192.168.200.66/32. It will be allocated the same label as the .65/32 prefix. When using per-prefix label allocation mode the label for each prefix would be unique.
    You should be able to verify this with "show mpls forwarding vrf Ga" after adding an additonal route.
    HTH,
    Matt Ayre"
    And tahnks to
    Alexei Kiritchenko
      on Aug 20, 2012 6:10 AM
    Hi Pichet,
    Thx for opening the ticket and here is the summary of our troubleshooting session for the rest of the world
    BVI does not support native MPLS forwarding and hence we need to use per-vrf allocation mode:
    http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.1/interfaces/configuration/guide/hc41irb.html#wp1030591
    With this configuration we'd use an aggregate label and would do VRF IP lookup instead when a packet arrives from the core.
    Regards,

  • Safari does not play well with ipv6. Slow, Sluggish...

    (besides switching browsers) Is there are way to fix the issues with Safari 10.1.10 and ipv6?
    With ipv6 turned on Safari is sluggish an skips, jumps and makes using it intolerable. Turn off ipv6 and it's much better but many new sites don't function properly without ipv6 (menus won't work, backgrounds are wonky and such).
    I am stuck at 10.6.8 because of proprietary hardware / software that I use and I can't believe that they stopped at a point where Safari is broken for normal use.
    So, is there any known fix for Safari or a way to go backward to one that works or should I just give up and switch to Chrome?

    Well, I switched to Chrome and never looked back!

  • No networkconnection with IPv6

    Hi all,
    I just configured our domaincontroller with an IPv6 address.
    After that I enabled the IPv6 DHCP scope and configured the server to distribute IPv6 addresses.
    It seems to work because all clients receive an IPv6 address but when I disable the IPv4 I lose connection with the network.
    I configured our firewall with IPv6 as well, allowed IPv6 etc. ...
    I also set a static IPv6 for our DC and fileserver but no result.
    What I see is when I try to ping our DC from a IPv6 enabled client (with a failing network connection) I get a reply from the DC's IPv6 link-local address???
    Pinging google outputs that it can not find the host.
    Can anybody explain me what i'm doing wrong?
    Kindest regards,
    Stijn

    Hi all,
    I just configured our domaincontroller with an IPv6 address.
    After that I enabled the IPv6 DHCP scope and configured the server to distribute IPv6 addresses.
    It seems to work because all clients receive an IPv6 address but when I disable the IPv4 I lose connection with the network.
    I configured our firewall with IPv6 as well, allowed IPv6 etc. ...
    I also set a static IPv6 for our DC and fileserver but no result.
    What I see is when I try to ping our DC from a IPv6 enabled client (with a failing network connection) I get a reply from the DC's IPv6 link-local address???
    Pinging google outputs that it can not find the host.
    Can anybody explain me what i'm doing wrong?
    Kindest regards,
    Stijn
    Do you have ipv6 internet service?

Maybe you are looking for

  • Derivation Rule in report painter

    I want Product describtion along with Product number. in a report. I have created a derivation rule through KEDR. and coppied the product describtionin the rule. Now how to use this derivation rule in the report.

  • Why does drag and drop not work?

    Why does drag and drop not work?

  • Do I need to erase my hard drive to use time machine?

    I have an external 500 gb hard drive with about 40 gigs on it. I have a 250 gig imac that I want to back up with time machine. I tried using my 500 gb hard drive, but an error popped up saying I need to erase my hard drive. Can't I have other content

  • Edit Original in Photoshop?

    Have hundreds of .jpg's in Encore 2, in various folders and slide shows. Suddenly need to colour balance a bunch in Photoshop so thought I could select in project window (or better in slide show) and get to Photoshop. Pics come in many cases straight

  • New Nano and iPod Camera Connector?

    I just bought the new iPod Nano (3rd generation) and the iPod Camera Connector. The iPod is not recognizing the camera connector. When I connect the camera connector to the iPod, I get this message: "Unsupported accessory is not supported". The geniu