Skip to content

Commit 690312f

Browse files
committed
Update weaved.md
a few words
1 parent 22a55af commit 690312f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote-access/access-over-Internet/weaved.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Access your Raspberry Pi over the Internet
22

33
You can connect to your Raspberry Pi from another computer anywhere in the world over the Internet. One method is to use port forwarding. Port forwarding requires you to change the configuration settings on your router. You must configure your router to forward the Internet traffic delivered to your public IP address on a specific TCP port number, to automatically route to the local network IP address of your Raspberry Pi. Most routers have this feature available through their configuration webpage. However, every router is different and there is no single set of instructions that applies to every router in use today. You will need to refer to the instruction manual for your router. The configurations can be tricky if your Pi is behind a firewall, or behind more than one router. One disadvantage of port forwarding is that it leaves a TCP port on your public IP address open on the Internet. This is a well known security vulnerability and must be managed carefully.
44

5-
An alternative method to port forwarding is to use Weaved services. Weaved is free software you can install on your Raspberry Pi that allows you to connect to your Pi from anywhere over the Internet. SSH, VNC, HTTP, and any TCP Port (or "service") can be made available securely over the Internet without port forwarding in this manner.
5+
One alternative method to port forwarding is the use of Weaved services. Weaved is free software you can install on your Raspberry Pi that allows you to connect to your Pi from anywhere over the Internet. SSH, VNC, HTTP, SFTP or any other TCP Port (or "TCP service") can be enabled securely over the Internet without port forwarding.
66

7-
For example, to enable SSH on port 22 over the Internet without port forwarding follow the instructions at:
7+
For example, to enable SSH connections to your Raspberry Pi over the Internet using any standard SSH client software follow the instructions at:
88

99
https://developer.weaved.com/portal/members/betapi.php
1010

0 commit comments

Comments
 (0)