Hello Again,
I checked
http://www.alteraforum.com/forum/showthread.php?t=16296 this thread and checked my configuration for the conditions hippo mentioned. They were as mentioned there.
I am trying to telnet the DE2 board with a Desktop computer. Perhaps I am configuring a wrong network. When I do route -n in the computer, I get:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.48.40.0 0.0.0.0 255.255.248.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 10.48.47.252 0.0.0.0 UG 0 0 0 eth0
so, in the OS, I do
Command: ifconfig eth0 hw ether 00:07:ed:0a:03:29
Command: ifconfig eth0 10.48.46.90
eth0: link down
Command: route add default gw 10.48.47.252 netmask 255.255.248.0
Command: inetd &
Command: mkdir /logs
Command: touch /logs/buffer1.txt
Command: touch /logs/buffer2.txt
Command:
Command: cat /etc/motd
Welcome to
____ _ _
/ __| ||_|
_ _| | | | _ ____ _ _ _ _
| | | | | | || | _ \| | | |\ \/ /
| |_| | |__| || | | | | |_| |/
| ___\____|_||_|_| |_|\____|\_/\_/
| |
|_|
For further information check:
http://www.uclinux.org/
Execution Finished, Exiting
Sash command shell (version 1.1.1)
/> eth0: link up, 100Mbps, full-duplex, lpa 0xC3E1
execve failed!
but when I try to link to the board, I get;
pancho@holaamigos:~$ telnet 10.48.46.90
Trying 10.48.46.90...
Connected to 10.48.46.90.
Escape character is '^]'.
telnetd: All network ports in use.
Connection closed by foreign host.
I don't know if its a mistake of network configuration, because I was using the same applications on another network and they worked correctly.
Thank you all
Francisco