개발환경 설정하다가 시간 다 보내고 있습니다.
도와주세요.
1. 먼저 tftp가 안돼거든요..
회사에서 PC(LinuxPC)는 157.171.182.41을 Ezboard는 157.171.182.42의 고정
IP를
할당받아서 회사 서브에 물려서 사용하려합니다.
아래서에 보면 PING을 받아 오는거 보면 네트워크에 물린건 맞는거 같은데
Ezboard쪽에서의 환경은 아래가 맞는지요??????????????????
EZBOOT>set
1. MAC Address [00:d0:ca:f2:26:25]
2. LOCAL IP [157.171.182.42]
3. HOST IP [157.171.182.41]
4. Host tftp directory []
5. zImage file name [zImage]
6. ram disk file name [ramdisk.gz]
7. boot loader file name [ezboot]
8. zImage address on flash [0x00020000]
9. ramdisk address on flash [0x00200000]
A. zImage address on memory [0xc0008000]
B. ramdisk address on memory [0xc0800000]
C. Autoboot wait time [3]
D. Boot Menu Key [ ]
E. Kernel Command Line []
F. Architecture Number [200]
G. RAM Disk Size MBytes [8]

P. Apply
S. Save
0. Exit

Select >>p
...Applyed

EZBOOT>ping 157.171.182.41
Send ARP Packet
ARP PACKET Resive
HOST MAC : [ 00 00 F0 69 14 0D ]
Send Echo Packet
PING TEST GOOD

EZBOOT>tmr
Receive ramdisk.gz
CS8900 Init...............
CS8900 Mac Address : [00 D0 CA F2 26 25]
CS8900 DECTECT VALUE : [00003000]
CS8900 INIT OK!!!

Send ARP Packet
ARP PACKET Error
ARP PACKET Resive
HOST MAC : [ 00 00 F0 69 14 0D ]
HOST IP : [157.171.182.41]
LOCAL IP : [157.171.182.42]
Resive Address : C100-0000
TFTP Request Send
Time Overflow

EZBOOT>

2.PC쪽에서 tftp파일이 자동으로 생성이 된다고 하던데
안생겨서 직접쳐 넣었거든요. (혹시나 해서 지우고다시깔고도 해보았는데
역시나 tftp파일은 안생기더라고요 해서 직접 아래와 같이 만들었습니다.)
아래대로 했더너 netstat명령에서 응답이 없는데 혹시 동작안하는것인가요.
(명령에서 #tftp를 치면 tftp>가나오고 하는걸 보면 동작하는거 같기도하고)
?????????????????????????

[root@lec94189 xinetd.d]# vi tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
}
[root@lec94189 /root]# cd /etc/xinetd.dservice tftp

[root@lec94189 xinetd.d]# netstat -al | grep bootp
udp 0 0 *:bootps
*:*
[root@lec94189 xinetd.d]# netstat -al | grep tftp
[root@lec94189 xinetd.d]#

3. PC쪽에서 Ezboard로 Ping Test를 할수는 없나요
아래와 같이 되거든요.
??????????????????????????????????????

[root@lec94189 xinetd.d]# ping 157.171.182.42
PING 157.171.182.42 (157.171.182.42) from 157.171.182.41 : 56(84) bytes
of data.
From 157.171.182.41: Destination Host Unreachable
~