Access to internet from pods running on non-internet interface

I have cluster installed on 192.168.100.0/24 network

NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
windows-srv Ready 175m v1.23.2 192.168.100.1 Windows Server 2019 Standard 10.0.17763.4131 docker://20.10.9
plane.aquila.local Ready control-plane,master 18d v1.23.2 192.168.100.11 CentOS Linux 7 (Core) 3.10.0-1160.88.1.el7.x86_64 docker://20.10.12

and I also have a 10.65.11.0/24 network available on the windows node ( this one has internet access ). What should I do to enable internet access from windows pods ? NOTE: I can access internet from windows host without problem, but not from pods started on windows.