This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SLIP lwIP and Windows


I'm trying to get SLIP in Windows to talk to lwIP.

Windows connects to the lwIP running in my AT91 EB40a, but 
when I try to talk to the unit itself, things go wrong somewhere.
I've got an ftp server compiled(and seemingly running fine, it just never 
receives any connections).

It is as if the ip traffic is redirected to my development machine instead 
of being directed to my EB40a unit.

I've verified that when I try to ftp in to my EB40a unit, no data goes out 
on the serial port(via portmon in sysinternals.com).

C:\Temp>ipconfig

Windows 2000 IP Configuration

Ethernet adapter Local Area Connection 2:

        Connection-specific DNS Suffix  . : zylin.com
        IP Address. . . . . . . . . . . . : 192.168.222.115
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.222.1

PPP adapter {979E36E8-1F7E-4CDE-8D5A-28DFAA8139AD}:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.222.202
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . :

C:\Temp>ping 192.168.222.202

Pinging 192.168.222.202 with 32 bytes of data:

Reply from 192.168.222.202: bytes=32 time<10ms TTL=128
Reply from 192.168.222.202: bytes=32 time<10ms TTL=128
Reply from 192.168.222.202: bytes=32 time<10ms TTL=128
Reply from 192.168.222.202: bytes=32 time<10ms TTL=128

Ping statistics for 192.168.222.202:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum =  0ms, Average =  0ms

C:\Temp>

C:\Temp>tracert 192.168.222.202

Tracing route to lair [192.168.222.202]
over a maximum of 30 hops:

  1   <10 ms   <10 ms   <10 ms  lair [192.168.222.202]

Trace complete.

C:\Temp>tracert 192.168.222.115

Tracing route to lair [192.168.222.115]
over a maximum of 30 hops:

  1   <10 ms   <10 ms   <10 ms  lair [192.168.222.115]

Trace complete.




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]