06-10-2020 12:04 AM
I have a 1921 router it connects to WAN just fine but my LAN won't connect to the WAN
Equipment:
Router 1921
Switch 2960
Client desktop. 192.168.65.10
ISP --> Router --> Switch --> client desktop
Router configuration
interface gigabitethernet 0/0
ip address dhcp
i
ip nat outside
!
interface gigabitethernet 0/1
ip address 192.168.65.2 255.255.255.0
IP nat inside
!
ip route 0.0.0.0 0.0.0.0 gigabitethernet 0/0 DHCP
ip nat inside source list 101 interface gigabitethernet 0/0 overload
access-list 101 permit ip 192.168.65.0 0.0.0.255 any
Solved! Go to Solution.
06-10-2020 01:15 AM
Hi there,
The LAN gateway IP address is 192.168.65.2 . Either adjust the LAN DHCP scope or change the static interface configuration on the client to reflect this.
cheers,
Seb.
06-10-2020 12:13 AM
Hello,
the router configuration looks good. What is the IP configuration of the client, in particular, what is the default gateway used by the client ?
06-10-2020 12:28 AM
06-10-2020 01:15 AM
Hi there,
The LAN gateway IP address is 192.168.65.2 . Either adjust the LAN DHCP scope or change the static interface configuration on the client to reflect this.
cheers,
Seb.
06-10-2020 01:34 AM
It worked rookie mistake but thanks a lot
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide