Bug - Where to Submit?

MY WRTG54 (Version 6) is trying to Masquerade DCC connections for IRC, even though I do not wish for it do so, and there doesn't seem to be any way to stop it (even for the host set as DMZ).
An example:
Typing the command "//quote PRIVMSG $me : $+ $chr(01) $+ DCC CHAT chat $longip(192.168.1.4) 80 $+ $chr(01) $+ $crlf,"
I attempt to connect to a local webserver. The output is echoed in my IRC client's status bar:
"-> Server: PRIVMSG daryl : DCC CHAT chat 3232235780 80
When looking at what transpired through a packet capture utility (Wireshark), this is what is seen.
However, when the packet comes back through to my client from the IRC server, it looks like this.
The IP address for the DCC has clearly been mangled, along with the port number. I certainly did not wish for this to happen. It is very annoying, especially when I want to use DCC chats to 'telnet' out, or when I want to specify custom source ports for DCC chats and sends.
This did not occur before upgrading the device from default firmware.
I would like to know if there will be (or could be) a fix without reverting to old firmware. Most likely, I will be purchasing an access point from a different company (anecdote: in the short term, I will be using the WRT54G as an AP, uplinking it to a switch with a Linux router on it - I only bought the WRT54G because it was cheaper than the WAP54G [or, actually, the USR device I wanted]), because I've had pretty bad experiences with this device. It does not seem to be well suited for more technical users, though, strangely, I've used several versions of the BEFSR41 wired device to much success in the past. From that experience, I would have expected more.
As an aside, will loopback support ever be integrated into the official firmware? You can clearly see from the packet capture that the SYN was black-holed.
(also, and slightly reaching, is there ANY chance for IPv6-in-4 passthrough? ever?)

You can e-mail it to [email protected]

