@timeshimanshu This is what I did before switching over to the MX
# cd /u/jmi <---location of the printtest file
# ftp 10.10.0.74 <----- IP of the printer
Connected to 10.10.0.74.
220 ET0021B7ABD56C Lexmark MS810 FTP Server NH63.YS.N639 ready.
Name (10.10.0.74:root):
230 User root logged in.
ftp> put printtest <------ printtest file with a simple Hello message
200 PORT command successful.
150 Opening ASCII data connection (10.10.8.60,46526).
226 Transfer complete.
173 bytes sent in 0.2 seconds (0.8446 Kbytes/s)
local: printtest remote: printtest
ftp> quit
221 Good-bye.
This is after switching over to the MX
# cd /u/jmi
# ftp 10.10.0.74 <---- Just sat there and never connected
^C#
# ping 10.10.0.74 <---- Decided to ping it
PING 10.10.0.74: (10.10.0.74): 56 data bytes
64 bytes from 10.10.0.74: icmp_seq=0 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=1 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=2 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=3 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=4 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=5 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=6 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=7 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=8 ttl=254 time=0 ms
64 bytes from 10.10.0.74: icmp_seq=9 ttl=254 time=0 ms
^C
--- 10.10.0.74 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 0/0/0 ms
# ftp 10.10.0.74 <---- Tried it again and it just sat there
From a command prompt from my computer
C:\>ftp 10.10.0.74
Connected to 10.10.0.74.
220 ET0021B7ABD56C Lexmark MS810 FTP Server NH63.YS.N639 ready.
500 OPTS command not understood.
User (10.10.0.74:(none)):
230 User default logged in.
ftp>
Can you understand my frustration? All I'm doing is moving one cable from the ISP gateway to the new MX but certain things stop working.