I recently got my QNX machine online (after installing a Realtek 8139 NIC card because I could not get my on-board Intel Pro 10/100 VE to work). The system is set up for dhcp, and is starting up and going online with no problem. here is generally what i start in the netstart file (in order):
Net.rtl (<- From 4.25G, although I am running 4.25B currently)
Socket
dhcp.client
syslogd
nfsstart
inetd
I can telnet in/out without any problems, but I cannot ftp. I figure it is a setup error of some kind, but I haven’t dealt with it before and was hoping someone could help me out.
When I ftp to the QNX machine, I can connect and login with no problem. When I attempt to “ls”, I get this:
200 PORT command successful
425 Can’t create data socket (,20):Can’t assign requested address.
When I ftp out from the QNX machine, I can also connect and login with no problem, but when i “ls” I get this:
ftp: bind: Can’t assign requested address
Can someone tell me where I set this up wrong?
Thanks.