Similar Messages

  • VOWizard-Bug: WHERE Clause not modified on EO add if manually changed befor

    VOWizard-Bug: WHERE Clause is not modified on adding a EO (with association) if it was manually changed before
    Testcase:
    - Create a VO based on 2 EO (Association already defined) --> Jon in WHERE Clause automatically created by Wizard
    - Then modify the WHERE clause, e.g. change an equal to outer join.
    - All works fine.
    - Then add a EO (also Association defined) and chose some attributes.
    - Test and wonder why there are much more rows in the result than expected.
    - Look into the Query-Tab and control the WHERE clause: Wizard forgot to add the new join... and therefore we get a cartesian product between the old view and the new added EO...
    Possible solutions to fix the Bug:
    1. add the JOIN ;-)
    or
    2. at least display a warning that the JOIN is not automatically created!
    Regards, Markus
    GE Medical Systems

    Hi Markus-
    Once the where clause has been customized, we don't update it in the interest of not messing up the user's custom code. However, we should probably warn the user in the types of cases you mention above that he will need to update the where clause manually to include the new information. We will add this in a future release.
    Thanks,
    Ray

  • [svn:osmf:] 14823: Fix bug where canPause was not set to false for live streams.

    Revision: 14823
    Revision: 14823
    Author:   [email protected]
    Date:     2010-03-17 10:51:40 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where canPause was not set to false for live streams.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as

    Thanks for looking at this post. We have resolved the issue for ourselves by working with our DBAs to narrow down where the problem actually started. We found that the particular SQL we were looking at was not the issue. In a chart on a subsequent page (via a click through), we were actually running into where apex was starting to consuming memory but we were catching it later.
    What we found was that when we had a chart query that was SQL containing a pipeline function, the memory usage went up. And within 10 minutes, the server would crawl to a halt. To release the memory, the DBAs would have to bounce the Apex instance. When I changed the query to be a function returning SQL, the problem stopped. I don't know what the correlation was between SQL and moving to a PL/SQL function returning SQL.
    I am not even 100% positive of the pipeline function being the cause. I only know that this started happening about the same time as when I implemented the pipeline function. I understand you are leery of a one-second function/query running up that kind of utilization. No one here believed me either (including me really). We figured it HAD to be a coincidence. But once I changed the query from SQL to a function returning PL/SQL, our problem went away.
    Thanks to all who looked at and thought about this.
    Walter

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • [svn:osmf:] 9987: Fix a bug where a NaN duration in a SerialElement would overwrite the previous duration .

    Revision: 9987
    Author:   [email protected]
    Date:     2009-09-03 10:06:58 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Fix a bug where a NaN duration in a SerialElement would overwrite the previous duration.  Fixing this exposed another bug in which a composite seekable trait would generate an RTE if all children had a duration of NaN, also fixed in this changelist.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/CompositeTemporalTrai t.as
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/SerialSeekableTrait.a s
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/composition/TestSerialEle ment.as

    Revision: 9987
    Author:   [email protected]
    Date:     2009-09-03 10:06:58 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Fix a bug where a NaN duration in a SerialElement would overwrite the previous duration.  Fixing this exposed another bug in which a composite seekable trait would generate an RTE if all children had a duration of NaN, also fixed in this changelist.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/CompositeTemporalTrai t.as
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/SerialSeekableTrait.a s
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/composition/TestSerialEle ment.as

  • [svn:fx-4.0.0] 13423: Fixing an OSMF bug where if it was off-screen, it wouldn't load up until the video was onScreen.

    Revision: 13423
    Revision: 13423
    Author:   [email protected]
    Date:     2010-01-11 13:19:43 -0800 (Mon, 11 Jan 2010)
    Log Message:
    Fixing an OSMF bug where if it was off-screen, it wouldn't load up until the video was onScreen.  This was affecting effects, and we should load up the video as long as either autoPlay=true or autoDisplayFirstFrame=true, even if we're not on-screen.
    QE notes: -
    Doc notes: -
    Bugs: SDK-24933
    Reviewer: Kevin
    Tests run: checkintests, Peter ran cyclone
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24933
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/VideoDisplay.as

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • Flex Sample application - where to submit ?

    Flex Sample application - where to submit ?
    Hello, we have developed a Flex based CMS which I bielieve
    deserves to be featured as sample application on the Adobe site.
    The problem is - we can't find any informationwhere to submit the
    URL ? Can anyone help please.
    Martin

    here you go - >
    www.martinkonrad.com.au/cms_dev

  • [svn:osmf:] 9861: Fixing bug where sizing pixel from the previous run of updateIntrinsicDimensions would prevent the dimensions from being decreased .

    Revision: 9861
    Author:   [email protected]
    Date:     2009-08-31 23:08:03 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Fixing bug where sizing pixel from the previous run of updateIntrinsicDimensions would prevent the dimensions from being decreased.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/layout/LayoutContextSprite.as

  • I'm trying to find where to submit a Q about Thunderbird

    I’m trying to work out where to submit a question about Thunderbird?

    The developer is http://www.mozilla.org/
    Their help link is:
    http://getsatisfaction.com/mozilla_messaging/topics/new
    I already did that. It wasn't helpful. There used to be places here where you could discuss non-apple software. I guess they went.
    However, if you have an issue with setting up e-mail you can certainly ask in any of the Mail forums for Mac OS X if that's what you are using.
    Sometimes Mail issues arise from not understanding what mail settings are normally set.
    Is that where you are having trouble?
    No.

  • Where is "Submit Podcast" In iTunes 7? And more.

    I'm trying to add
    My podcasts: http://web.mac.com/jupiterspaceport/iWeb/Cyclotron%20Majesty%27s%20site/Podcast/ Podcast.html
    But how do I do this when the links have all been changed. I cannot even find where to submit one anymore!
    Last time I tried doing it in earlier versions It gave me some ambiguous error message:
    "Error parsing feed: Invalid XML: Error on line 1: Content is not allowed in prolog."
    How do I fix this? I already ran feedvalidator. I still don't know what to do.

    OK I found the Submit Podcast Button... now moved to the middle of the screen
    But my other question that I have also asked before still is avail to solutions.

  • [svn:osmf:] 14812: Fix bug where setting a resource a second time on a VideoElement caused an RTE due to the loadStateChange event listener being unregistered too soon .

    Revision: 14812
    Revision: 14812
    Author:   [email protected]
    Date:     2010-03-17 09:02:11 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where setting a resource a second time on a VideoElement caused an RTE due to the loadStateChange event listener being unregistered too soon.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/LoadableElementBase.as

    Revision: 14812
    Revision: 14812
    Author:   [email protected]
    Date:     2010-03-17 09:02:11 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where setting a resource a second time on a VideoElement caused an RTE due to the loadStateChange event listener being unregistered too soon.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/LoadableElementBase.as

  • [svn:osmf:] 13028: Fix bug where NetStream would continue playback upon completion ( due to our not handling the new STOPPED state).

    Revision: 13028
    Revision: 13028
    Author:   [email protected]
    Date:     2009-12-16 18:10:28 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Fix bug where NetStream would continue playback upon completion (due to our not handling the new STOPPED state).  Injection from trait refactoring.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamPlayTrait.as

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • [svn:osmf:] 14601: Fix bug where parsing of stream that gets passed to NetStream.play doesn' t take urlIncludesFMSApplicationInstance into account, resulting in stream not found error.

    Revision: 14601
    Revision: 14601
    Author:   [email protected]
    Date:     2010-03-05 09:47:28 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix bug where parsing of stream that gets passed to NetStream.play doesn't take urlIncludesFMSApplicationInstance into account, resulting in stream not found error.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamUtils.as

    I had a while ago similar problem with USB memory stick. At the end, I don't know why, just formatting it using WinXP helped me.
    S-
    Last edited by StenM (2011-07-22 17:56:32)

  • 3-finger Swipe Bug where certain apps disable this feature

    I seem to have this bug where whenever I use three fingers to go back in certain applications, in this case the new iTunes 11 store, it completely shuts down the feature until I go into systems settings, turn it off and on. It will work until I do it again.
    Does anyone else have this problem? Is there a fix?

    You can check the value of the corresponding <b>browser.gesture</b> prefs on the about:config page to see if they have a value.
    See http://kb.mozillazine.org/about%3Aconfig

  • [svn:osmf:] 13967: Fix a bug where flushing doesn' t happen right at end-of-playback

    Revision: 13967
    Revision: 13967
    Author:   [email protected]
    Date:     2010-02-03 16:35:08 -0800 (Wed, 03 Feb 2010)
    Log Message:
    Fix a bug where flushing doesn't happen right at end-of-playback
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as

    Dear Adobe support team,
    It's quite an old thread however no update fix for this issue but the workarounds of the good people above. This tiny and yet very irritating bug should has been fixed a long time ago in an update patch. I'm using the latest version of Premiere Pro CS6 (6.0.5) and still look forward for an update fix. I haven't checked whether this issue exists in the CC edition of Premiere Pro, however even if it has been fixed there, I'm not willing to upgrade to it no matter what as I believe in a product I paid the full price for ONCE and that should receive its yearly bug-fix updates, and not for one with an annual fee.
    I look forward to hearing from you.
    Thanks,
    Gal Shemesh

