Hi, I'm trying to run simhost app from lwip port to unix (linux). With lwip v0.5.3 I just do "make" and then under IP: 192.168.0.2 I have all simhost apps.
Under lwip v0.7.1 I do "make" and then under PPP IP: 192.168.1.2 I can i.e.: ping 192.168.1.2 and it works fine just like simhost-telnet (but simhost-http is not working, sick). Under lwip 1.1.0 I do "make" and run simhost app. After that I can't use i.e. simhost-telnet or other simhost apps. I'm a little bit confused, why this is happening? What am I doing wrong? Please help, I'm sure it's minor mistake but it took my several to work this out and still no progress at all :( ` [EMAIL PROTECTED] root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.2 * 255.255.255.255 UH 0 0 0 ppp0 192.168.0.0 * 255.255.255.0 U 0 0 0 tap0 169.254.0.0 * 255.255.0.0 U 0 0 0 lo 127.0.0.0 * 255.0.0.0 U 0 0 0 lo [ [EMAIL PROTECTED] root]# tcpdump -l -n -i ppp0 tcpdump: listening on ppp0 02:49:42.850088 192.168.1.1 > 192.168.1.2: icmp: echo request (DF) 02:49:43.866233 192.168.1.1 > 192.168.1.2: icmp: echo request (DF) 02:49:44.865591 192.168.1.1 > 192.168.1.2: icmp: echo request (DF) [...] [EMAIL PROTECTED] root]# tcpdump -l -n -i ppp0 tcpdump: listening on ppp0 02:51:16.727732 192.168.1.1.35830 > 192.168.1.2.telnet: S 2975344382:2975344382(0) win 5840 <mss 1460,sackOK,timestamp 608875 0,nop,wscale 0> (DF) [tos 0x10] 02:51:19.725530 192.168.1.1.35830 > 192.168.1.2.telnet: S 2975344382:2975344382(0) win 5840 <mss 1460,sackOK,timestamp 609175 0,nop,wscale 0> (DF) [tos 0x10] 0 -- przemek wirkus _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
