Which of the following statements is used in a parameter file for setkey in order to create a new SPD entry?
A.
spd
B.
addspd
C.
newspd
D.
spdnew
E.
spdadd
Answer:
E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 3
When OpenVPN sends a control packet to its peer, it expects an acknowledgement in 2 seconds by default. Which of the following options changes the timeout period to 5 seconds?
A.
-tls-timeout 5
B.
-tls- timeout 500
C.
-tls- timer 5
D.
-tls- timer 500
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 4
What effect does the following command have on TCP packets? iptables- A INPUT -d 10 142 232.1 -p tcp -dport 20:21 -j ACCEPT
A.
Forward all TCP traffic not on port 20 or 21 to the IP address 10.142 232.1
B.
Drop all TCP traffic coming from 10 142 232.1 destined for port 20 or 21.
C.
Accept only TCP traffic from 10.142 232.1 destined for port 20 or 21.
D.
Accept all TCP traffic on port 20 and 21 for the IP address 10.142.232.1
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
Which of the following stanzas is a valid client configuration for FreeRADIUS?
Which option of the openvpn command should be used to ensure that ephemeral keys are not written to the swap space?
A.
--mlock
B.
--no-swap
C.
--root-swap
D.
--keys-no-swap
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 7
Which of the following statements are valid wireshark capture filters? {Choose TWO correct answers.)
A.
port range 10000:tcp-15000:tcp
B.
port-range tcp 10000-15000
C.
tcp portrange 10000-15000
D.
portrange 10000/tcp-15000/tcp
E.
portrange 10000-15000 and tcp
Answer:
C, E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 8
Which directive is used in an OpenVPN server configuration in order to send network configuration information to the client? (Specify ONLY the option name without any values or parameters.)