Maybe you are looking for

  • HTML code for playing swf on the web

    Hello All, Relative newbie to Flash CS3, although I have been using flash video files for a while with opensource software. I have upgraded to CS3 and one main reason I wanted to go with the Adobe software was for the purpose of providing progressive

  • Anyone tried a Mobile Phone Signal Repeater

    I am on t-mobile (in the UK) and have poor indoor reception (its not great outdoors either) I have tried the various fixes suggested by others to no avail. I read that a signal booster at 2100MHz with an outdoor aerial and in house amplifier/transmit

  • Help in Function module

    Hi All, I want to add FILE NAME  option in import parametsr in function module. I want to download the RFC FM  interface Output in excel format. Please give any sample programs. regards, Ajay reddy

  • [failed] com.apple.xprotectupdater.plist in Etre is an error ?

    I launch Etre as you suggest. I attach the output: Hardware Information:           iMac - model: iMac9,1           1 3.06 GHz Intel Core 2 Duo CPU: 2 cores           4 GB RAM Startup Items:           360ControlDaemon - Path: /Library/StartupItems/360

  • How can I record the MASTER BUS?

    We use Audition to record programs for airing. I would like to record the output of the effects rack (after applying a limiter, etc). How can I record the output of the Master or other Bus? George Weston KSFR-FM Santa Fe, NM