What command is used to add a route to the 192.168.4.0/24 network via 192.168.0.2?

What command is used to add a route to the 192.168.4.0/24 network via 192.168.0.2?

What command is used to add a route to the 192.168.4.0/24 network via 192.168.0.2?

A.
route add – network 192.168.4.0 netmask 255.255.255.0 gw 192.168.0.2

B.
route add – net 192.168.4.0/24 gw 192.168.0.2

C.
route add – network 192.168.4.0/24 192.168.0.2

D.
route add – net 192.168.4.0 netmask 255.255.255.0 192.168.0.2

E.
route add – net 192.168.4.0 netmask 255.255.255.0 gw 192.168.0.2



Leave a Reply 1

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


blob

blob

B route add -net 192.168.4.0/24 gw 192.168.0.2 also works