-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with more than 23 flows. #9
Comments
Hi, Can you please share mos.conf file for your experiments? What are the maximum concurrent connections (at any given time) being setup in your experiment? Your description was not clear. Are you replaying packet (from pcap files) in your experiments? In that case, you may want to run your experiment in passive mode. |
Hey, I only changed my mos.conf according to your documentation on the inline mode: mos {
} I used the test pcaps from tcpreplay: http://tcpreplay.appneta.com/wiki/captures.html One server is the DUT and the other one sends out the packets and recieves them on the other port to measure time and such things. Similar setup as in your example of the inline mode so I used that one. I replayed pcaps and also generated udp packets and sent them through. With both the sample applications stop working when I go over 23 flows. |
I understand your setup a bit better now. I am not sure what exactly is the problem but can you please verify the following?: 1- Make sure that the IP addresses of 2- Try to run synthetic flows by running client, e.g. |
Hey, sorry again for the long waiting time.
|
I tested mOS with the Moongen packet generator. I used a tcp pcap to test the performance of the sample NAT and sample simple_firewall.
I used a server with the following configuration:
CPU: Intel(R) Xeon(R) CPU E31230 @ 3.20GHz Number of CPUs: 1 Memory: 16 GB Mainboard: X9SCL/X9SCM Mgmt MAC: 00:25:90:75:4c:16 IPMI MAC: 00:25:90:75:49:23 NICs: 2x Intel X540 (1x X540-T2)
with debian-jessie. I used mOS in inline mode. When I send and pcap with more than 23 Flows mOS stops processing the incoming traffic. It is still running but does not show anymore incoming traffic and also does not forward any more traffic.
This also applies to udp traffic. I have no idea what could cause this.
Can you help me out? I'm a relative newbie in this so sorry if something important is missing
The text was updated successfully, but these errors were encountered: