How can you check whether IP forwarding is enabled on an IP Security Appliance?

How can you check whether IP forwarding is enabled on an IP Security Appliance?

How can you check whether IP forwarding is enabled on an IP Security Appliance?

A.
clish �c show routing active enable

B.
echo 1 > /proc/sys/net/ipv4/ip_forwarding

C.
ipsofwd list

D.
cat/proc/sys/net/ipv4/ip_forward



Leave a Reply 1

Your email address will not be published. Required fields are marked *


atikus

atikus

Check IP Forwarding using /proc
cat /proc/sys/net/ipv4/ip_forward

So the answer is D