The setup is currently 1 Windows 10 Home laptop with wifi internet access from a router that I don't have admin access to (Thus no custom DHCP config). The Windows machine is connected to a switch which is connected to a Ubuntu Hadoop Cluster with permanent static IP's that I cannot change. My goal is to bridge internet to the Ubuntu cluster so I can do some apt-gets. The current issue is trying to route it. The Internet is coming from 192.168.43.114 on subnet 255.255.255.255 while the Hadoop cluster is on 192.168.2.x on subnet 255.255.255.0. I've tried route add DESTINATION MASK SUBNET GATEWAY
but to no avail. Is Windows capable of doing this or do I have this conceptually wrong?
The Windows can connect to both networks simultaneously via ICSharing by editing regedit of HKLM\System\CurrentControlSet\services\SharedAccess\Parameters and editing it to be 19.168.2.200. There appears to be no Internet access on the cluster though.
IPv4 Route Table===========================================================================Active Routes:Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 192.168.2.255 192.168.2.244 281 0.0.0.0 0.0.0.0 192.168.43.1 192.168.43.114 55 127.0.0.0 255.0.0.0 On-link 127.0.0.1 331 127.0.0.1 255.255.255.255 On-link 127.0.0.1 331 127.255.255.255 255.255.255.255 On-link 127.0.0.1 331 192.168.2.0 255.255.255.0 On-link 192.168.2.244 281 192.168.2.244 255.255.255.255 On-link 192.168.2.244 281 192.168.2.244 255.255.255.255 On-link 192.168.43.114 56 192.168.2.255 255.255.255.255 On-link 192.168.2.244 281 192.168.43.0 255.255.255.0 On-link 192.168.43.114 311 192.168.43.114 255.255.255.255 On-link 192.168.43.114 311 192.168.43.255 255.255.255.255 On-link 192.168.43.114 311 192.168.56.0 255.255.255.0 On-link 192.168.56.1 281 192.168.56.1 255.255.255.255 On-link 192.168.56.1 281 192.168.56.255 255.255.255.255 On-link 192.168.56.1 281 224.0.0.0 240.0.0.0 On-link 127.0.0.1 331 224.0.0.0 240.0.0.0 On-link 192.168.56.1 281 224.0.0.0 240.0.0.0 On-link 192.168.2.244 281 224.0.0.0 240.0.0.0 On-link 192.168.43.114 311 255.255.255.255 255.255.255.255 On-link 127.0.0.1 331 255.255.255.255 255.255.255.255 On-link 192.168.56.1 281 255.255.255.255 255.255.255.255 On-link 192.168.2.244 281 255.255.255.255 255.255.255.255 On-link 192.168.43.114 311===========================================================================