ik heb nu dit gevonden op de site maar snap nie techt wat ik moet doen. Waar vind ik alle router instellingen dan:shocked:
How would I connect from the Internet to a machine in the internal network which is behind a router?
You should enable "port forwarding" in your router's configuration. Port forwarding allows passing external connections to computers in the internal network. Almost all routers support this type of redirection.
For example, to access VNC or TightVNC server running on default ports, a router can be configured such way that TCP connections to ports 5900 and 5800 would be passed to the same ports of a particular machine with a specified private IP address (typically 192.168.x.x).
Here is an example of configuring port forwarding, assuming that TightVNC Server is running on default ports 5900 and 5800, on the machine with IP 192.168.1.100:
Application | Start port | End port | Protocol | IP Address | Enable
-----------------------------------------------------------------------
TightVNC | 5900 | 5900 | TCP | 192.168.1.100 | yes
TightVNC | 5800 | 5800 | TCP | 192.168.1.100 | yes
-----------------------------------------------------------------------
When port forwarding is set up, you can connect to the router's IP address such way as if it was your target machine's IP address, but you should specify those port numbers on which port forwarding was activated.
See also:
www.portforward.com (help on setting up port forwarding on various routers and firewalls)