search for: network4

Displaying 4 results from an estimated 4 matches for "network4".

Did you mean: network
2018 Jul 04
4
[PATCH 0/3] v2v: Implement MAC address to network/bridge mapping.
Deep in the discussion of this bug, unfortunately mostly in private comments: https://bugzilla.redhat.com/show_bug.cgi?id=1594515 we decided it'd be more flexible for RHV if we had a way to map individual NICs to target networks and bridges. This can be done by adding a new --mac option so you can specify the exact mapping you need: $ virt-v2v [...] \ --mac
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
...encryption_algorithm aes; >>> hash_algorithm sha256; >>> authentication_method hybrid_rsa_server; >>> dh_group 2; >>> } >>> } >>> >>> mode_cfg { >>> network4 172.31.78.5; >>> netmask4 255.255.255.240; >>> pool_size 6; >>> dns4 172.25.50.1; >>> auth_source pam; >>> auth_groups "users"; >>> group_source system; >>> auth_t...
2007 Oct 12
0
OT: a very big problem with ipsec-tools on CentOS5
...ersal on; dpd_delay 20; ike_frag on; passive on; proposal { encryption_algorithm aes; hash_algorithm sha256; authentication_method hybrid_rsa_server; dh_group 2; } } mode_cfg { network4 172.31.78.5; netmask4 255.255.255.240; pool_size 6; dns4 172.25.50.1; auth_source pam; auth_groups "users"; group_source system; auth_throttle 10; pfs_group 2; } sainfo anonymous { pfs_group 2; life...
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3: - A large number of fixes, especially for running the tests on installed libguestfs. - Fixed EXTRA_DIST rules throughout. - Extra patch 17/17 which is a tidy-up of the generated XML listing guests. Rich.