480af72d   
   From: gah@ugcs.caltech.edu   
      
   Birkemose wrote:   
      
   > I am unfamiliar with ARP, but if I use ARP -a, I get a list of   
   > addresses, but none of them are 192.168.128s   
   > Forgive me if I know little about these things.   
      
   > I figure that the problem is NOT in my Windows application, since PING   
   > experiences the same problem. I would expect PING to work.   
      
   > The controller is initialized by a proffesional TCP package by Keil /   
   > Atmel. I have no idea if I need to provide a MAC address, but I will   
   > do some reading / phonecalling on this tomorrow.   
      
   If it is ethernet (you never mentioned that) then it needs a MAC   
   address, otherwise sometimes known as an ethernet address.   
      
   Normally they are globally unique 48 bit numbers, usually   
   stored in ROM on the host. If you clone the host, you must   
   change the MAC address. For IP to work, it really only needs   
   to be unique on the subnet, but that is exactly the problem   
   you have.   
      
   If the whole thing is on one FPGA (just a guess) then you somehow   
   have to get a new MAC address in there.   
      
   Post the output of the arp -a command on the PC.   
   The output if netstat -r would also help.   
      
   -- glen   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|