Hi all. could you anyone tell how I can get ftp connect to mini2440 card, please? I have Ubuntu 9.10 and I have connected by crossover cable between PC and mini2440 card but what I should be to do next? Ping doesn't get any connection. Please, help me?
Ftp connect?
Hi, give the mini an IP, where the first 3 numbers are identical to your hosts IP and the 4. number differs. Then ping <IP> should answere. As default, on the mini is no ftp server installed, only telnet. My lazy way is telnet to mini and in the telnet console ftp to host. Configuring ftp server on host can be match more easy than installing ftp server on mini. skip
Hi skip2816. Thanks for you but if I give ping 192.168.1.230(= mini2440 IP address), ping not get answer. And also on mini2440 card, ping 192.168.0.33(my PC IP), ping not get answer. I think I should be to set(or install) somethings in my PC but what, I don't know. pera
Hi pera, In the command line (on the pc) type ifconfig. Then search information about MASK. You should see something like that: Mask:255.255.255.0. If your mask is similar it means that last number in ip address is computer number (board number). Numbers from 1 to 3 are the network address and should be the same. You have written that your board address is: 129.168.1.230 and your computer number is 192.168.0.33. For me it won't be working. Computer network address is 192.128.1 and board network address is 192.168.0 :) Regards Janusz
Sorry I made mistakes in addresses: The two last addresses should be: 192.168.1 and 192.168.0 Regards Janusz
Hi Janusz and thanks for you. I added a static ip address /etc/network/interfaces => iface eth0 inet static address 192.168.1.231 netmask 255.255.255.0 gateway 192.168.1.1 and after that: sudo /etc/init.d/networking restart And now ftp connect to works... Jipay jee...