Displaying 20 results from an estimated 2000 matches similar to: "two questions about ssh tunneling"
2009 Oct 31
1
how to set default proxy?
hi
I know that I could use ssh tunneling:
ssh -fND localhost:6000 SOMEBODY at 192.168.56.5 -p PORTNUMBER
to surf the web through another machines internet connection -> I just need to set Firefox to use proxy 6000.
But:
How can I set that on the client side, to e.g.: ping through the
machine with openssh-server? Not just setting Firefox to use port 6000.
Is there any method for
2003 Jun 24
8
Patch for Socks5 support for dynamic portforwaring?
Hi,
has anybody seen a patch that provides socks version 5 support for the dynamic portforwarding feature?
I?ve seen thats implemented in ssh.com?s ssh version, but
found nothing about openssh.
Only thing i found was a patch to provide socks4a.
cu
sleepi
2009 Nov 26
1
postfix+sasl+dovecot script help!
postfix+sasl+dovecot script help!
Hi everybody!
I am trying to get the solution for days now, and I don't know what to do really :S
I just want to write a script, what does automatically install postfix, dovecot, and it configures sasl authentication for the clients.
I'm here right now [the script!!]:
####################
http://pastebin.ca/1687824
[I have written the reference
2007 Feb 22
3
How to print a double quote
Can anyone tell me how to get R to include a double quote in the middle
of a character string?
For example, the following code is close:
> fnd<-"Open fnd 'test'"
> cat(fnd)
Open fnd 'test'>
>
But instead of Open fnd 'test' I need: Open fnd "test". Difference
seems minor, but I am writing batch files for another
2010 Apr 28
1
[GLUG-tech] Re: how to reroute all ADSL traffic via another server on the internet?
On Wed, Apr 28, 2010 at 4:19 PM, zerlgi <zerlgi at gmail.com> wrote:
> ?Probably the easiest VPN to set up, but not terribly secure, is VTun.
>
> If you use (horrors) PPTP, then windows already has a client for it.
> .. openVPN also has a nice Windows client that can be run as a service
> at startup or called on demand.
> .. openVPN supports multiple tunnels (one per .cfg
2012 Oct 22
1
[PATCH] Implement remote dynamic TCP forwarding
Hi all,
This is a client side only implementation of reversed dynamic (SOCKS) TCP
forwarding, which means it is compatible with any existing servers
have 'remote forward' capability.
To establish such forward, use "ssh -R [BIND_ADDRESS:]PORT ...".
The server will listen on that port and address and accept SOCKS
traffics.
Hope this will be useful for you.
There was an
2008 Jul 01
1
[PATCH] SOCKS4A support
This provides SOCKS4A support, which allows a SOCKS4 client to provide a
host name instead of an IP address. It indicates that it's doing so by
using a known-invalid IP address 0.0.0.x (where x != 0), and then
appending the NUL-terminated hostname to the connection request.
Although we check for the terminating NUL manually and the
'fatal(len %d > have %d)' should never happen, the
2011 Jan 12
2
aggredating date data
I tried a date by date forecast of a time series and it seems to be
too wild. How can I aggregate the date into weeks or months as
required?
Thanks.
The input looks like
ID datadate("YYYY-MM-DD") value_for_day
-- ----- -------
-- ------ --------
and I want to be able to change it to
ID dataweek value_for_week
or
2013 Apr 09
4
quotes in cat() within function
Hello all,
Sorry if this question has been answered in the past, but I could not find
an answer.
I am trying to print quotes within a cat output. The arguments are:
file= "Data labels"
directory= "/home/mylaptop/"
The function returns:
cat("The file", file, "is located in directory", directory, sep=" ")
The output R prints is
The file Data
2002 May 11
4
socks5 support
> Winton--
>
> Excellent! Absolutely wonderful.
>
> I'm wondering which apps/encapsulators support 4A? This gets me
> around
> the DNS leakage problem quite nicely.
>
> Incidentally, we do need SOCKS5 support -- if for no other
> reason, the
> fact that there's *operating system* level support in OSX for SOCKS5
> redirection. So
2009 Apr 01
4
UDP and NAT
At the moment I have 2 network connected in a VPN and I'm planning to
extend this.
Actual status:
Network A has a public IP
Network B is behind a provider-scale NAT.
Actually I'm using openvpn with a single UDP connection from B to A, and
hosts inside Network A can communicate with B.
I tried with tinc, and I saw tinc has to go TCP-Only for accomplish
this. This is because Tinc
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch
(https://notmuchmail.org/), which uses Xapian, that flintlock was not
being locked (I had lost updates).
I then found that opening a Xapian database for writing directly via
the Xapian Tcl bindings also silently fails to lock flintlock.
I have taken a copy of flint_lock.cc to play with, and I find that it
locks the file when called
2010 Dec 06
7
[PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase
From: Hank Janssen <hjanssen at microsoft.com>
Convert camel case struct fields in vstorage.h to lowercase
Signed-off-by: Abhishek Kane <v-abkane at microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/storvsc.c | 133 +++++++++++++++++++++--------------------
2010 Dec 06
7
[PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase
From: Hank Janssen <hjanssen at microsoft.com>
Convert camel case struct fields in vstorage.h to lowercase
Signed-off-by: Abhishek Kane <v-abkane at microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/storvsc.c | 133 +++++++++++++++++++++--------------------
2009 Dec 13
1
is this a security issue?
if i:
chmod 777 /var/lib/dovecot /var/lib/dovecot/control /var/lib/dovecot/index
could that make a security hole?
/Debian Lenny/
postfix+dovecot+squirrelmail, etc
2016 Feb 24
4
Database left unlocked by Tcl bindings
On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>>
2002 May 13
3
lib/debug.c:reopen_logs(349)
Windows 2000 sp2 with Terminal Services and Citrix 1.8 Metaframe as 'client'.
---
Problem starts at 40 to 50 users logged on. 7-9 shares mapped at login. Effect is
'access denied' on accessing directories restricted by group access even though
user has valid unix /etc/group access.
---
Machine SunFire 880
Samba 2.2.4
Configured with "-without-winbind"
Solaris 8
2005 May 04
6
Segmenting wireless traffic
I''m considering adding a seperate subnet to my loc network making loc1
(192.168.1.0/24) and loc2 (192.168.0.1/24) with the goal of seperating
my wireless traffic from my wired LAN traffic.
Has anyone had success doing this, or is it still possible to sniff the
traffic of a seperate zone on the same interface with tools like ettercap?
2012 Aug 15
5
PV USB Use Case for Xen 4.x
Good Afternoon. My colleague Stefan (sstan) was asked on the IRC
channel to provide our use case for PV USB in our environment. This is
possible with the current xm stack but not available with the xl stack.
Currently we use PVUSB to attach a USB Smartcard reader through our dom0
(SLES 11 SP1) running on an HP Blade Server with the Token mounted on an
internal USB Port to our domU CA server
2008 Jan 30
1
Windows client not honorring the Port directive?
Hi all,
I have trouble making a tinc daemon on a Windows XP machine behave properly.
In order to let the connection go through the (NAT) firewall I need to
be able to pinpoint the exact portnumber used, so I can make the
proper rewriting rules.
However when I don't specify any Port number the firewall receives
connection attempt for the other tinc machine on the internet from a