A network technician is troubleshooting a newly deployed web server configured with IP address . The server can ping another host on the local subnet at , but it cannot reach external networks or receive HTTPS requests from internet clients.
Reviewing the device settings reveals:
- Router LAN Interface IP:
- Server Default Gateway:
- Router WAN Interface Inbound ACL:
- `permit tcp any host 10.50.12.35 eq 80`
- `deny ip any any`
Which TWO of the following troubleshooting actions are required to restore full intended connectivity for the server?
- Update the server's default gateway address to .Cevap
- Add a rule to the router WAN inbound ACL permitting TCP port 443 traffic to .Cevap
- CChange the server subnet mask to to include within the local subnet.
- DReassign the server interface to the native VLAN to bypass Layer 3 routing for external destinations.
Cevap
The server's default gateway address must be changed to , and an inbound ACL rule permitting TCP port 443 to host must be added to the router's WAN interface.
The host resides on the subnet. The gateway IP is outside this subnet, preventing remote network access until updated to the router interface address . Additionally, incoming HTTPS traffic uses TCP port 443, which is blocked by the WAN ACL's implicit deny until an explicit permit rule for TCP port 443 is inserted.
Adım Adım Çözüm
Anahtar Kavram
Subnet Default Gateway Alignment & Access Control List Port Filtering