summaryrefslogtreecommitdiff
path: root/etc/uanytun
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-28 14:50:42 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-28 14:50:42 +0000
commitcda2c7b1bafbc8190665905caf408402c84d4c07 (patch)
treedd5b97c533fd0a72962950745557b1dc8a4aa696 /etc/uanytun
parentadded adduser and deluser to insatll target (diff)
improved init script (chroot)
Diffstat (limited to 'etc/uanytun')
-rw-r--r--etc/uanytun/p2p-a/config4
-rw-r--r--etc/uanytun/p2p-b/config4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/uanytun/p2p-a/config b/etc/uanytun/p2p-a/config
index e5e561f..64f82ad 100644
--- a/etc/uanytun/p2p-a/config
+++ b/etc/uanytun/p2p-a/config
@@ -31,11 +31,11 @@ passphrase Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy
## local port to bind to (for tunnel data)
## make sure to use a different port for every server and client!
-port 4444
+port 4445
## The remote host and port
remote-host p2p-b.example.com
-remote-port 4444
+remote-port 4445
#############################
## Debug options #
diff --git a/etc/uanytun/p2p-b/config b/etc/uanytun/p2p-b/config
index 4d9d417..4b611d2 100644
--- a/etc/uanytun/p2p-b/config
+++ b/etc/uanytun/p2p-b/config
@@ -31,11 +31,11 @@ passphrase Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy
## local port to bind to (for tunnel data)
## make sure to use a different port for every server and client!
-port 4444
+port 4445
## The remote host and port
remote-host p2p-a.example.com
-remote-port 4444
+remote-port 4445
#############################
## Debug options #