• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp0
r3wp11
total:11

results window for this page: [start: 1 end: 11]

world-name: r3wp

Group: !AltME ... Discussion about AltME [web-public]
Graham:
22-Feb-2007
If you want to use Altme at work, you could set up a ssl vpn at home 
using a Linksys rvl200 eg http://reviews.cnet.com/Linksys_4_Port_SSL_IPSec_VPN_Router_RVL200_router/4864-3243_7-32015900.html?ctype=msgid&messageSiteID=7&messageID=2349010&cval=2349010&tag=uolst
Group: Core ... Discuss core issues [web-public]
[unknown: 5]:
8-Jul-2005
Is there anyway to get the ip address of the local computer?  My 
problem is that I use a VPN for some functions and have other techs 
that do also and wanted to make a utility that could simply determine 
what subnet they are on.  Problem is that I get the local ip of the 
lan and not the other interface ip's.  Anyway to get those?
[unknown: 5]:
8-Jul-2005
Sunanada - that only returned the lan interface ip but not the vpn 
interface ip that I wanted to get
Henrik:
28-Jan-2006
basically it's stuff that can easily be done to increase the value 
of the access point. Linksys could easily sell a fully pumped up 
version of the same access point with loads of bells and whistles 
(firewall, VPN, realtime stats, SSH access) for 3-4 times its current 
price and still be cheaper than competition. the hardware is really 
underutilized
Group: View ... discuss view related issues [web-public]
Janeks:
28-Feb-2006
What could cause font script(encoding) change from f.ex. baltics 
to western  when downloading and running scripts on other computer.

In this case I am getting language specific symbols displayed like 
the font encoding scipt is Western while I need Baltics.

At the same time I had no problem, when I called the same layout 
script in office.
Problem appears when I am at home connected to office via VPN.
Rebol view console font encoding script is set to Baltics.
Group: Syllable ... The free desktop and server operating system family [web-public]
BrianH:
17-Dec-2010
Groove didn't do the same thing, afaik. It didn't do a full IP network 
that coukld be used by any app, completely agnostic of the VPN.
Group: Web ... Everything web development related [web-public]
Will:
3-May-2008
this is part of a script I use to monitor and restart  my vpn and 
ssh tunnel :
connect: does [
		call rejoin [{osascript -e "tell application \"System Events\"
			tell current location of network preferences
				set vpn to current configuration of service \"VPN\"
				if not connected of vpn then
					tell application \"AlmostVPNProMenuBar\"
						stop (profile named \"default\")
					end tell
					connect vpn
					delay 6
					tell application \"AlmostVPNProMenuBar\"
						start (profile named \"default\")
					end tell
				else
					tell application \"AlmostVPNProMenuBar\"
						stop (profile named \"default\")
					end tell
				   disconnect vpn
					delay 6
					connect vpn
					delay 6
					tell application \"AlmostVPNProMenuBar\"
						start (profile named \"default\")
					end tell
				end if
			end tell
		end tell"}]
	]
Group: !REBOL3-OLD1 ... [web-public]
Pekr:
12-Dec-2008
- but, for .e.g. with Cisco VPN client, we had to turn IPv6 off in 
order to get it work properly.
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public]
Graham:
22-Feb-2007
can I use http://sourceforge.net/projects/sslexplorerto set up a 
ssl vpn so that the remote user logins via the vpn, and then accesses 
the intranet's web server?
Group: World ... For discussion of World language [web-public]
Endo:
28-Nov-2011
Its too bad but http://world-lang.orgcannot be accessible from Turkey 
:( I'll try with a VPN.
Endo:
28-Nov-2011
Geomol: "How can that be?" Unfortunately many domain name is not 
accessible from Turkey. The telecommunication company restricts the 
access of many domains, IPs, and even domain names that includes 
some restricted words like porn, f**k or something..

The funny thing is the word of "forbidden" (in Turkish "yasak") is 
also restricted, no one can access a domain which includes "yasak" 
word without using a VPN.
Shame..