다 아시겠지만서도
그 메세지는 bootp_cmd.c소스의144라인에서 발생하는것입니다.
지금 상황은 arp패킷을 보내는데 arp replay가 안오는 경우로 생각되네요..
정확히 어느지점에서 막히는지는 무식한 print문을 넣어서 찾아보면 되지 않을
까하네여..
자세한건 게시판 관리자님의 답변이 필요할듯하네여..

초보 ㅜ_ㅜ wrote..
: 계속 시도해 봤는데.. 되지 않아 질문올립니다.
:
: 먼저..
: host 는 210.94.173.104 이고
: ezboard 는 210.94.173.103 입니다.
: gateway 는 210.94.173.2
:
: ezboot에서..
: set 해서
:
: 1. MAC Address [00:d0:ca:f2:26:25]
: 2. LOCAL IP [210.94.173.103]
: 3. HOST IP [210.94.173.104]
: 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]
:
: 같이 했습니다.
:
: 저장한 후에.. 호스트로 ping 하면..
: EZBOOT>ping 210.94.173.104
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
: Send ARP Packet
:
: 같이 나옵니다. 현재 LINK에 불 들어와 있구요.. ping 하는 도중에는 ACT 가 반
: 짜거립니다.
: 이게 정상적인건가요? 패킷을 받았다는 메세지가 안뜹니다.. ㅠ_ㅠ
:
: 그리고.. 이젠.. ezboot 말고 부팅해서는..
: ifconfig 하면..
: [root@ezboard /root]$ ifconfig
: eth0 Link encap:Ethernet HWaddr 00:D0:CA:F2:26:25
: inet addr:210.94.173.103 Bcast:210.94.173.255
: Mask:255.255.255.0
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:100
: Interrupt:47 Base address:0x300
:
: lo Link encap:Local Loopback
: UP LOOPBACK RUNNING MTU:16436 Metric:1
: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:0
: 가 뜹니다..
:
: ping을 해보면..
: [root@ezboard /root]$ ping 210.94.173.104
: PING 210.94.173.104 (210.94.173.104): 56 data bytes
:
: 하고.. 계속 멈춰있습니다. 그래서.. ctrl + c 누르면..
:
: --- 210.94.173.104 ping statistics ---
: 942 packets transmitted, 0 packets received, 100% packet loss
:
: 나옵니다. ㅜ_ㅜ
:
: 그래서.. 혹시나 하는 맘으로..
:
: [root@ezboard /root]$ ifconfig lo up
: [root@ezboard /root]$ ifconfig eth0 210.94.173.103 netmask 255.255.255.0
: up
: [root@ezboard /root]$ route add default gw 210.94.173.2 eth0
: [root@ezboard /root]$ ifconfig
: eth0 Link encap:Ethernet HWaddr 00:D0:CA:F2:26:25
: inet addr:210.94.173.103 Bcast:210.94.173.255
: Mask:255.255.255.0
: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
: TX packets:942 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:100
: Interrupt:47 Base address:0x300
:
: lo Link encap:Local Loopback
: UP LOOPBACK RUNNING MTU:16436 Metric:1
: RX packets:0 errors:0 dropped:0 overruns:0 frame:0
: TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
: collisions:0 txqueuelen:0
:
: [root@ezboard /root]$ ping 210.94.173.104
: PING 210.94.173.104 (210.94.173.104): 56 data bytes
:
: --- 210.94.173.104 ping statistics ---
: 15 packets transmitted, 0 packets received, 100% packet loss
:
: 로 나옵니다. ㅜ_ㅜ
:
: 딴 컴퓨터에서 호스트로 ping 하면 작동이 잘 되는데요.. ezboard에서는 안 되
: 네요.. ㅠ_ㅠ
: 제가... 어떻게 해야 할까요... 도움을 주세요.. ㅜ_ㅜ