-
* Overview
* MicroServer Series
- OpenMicroServer
- OpenBlockS
* Appliances
- KANSHI BlockS Pro
- PacketiX BOX
* SSD/Linux
* PacketiX
- Top
- FAQ
PacketiX VPN FAQ
-
Also see the FAQ in Chapter 11 of the PacketiX VPN 2.0 Online Manual
-
2010/02/242010/02/242010/03/172010/02/242009/01/222007/12/12
-
Is there a PacketiX VPN Client for Mac?We apologize but there is no Mac version of the PacketiX VPN Client yet. We are aware that this is a much-requested port and we're working on it.2010/02/24511Back to topHow can I install PacketiX VPN under Linux?Try this handy guide, written by one of our users:
http://wan.pengganas.net/entry/packetix-net-vpn-installation-on-linux/2010/02/24509Back to topI set up a PacketiX VPN Client to use the PacketiX.NET Secure Internet Service, and I can connect, but my IP doesn't change.1. Make sure you use the correct connection settings in PacketiX VPN. You can find them at http://packetix.net/en/secure/install/
2. If you access the Internet from behind a http proxy, enter the proxy settings in the PacketiX VPN Server manager, and remove the proxy settings in your browser settings.
3. (Windows only) Set the interface metric of your normal LAN Internet connection (not the VPN!) to a high value (60 or more).
Windows will route traffic over the connection with the lowest interface metric, so if the direct connection has a high value, traffic will use the VPN instead. Here is how to do it:
http://www.windowsreference.com/windows-2000/change-the-interface-metric-on-a-network-adapter/2010/03/17508Back to topI want to try out anonymous Internet access with PacketiX.NET. How do I set it up?Step 1Download the PacketiX VPN Client software for your operating system from the PacketiX VPN download page.
Step 2Install the PacketiX VPN Client.
Step 3Open the PacketiX VPN Client Manager and create a new connection with the settings from the PacketiX.NET installation guide.
Step 4Setting Item Value VPN Server host name public.softether.com VPN Server port number 443 Virtual Hub name PUBLIC User name PUBLIC User authentication anonymous Connect.
Step 5Use What is my IP? to check whether your IP has changed.
2010/02/24507Back to topOn the PacketiX VPN Linux Client, I've managed to get a connection, but I don't get an IP address allocated to my vpn nic - connecting to the same VPN Server from a Windows client works fine.The PacketiX VPN Linux Client does not retrieve an IP address and start the interface automatically like the Windows client does. You have to do manual configuration.
Here are the necessary steps for common Linux distributions:
* RedHat
Assuming tap_vpn as the name of the virtual LAN card:
- Create the file /etc/sysconfig/network-scripts/ifcfg-tap_vpn with the
contents:
DEVICE=tap_vpn ONBOOT=no BOOTPROTO=dhcp
- Run the command
# ifup tap_vpn
* Debian
Assuming tap_vpn as the name of the virtual LAN card:
- Add the following setting to /etc/network/interfaces
iface tap_vpn inet dhcp
- Run the command
# ifup tap_vpn
2009/01/22438Back to topHow many connections can a PacketiX BOX handle?The PacketiX BOX has enough processing power to handle 20 VPN Client connections as a server or bridge, or a local bridge to a LAN with about 20 PCs.
For larger networks, either use several boxes as bridges or use PacketiX VPN 2.0 on a more powerful server.
2007/12/12364Back to top