LPI
202-450 · Question #35
A server with 2 network interfaces, eth0 and eth1, should act as a router. eth0 has the IP address 192.168.0.1 in the subnet 192.168.0.1/24 and eth1 has the IP address 10.0.0.1 in the subnet…
The correct answer is A. Enable IP forwarding with echo "1" > /proc/sys/net/ipv4/ip_forward C. Reconfigure the firewall rules to allow traffic to traverse the networks. You've hit your weekly limit · resets 5am (America/New_York)
211 Network Client Management
Question
A server with 2 network interfaces, eth0 and eth1, should act as a router. eth0 has the IP address 192.168.0.1 in the subnet 192.168.0.1/24 and eth1 has the IP address 10.0.0.1 in the subnet 10.0.0.0/16. The routing table looks fine, but no data is traversing the networks. Which TWO of the following need to be done?
Options
- AEnable IP forwarding with echo "1" > /proc/sys/net/ipv4/ip_forward
- BAdd new firewall chains to handle inbound & outbound traffic on both interfaces.
- CReconfigure the firewall rules to allow traffic to traverse the networks.
- DThe routing table needs to be restarted, for the changes to take effect.
- EThe server needs to be restarted, for the changes to take effect.
How the community answered
(36 responses)- A75% (27)
- B14% (5)
- D3% (1)
- E8% (3)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#IP forwarding#/proc/sys/net/ipv4/ip_forward#iptables#router configuration
Community Discussion
No community discussion yet for this question.