Ah, actually: On 29/04/14 14:34, govardhan sn wrote: > @ubuntu: sudo ./netmapcat eth1 192.168.100.101 listen 8090
> @ubuntu:~/netmap-rumptcpip/examples$ ifconfig eth1 > eth1 Link encap:Ethernet HWaddr 52:54:00:f5:5b:e4 > inet addr:192.168.100.101 Bcast:192.168.100.255 > Mask:255.255.255.0 > inet6 addr: fe80::5054:ff:fef5:5be4/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:12723537 errors:0 dropped:3019 overruns:0 frame:0 > TX packets:10501532 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:913754243 (913.7 MB) TX bytes:612950649 (612.9 MB) You shouldn't configure a host address on the interface. Now you have two networking stacks using the same IP address. Maybe the host is responding to the arp whohas and therefore the packet is being rejected by the rump kernel (delivered to wrong MAC address)? ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
