CSM 411 FTP issue

Show mod csm 4 conn 1.1.1.1 detail
shows ftp control channel port 21 has a valid source and destination port during the INIT and ESTAB phase.
However, the DATA channel has a valid source and destination port during the INIT phase but as soon as the phase changes to ESTAB, the DATA port changes to :20 and :0. No matter the amount of data transferred, it is always :20 and :0.
Could anyone shead a little light?
Thanks
Frank

HI Frank,
depening on the ftp mode (active or passive) you are having different ports for the data connections (see http://slacksite.com/other/ftp.html)
I assume that the FTP is not working well is it?
If not give it a try with the command virtual 1.1.1.1 tcp ftp service ftp
(refer to http://www.cisco.com/en/US/products/hw/switches/ps708/products_command_reference_chapter09186a0080212b24.html#wp1060164)
Or just use a layer 3 content rule and stick the client to the real.
Kind Regards,
Joerg

Similar Messages

  • CSM 411 STICKY issue

    Could someone shead light on the use of STICKY in reference to a virtual server.
    My config:
    sticky 20 netmask 255.255.255.255 timeout 300
    policy FTP
    client-group CSMnets
    serverfarm FTPOUT
    vserver FTPOUT
    virtual 0.0.0.0 0.0.0.0 tcp ftp service ftp
    vlan 160
    sticky 300 group 20
    reverse-sticky 20
    replicate csrp sticky
    replicate csrp connection
    persistent rebalance
    slb-policy FTP
    inservice
    When I show csm 3 sticky, I do not receive any information.
    Did I configure it wrong?
    Thanks
    Frank

    Sorry, I missed entering the policy details.
    I have configured "STICKY" on BOTH the policy and Virtual Server. The Cisco docs are VERY VAGUE.
    This is what the Cisco documentations says:
    "(OPTIONAL) Configures connections from the client to use the same real server. The default is sticky off"
    Could you explain this in plain english, say for the dumb folks like me? 8)... PLEASE dont feel like you are giving me too much information - I have VERY thick skin.
    Did I configure it correctly, is it configured just wrong or what? My experience is that you can configure MANY things wrong and traffic still flows.
    My Topology:
    .INTERNET
    .|        |
     R-----R
     |         |
    CSM---CSM
     |         |
     FW    FW
     |         |
    CSM---CSM
     |         |
     R-----R
    INTERNAL NET
    My config:
    policy FTP
    client-group NIHnets
    serverfarm FTPOUT backup BACKUP-FTPOUT sticky
    serverfarm FTPOUT
    no nat server
    no nat client
    predictor hash address source
    failaction purge
    real name B12-GEFW1-DMZ
    health probe FWOS-[R]-CLIENT
    inservice
    real name FW-GEFW1-DMZ
    inservice
    probe OUT-SRV-ALIAS
    vserver FTPOUT
    virtual 0.0.0.0 0.0.0.0 tcp ftp service ftp
    vlan 160
    sticky 300 group 20
    reverse-sticky 20
    replicate csrp sticky
    replicate csrp connection
    persistent rebalance
    slb-policy FTP
    inservice
    sticky 20 netmask 255.255.255.255 timeout 300
    Thanks for helping!
    Frank
    PS URLs that explain this stuff in detail would be GREAT too!

  • More CS6 FTP Issues..??

    I see quite a few threads about problems with FTP in CS6, but nothing specific to what I'm seeing.
    I can setup FTP accounts just fine and the test works as expected.  I can upload files and I don't have problems loading the pages like some have talked about (and what looks like a patch was released for).
    What I am seeing, though, is that if I try to upload groups of files at a time it will often upload 1 or 2 and then just stop.  Then if I view Remote and try to refresh it shows "nothing".  So then I have to disconnect and reconnect, and then it shows everything again.  At this point I can generally upload a group of files...but only once.
    It seems like everytime I upload anything I have to switch to remote and disconnect and connect again to upload something after that.
    Also, the syncing is all messed up.  I'm working on a site where I made a change to my Dreamweaver template, and as such lots of files on the site were updated.  Then I went to sync but everything gave me the red error icon showing that it couldn't figure out which one was newer and I had to manually specify that it should upload my local version for everything to the remote server.
    Then, about 10 min later, I made another change to the template.  I went to sync again, but once again, almost all my files were telling me it couldn't figure out which one was newer and I had to manually specify again. 
    What's strange is that some of the files are working fine and don't seem to have an issue...it just knows those need uploaded.  About 90% of my files, though, are forcing me to manually tell it what it to do every time.
    I see in the "what's new" videos that Adobe apparently made some changes to FTP and say it's a lot faster now becuase it allows for multiple connections.  I was very excited to hear that, but now with all the issues I'm having and the other threads I see about problems with FTP in CS6 I'm almost wishing I wouldn't have upgraded.
    Any information on how I can get this working the way it should be would be greatly appreciated.  Thanks!

    Adobe is working on a variety of FTP issues, and is making available a patch. You can contact the Dreamweaver team directly to get a copy of the patch: http://forums.adobe.com/message/4541472#4541472.

  • CSM - service ftp not working in dispatch mode

    I'm trying to convert my CSM load-balancing environment from directed to dispatch mode. I've had success with normal telnet traffic but run into problems with FTP.
    My real servers are layer-2 adjacent to the switch.
    My config looks like this:
    ip slb vlan 19 client
    ip address 176.11.16.11 255.255.240.0
    ip slb vlan 9 server
    ip address 176.11.48.11 255.255.240.0
    serverfarm FTP
    no nat server
    no nat client
    real 176.11.48.104
    real 176.11.48.110
    vserver FTP
    virtual 176.11.16.12 tcp ftp service ftp
    no unidirectional
    serverfarm FTP
    I've put a sniffer on the server side vlan and I can see this pattern:
    1) Client SYN pkt goes through CSM, gets
    routed to server.
    2) Server responds with SYN/ACK, but this packet goes directly back to the client (not through the CSM, because I'm not NATing)
    3) Client responds with the final ACK, which goes to the CSM, but the CSM eats the packet. When I turn on debug module csm 11 ftp, I see that each time the final ACK is received by the CSM, it outputs these lines:
    May 4 20:48:06.758 UTC: CSM11: called slowpath_ftp_rx
    May 4 20:48:06.758 UTC: CSM11: no session for ftp rx
    the CSM conn display shows:
    prot vlan source destination state
    In TCP 19 176.11.16.103:1131 176.11.16.12:21 ESTAB
    Why doesn't the ACK get processed and sent to the correct server by the CSM?
    One additional note: I also tried this same scenario but without specifying 'service ftp' on the virtual server defintion. In that case, the control connection comes up fine but any attempt to bring up a data connection fails (times out). But then again, that's the whole point of 'service ftp', right?

    the problem is your point #2.
    If you do service ftp, the CSM expects to terminate the connection from the client and open a new one with the server.
    This is how the csm can listen to all the info passed between client and server.
    Moreover, the csm will need to see the server response to identify which port the server will be listening on for data connection.
    So, definitely not a good idea to do direct server return with this type of config.
    You should remove the 'service ftp' command and have anothe vserver to catch all data traffic. You could use a vserver with no tcp port or port 20 if your servers are configured to only use port 20.
    You can then use sticky-srcip to make sure the control channel and data channel are sent to the same server.
    Gilles.

  • Dreamweaver CS6 FTP Issues

    i have created a site in dreamweaver and as far as i am aware the site works great, i have hosting and webspace with 1and1 and have connected to their servers via ftp, i have to manually upload the site and cannot seem to get the webpages themselves to upload, only the *images* folder and *scripts* upload successfully, i have tried everything i can to resolve this but have had no luck whatso ever, any help would be much appreciated, thanks

    May be you can try steps suggested in the troubleshooting document. Most of the points mentioned there are also applicable on DW CS6.
    helpx.adobe.com/dreamweaver/kb/troubleshoot-ftp-issues-dreamweaver-cs5.html
    --Bhawna

  • Dreamweaver CS3 (9) maxed CPU slow performance and FTP issues.

    Dreamweaver CS3 (9) maxed CPU slow performance and FTP
    issues.
    Never mind...I found it.
    Of course I have all the firewall, worm, scanning, phishing
    filtering, full time protect, and everything else turned off when I
    am working on a remote/testing site however I found the Symantec
    antivirus email scan being enabled (doesn't it just interact with
    my email program?) was getting in the way of DW9 ftp operations,
    causing some lagging that was putting DW9 into an unstable mode
    during and immediately after (10 seconds) ftp operations.
    The CPU still spikes to 99% during ftp functions but DW9
    works even though it's likely taxed to the max but when I turn off
    email scan DW9 returned to a functioning state during ftp and
    remote file view. Whatever it takes huh?
    PS: email scanning only never effected DW8.02
    My System Info: properly configured (as in: everything works
    or I fix it) Toshiba - XP pro SP2 – Pentium 4 - 2.3GHz
    – 1.5 GB ram – Intel extreme graphics card 64 MB ram
    – Apache 2.2 server – PHP 5 – MySQL 5 -
    phpMyAdmin – Dreamweaver 8.02 – Interakt Kollection
    3.7.1 – Dreamwweaver 9 - DeVtoolbox – Flash –
    GoLive - Photoshop - ImageReady – Illustrator – Acrobat
    – CuteFTP – Putty SSH - blabla...)

    Thanks for the response. I managed to Google the 'nobody' account and found the explanation.
    As you say, I assumed the 'syslogd' process had to do with system logs. I did check the console and couldn't find anything of particular interest in the logs.
    I'll continue to monitor but if anyone has any further suggestions please post.
    One thing that might also have an impact... my available drive space is now down to less than 5gb (runs anywhere between 1gb and 5gb free depending on what I'm running). I know this causes problems for Parallels as it keeps moaning at me, but would it cause any problems with OSX?
    Thanks again,
    Tom

  • FTP issues on Mac OS X Server 10.6.4

    This is my first server ever working with so you'll have to bear with me
    I just set up the server with FTP and all is well, but I have a few issues:
    1. When connecting to the FTP server on a Windows machine with my standard FTP program or in the Firefox web browser, it does not direct the user to the root folder I have set in the Server Admin Settings. I have it set to "/Library/FTPServer/FTPRoot", which has all the share points, but instead the user will see their home folder. On Mac it works fine, they see the share points.
    2. When connecting to the FTP server in Firefox, I get "550 (filename): Not a directory" error when trying to download a file from the list, but I can view directory listings fine.
    I'm sure it just some setting I've missed, but I can't seem to find a solution to this. Any idea what's wrong?

    Any ideas? Still struggling with this problem...

  • File Adapter: FTP issue

    Hello,
    There is a problem with the file adapter of the XI30 SP14:
    It is set to get a file from a server X using a FTP protocol.
    INT_001_V01_COM_CTDCLNT600_FILE_SENDER
    Sender Adapter v2300 for Party '', Service 'CTDCLNT600':
    Configured at 2006-01-16 15:13:52 EST
    History:
    - 2006-01-16 15:23:54 EST: Polling interval started. Length: 60.000 s
    - 2006-01-16 15:23:54 EST: Processing finished successfully
    - 2006-01-16 15:23:52 EST: Processing started
    - 2006-01-16 15:22:54 EST: Polling interval started. Length: 60.000 s
    - 2006-01-16 15:22:54 EST: Processing finished successfully
    It seems everything is working fine, but the in the SXMB_MONI transaction, no message appears.
    I have accessed the FTP manually and I have downloaded the file, so the connectivity issue is descarted.
    Any suggestion.
    Jesus Barba Lobaton

    Hello all,
    The current configuration of the Sender file adapter is:
    Transfer protocol: FTP
    Message protocol: File Content Conversion
    Adapter Engine: Integration Server
    Source Directory: /out
    File: D_P.DAT
    In FTP: the file D_P.DAT is placed under /out directory
    Server: Server Internal IP
    Port: 21
    Connection security: None
    User: userX
    Pass: FTPuserX
    Quality of Service: Exactly once
    Poll Intervals: 60
    Processing mode: Delete
    File Type: Binary
    How can I verify a log of the processing process? as the SXMB_MONI transaction does not show anything.
    The most frustrating of all, is no error message appears. I have verified the XI, APPS and default trace logs with log viewer but there is nothing.
    I have also checked this thread but none of the solution provide solved the issue
    Pbm in File adapter..Post Sp14
    OS: Windows 2003
    Any idea?
    Jesus

  • FTP Issues

    Hi All,
    In one of the scenario Sender channel is picking files from FTP server. It is working correctly, after the first file gets polled, it is taking some time to poll the successive files.
    If there are lot of files each having different size in the source directory. One or two files get polled according to the poll interval after this it is taking some time to poll successive files.
    Also i am using custom module in the sender adapter. Is there will be any influence in picking the files because of the custom module..?
    Kindly suggest useful solution to solve the above issue.
    Regards
    JSAP

    hi
    you are doing the the Scenarios that is picking the file from FTP server
    it takes the time to pickup the successive file its not a problem of your FTP server but i think its problem of cache or Queue
    please check the Queue it its full or not it it is full it takes  time
    you can remove the queue
    and check again
    thanks
    Regards
    vijay

  • CS3 FTP Issues in XPSP2

    Recently upgraded to DW CS3 on both my laptop and desktop,
    both of which were running DW MX2004. Both machines are XP SP2. I
    have an issue (across all of the hosting firms I use, 1&1,
    Omnis, etc) where my FTP puts will timeout excessively. I have to
    click the X in the Background File Activity window to cancel...then
    disconnect from the Files pane...then cancel that operation as
    well. I wait 20 seconds, reconnect, and then I can put -- after it
    tells me about a Synchronization issue where I have to click Yes to
    put. This happens 60% of the time on the desktop, but only 3-5% of
    the time on the laptop.
    Also, when I have to cancel the Put, my web server will only
    show a blank page until I can successfully complete a Put. This
    includes pages that have been successfully loaded previously...they
    "disappear." I've been waiting to see a Dreamweaver update come
    through Adobe Updater.........

    Do you have passive FTP enabled?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "3daysaside" <[email protected]> wrote in
    message
    news:f8nrqd$r5o$[email protected]..
    > Recently upgraded to DW CS3 on both my laptop and
    desktop, both of which
    > were
    > running DW MX2004. Both machines are XP SP2. I have an
    issue (across all
    > of
    > the hosting firms I use, 1&1, Omnis, etc) where my
    FTP puts will timeout
    > excessively. I have to click the X in the Background
    File Activity window
    > to
    > cancel...then disconnect from the Files pane...then
    cancel that operation
    > as
    > well. I wait 20 seconds, reconnect, and then I can put
    -- after it tells
    > me
    > about a Synchronization issue where I have to click Yes
    to put. This
    > happens
    > 60% of the time on the desktop, but only 3-5% of the
    time on the laptop.
    >
    > Also, when I have to cancel the Put, my web server will
    only show a blank
    > page
    > until I can successfully complete a Put. This includes
    pages that have
    > been
    > successfully loaded previously...they "disappear." I've
    been waiting to
    > see a
    > Dreamweaver update come through Adobe Updater.........
    >

  • FTP issues...i'm going crazy!!!!

    Ok, so i i'm new to servers and i have osx snow server. I setup 2 sites (using ports 2424 & 2425).
    i now want to setup an FTP. right now, i'm using ftp://96.23.40.187/. i basically left everything as is (root folder), and activated the ftp service. i created a new user (in usergroup) and gave him read & write access.
    when i activate the anonymous login, the user (and the admin) has access to the ftp, but nowhere does it ask to login, although i assigned a username & password in the workgroup manager. if i disable the anonymous login, it says access denied, without asking for user & pass.
    am i missing something??

    I'm not sure if this is authentication or a firewall issue quite yet, and ftp is very vulnerable to problems with the firewalls.
    As for troubleshooting this, have a look at the ftp server log file, and see what you find there. See if you see the connection, and connection details.
    How familiar are you with IP networking and how ftp works at the protocol level?
    ftp is rather weird here, and troubleshooting ftp usually involves knowing both how ftp establishes its connections, and how it authenticates access requests. For instance, using ftp requires opening up what is known as the ephemeral port range at all intervening firewalls (whichever way you have to open up the intervening firewalls depends on whether you're using active or passive ftp), and that it transmits your credentials in cleartext?
    Put another way, ftp (which is older than IP networking itself, BTW) is largely incompatible with modern networks and modern network security. You may not be able to open up the intervening firewalls, too. If the ephemeral port path between the client and the server is blocked (the direction of the connection varies by active or passive transfer), ftp will start to work, and to fail.
    When transferring files over the open Internet, it is usually easier to try sftp first here, and get that going. Easier. More secure, too.
    There are good (free, GUI) sftp clients for Microsoft Windows. Among these is the FileZilla package.
    Please post the ftp server configuration you're using here; what sharing you've enabled and what share points you are using, and whether read or read-write is enabled. This in Server Admin for the target Snow Leopard server box, in the ftp server settings.
    Various browsers disallow specification of ftp credentials (username and password) in the address bar. Firefox still allows that AFAIK, but Microsoft IE won't. (Anonymous ftp is permissible here.) Safari (on Mac OS X) wants you to use Finder for ftp, or command-level ftp.
    Try sftp. It's usually easier to deal with.

  • OSB Proxy Service deployed in cluster environment FTP issue

    Hi,
    I have a OSB 11g proxy service based on a FTP JCA adapter. Here are the JCA settings:
    <connection-factory location="JNDI_FILE_TOKEN" UIincludeWildcard="FILENAME_TOKEN"/>
      <endpoint-activation portType="Get_ptt" operation="Get">
        <activation-spec className="oracle.tip.adapter.ftp.inbound.FTPActivationSpec">
          <property name="DeleteFile" value="true"/>
          <property name="MinimumAge" value="0"/>
          <property name="PhysicalDirectory" value="FOLDER_TOKEN"/>
          <property name="Recursive" value="false"/>
          <property name="PollingFrequency" value="30"/>
          <property name="FileType" value="ascii"/>
          <property name="IncludeFiles" value="FILENAME_TOKEN"/>  
        </activation-spec>
      </endpoint-activation>
    When I deploy this proxy in a cluster (having 2 osb nodes) and place the very first file on FTP server. Both nodes pick the file simultaneously. But after this when I place files on FTP server only one node is picking file. Could you kindly tell where is the issue ?
    Thanks and Regards

    Hi Mani,
    Do check the configuration of ProxyService-2 that it is enabled or not.
    Do check the input payload of it, that ProxyService-1 is passing the correct payload to ProxyService-2.
    Redeploy the ProxyService-2
    There is some issue in your proxyService-2.
    Regards,
    Richa

  • Publish site / FTP issues arggg

    Long time fan of Apple. Purchased iweb09 last week and built a site for my small business. <Edited by Host>
    Well I have tried but I can’t resolve the following issues:
    (1) FTP Server Test Connection returns OK. But when I try to load the site I always get the following error message “*There was an error communicating with the FTP Server. Try again or check with your service provider”* How can I resolve?
    Regardless of this the site actually loads – but IWeb does not recognize this as a successful upload so all the left-hand page titles stay red...
    (2) The site that has loaded on this basis - has some problems when viewed in Microsoft Explorer
    - some of the Stroke / Lines are not appearing
    - some of text overlaps – I realize that you can’t control other internet browsers – but would like to optimse for Explorer
    Thanks for any help - cheers

    Welcome to the Apple Discussions. Roddy has posted tips for optimizing for IE in several threads:
    http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html
    http://discussions.apple.com/thread.jspa?messageID=9375447#9375447
    http://www.iwebformusicians.com/WebMusic/iWebTips.html
    http://discussions.apple.com/thread.jspa?threadID=1837981&tstart=0
    If you're using the built in ftp client of iWeb you might try using the free CyberDuck after publishing to a folder on the desktop first. Many have had better luck with it.
    OT

  • Dreamweaver FTP Issues

    I've had quite a bit of trouble with my Dreamweaver the last few days. It has issues connecting to my remote server, which is hosted by InMotion hosting. It keeps timing out constantly, but then every once in a while it will work just fine. I don't understand it. I tried using Filezilla and it works just fine, connects perfect. So I contacted my hosting company to see if they might have any idea and they just said everything was good on their end and that I should contact Adobe. They did however say that, after looking at the FTP error log, my dreamweaver was trying to contact unknown directories? He specifically stated that it was trying to upload to a folder called '_mm' in my public_html folder. I cannot find much information on this and I've tried playing with some settings, including passive FTP. I'm using Dreameaver CS5 Version 11.0 Build 4909.

    There is an article about the "mm" folder - http://help.adobe.com/en_US/dreamweaver/cs/extend/WS5b3ccc516d4fbf351e63e3d117f53d9310-7ff a.html .  So is the problem that DW cannot create the folder on the remote end?  Or cannot write to the folder?  Uploading to any folder in your public_html folder should not be an issue unless there is a write/permissions issue on the server.

  • ACE FTP issues with "inspect ftp"

    Hello.
    My clients want to access an FTP server, via ACE, and I am having some issues. They can login and issue only one command... the second command will not be accepted an after a few seconds the prompt shows the message "connection closed by remote host".
    I have sniffed traffic and I see that the connection between the client and the ACE has a strange behaviour because ACE open connection to data using an source port of 1039 (it should be 20, since we are usind an active mode client); between the ACE and the real server runs in active mode (I see normal ftp-data packets).
    Other strange thing is that I have FWSM and they let traffic pass from ACE to client (they should expect traffic comming from port 20 and not 1039)
    I am doing source NAT and ACE is doing all the necessary changes on source IP adresses.
    Anyone has seen similar behaviour?
    Any help would be appreciated.
    In attach I send my config and traffic sniffing.
    Thanks in advance.
    Joao Ribau
    P.S. - client is 10.1.44.98; VIP is 10.1.9.150; real server 10.1.36.124

    Hello.
    I didn´t mentioned this before but the gateway of all my networks is an ACE that is loadbalancing traffic to two firewall clusters. I think this is not important because I have a "catch all" VIP in all my interfaces; I assume that ACE forwards traffic with no restrictions or inspections leaving the inspection job to the firewalls and to the ACE that I use to load balance services.
    Don´t think this could be the problem but just to make sure I decided to post it.
    Best regards,
    Joao Ribau.
    P.S. - my configs on the ACE that loadbalance traffic to the firewalls are very straightforward. Serverfarms (interfaces of the firewalls), a class-map with a "catch-all" VIP, policy-map to for the serverfarm, a policy-map to tie the class to the serverfarm and finally a service-policy apllied to each interface.

Maybe you are looking for

  • Powershell: How do I upload files with metadata from a manifest file?

    I am using the script from this blog to try to upload files into SharePoint, using a manifest file to specify the metadata associated with each file. Right now, the script works, but is not populating the metadata from the manifest (xml) file. When I

  • Display too big for screen

    I caught my 3 year old playing with my macbook pro this morning.  He changed something that I cannot fix.  I cannot see the entire screen, even if I have the resolution at the highest setting.  How can I change this back to I can see the entire scree

  • How to set user name, password and other proxy settings?

    I use a Proxy connection: I have to set server and port, and user and password. With the browser: when I run firefox/safari I type user and password (server and port are given in internet option control panel) With skype (for example): I can type eve

  • NetStream Class Stop Action

    Problem: When using multiple instances of a FLV player in a FLA AS3 and when one navigates to another frame the video still plays from the earlier frames as one can still hear it... I tried to implement loading a "phantom-light" FLV on the frame chan

  • Domino Provision error: No message queue with that name

    Hi, Recently when we try the domino provisioning we often receive this error: No message queue with that name. This error is intermittent. Does any one has any idea why? Thanks