What I have may be simple, but I am a rookie dealing with routers.
I have a Point of Sale (PoS) machine on the network at 192.168.1.11 that needs to communicate with the fileserver at 192.168.1.10 on the network. How do I set up a default route that 192.168.1.11 sends directly to 192.168.1.10 without broadcasting over 192.168.1.255? The .10 address can get out to the internet, but the .11 address should only be talking to the .10 address.
Also, .11 seems to communicate on ports 137 and 138. Do I need to do anything special to allow this to go through?
Thank You.