Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > CMS problem with ftp

Reply
Thread Tools

CMS problem with ftp

 
 
marcelo@there.com
Guest
Posts: n/a
 
      05-24-2005
Hi,
I have the CMS module on my 6509 with sup1/msfc2. My problem is easy:
all works (http, smtp, pop3, ...), except ftp.

a easy example:

I have a server on ipA. And I want to load balance ipB to ipA.

I connect to ipA to ftp service (ftp works):
# ncftp ipA
ncftp / > ls -al
[...]
ncftp / > pas
passive off
ncftp / > ls -al
[...]
ncftp / > pas
passive on
ncftp / > ls -al
[...]

So, it works.

Now I want to use CMS to load balance ipB to ipA:
# ssh root@ipA
# ifconfig lo:0 ipB netmask 255.255.255.255

then:
# conf t
module ContentSwitchingModule 3
vlan XXX client
ip address ipC 255.255.255.0
vlan YYY server
ip address ipD 255.255.255.0
probe ICMP icmp
interval 30
retries 2
failed 60
receive 20
serverfarm TEST_WWW
no nat server
no nat client
real ipA
inservice
probe ICMP
vserver TEST_WWW
virtual ipB any
serverfarm TEST_WWW
persistent rebalance
inservice
end

I can ping ipB, I can use http, smtp, pop3 on ipB but:
# ncftp ipB
ncftp / > pas
passive on
ncftp / > ls -al
[...]
ncftp / > pas
passive off
ncftp / > ls
List failed.

I have no firewall.

Worst:

conf t
mod con 3
vserver TEST_WWW
no in
virtual ipB tcp ftp service ftp
in

and now, nothing works !

# ncftp ipB
NcFTP 3.1.5 (Oct 13, 2002) by Mike Gleason ().
Connecting to ipB...
# telnet ipB 21
Trying ipB...
Connected to ipB.
Escape character is '^]'.
^]
telnet> q
Connection closed.
#

Any idea ?

Thanks in advance
Marcelo


#sh mod
Mod Ports Card Type Model Serial No.
--- ----- -------------------------------------- ------------------ -----------
1 2 Cat 6k sup 1 Enhanced QoS (Active) WS-X6K-SUP1A-2GE XXXXXXXXXXX
2 8 8 port 1000mb ethernet WS-X6408-GBIC XXXXXXXXXXX
3 0 SLB Application Processor Complex WS-X6066-SLB-APC XXXXXXXXXXX

Mod MAC addresses Hw Fw Sw Status
--- ---------------------------------- ------ ------------ ------------ -------
1 0002.fcbc.8f78 to 0002.fcbc.8f79 7.0 5.3(1) 12.1(22)E2 Ok
2 0030.a338.a638 to 0030.a338.a63f 2.3 4.2(0.24)VAI 8.3(0.111)TF Ok
3 0011.5ceb.5e5a to 0011.5ceb.5e61 1.7 4.1(1) Ok

Mod Sub-Module Model Serial Hw Status
--- --------------------------- --------------- --------------- ------- -------
1 Policy Feature Card WS-F6K-PFC SAD05050906 1.1 Ok
1 Cat6k MSFC 2 daughterboard WS-F6K-MSFC2 SAD05050KLM 1.2 Ok

Mod Online Diag Status
--- -------------------


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP : Time problem (net/ftp) Vin Raja Ruby 0 06-07-2007 07:47 AM
sun.net.ftp.FtpProtocolException: Error reading FTP pending reply long990802@gmail.com Java 3 12-11-2005 02:46 AM
ftplib question - ftp.dir() returns something and ftp.nlst() does not Nico Grubert Python 0 11-24-2005 02:00 PM
Net::FTP problems getting files from Windows FTP server, but not Linux FTP Server. D. Buck Perl Misc 2 06-29-2004 02:05 PM
FTP over SSL vs FTP over SSH someone Java 1 04-25-2004 03:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57