search for: port_forwarding

Displaying 9 results from an estimated 9 matches for "port_forwarding".

2000 Aug 13
1
Patches for openssh port forwarding
...-------------- diff -u -r openssh-2.1.1p4/channels.c openssh-2.1.1p4-jhchanges/channels.c --- openssh-2.1.1p4/channels.c Mon Jun 26 03:22:53 2000 +++ openssh-2.1.1p4-jhchanges/channels.c Sun Aug 13 02:22:42 2000 @@ -59,6 +59,9 @@ */ static int channels_alloc = 0; +/* Jarno: Needed to check if port_forwarding is allowed */ +extern ServerOptions options; + /* * Maximum file descriptor value used in any of the channels. This is * updated in channel_allocate. @@ -1506,15 +1509,12 @@ u_short port_to_connect) { int payload_len; + int type; + /* Record locally that connection to this host/po...
2004 Aug 17
0
pp_nat & port_forwarding
Hi guys! I'm doing dialup-firewalling with ppp_nat. I know the solutions to do redircet witch natd in the nat.conf. Is there a possibility to do it with ppp_nat? Greetings Alex Huth
2000 Aug 11
1
OpenSSH Questions
Heya, I'm trying to convince my company to use OpenSSH instead of the commercial SSH version. I need a little help: 1. What features does OpenSSH offer over commercial SSH (besides being free and open source of course)? 2. Our lawyers want details on the licensing / patents stuff. I have the high level details from the OpenSSH page. I need the nitty gritty like RSA patent# and
2008 Dec 05
3
ssh forwarding as putty in window
Hi How can I configure ssh forwarding as putty in window Thank you --------------------------------- Yahoo! Canada Toolbar : Search from anywhere on the web and bookmark your favourite sites. Download it now! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jan 02
2
Media Wiki Running
Hello, I have a naked mediawiki running, from http://wikipedia.sourceforge.net/ The wiki is here: http://wiki.rettc.com Let me know what you think, and if it will be suitable for populating with FAQ stuffs. Alex http://www.rettc.com
2004 Apr 01
0
Request for Kazaa Info input into Shorewall Wiki
...aining, well watching, no real maintenance yet, the shorewall wiki (http://wiki.rettc.com/wiki.phtml?title=Wiki_Shorewall_FAQ) and though its evolution is slow, there is definitely evolution. Maybe it will become useful yet. I looked at this recent post: http://wiki.rettc.com/wiki.phtml?title=Talk:Port_Forwarding Here someone has requested help for Kazaa. I am sure this info is within the docs and mailing list archive. But, if some shorewall user is out there and has a sucessful Kazaa experience, I was wondering if you could take a few minutes and write a bit of info about it, and insert it into the wiki...
2019 Jan 15
3
Cannot access other computers on LAN
Hello Julien, Am Tue, 15 Jan 2019 16:33:26 +0100 schrieb Julien dupont <marcelvierzon at gmail.com>: > ip_forward was not enabled, now it is. a good step forward :) (you should do this permanently via /etc/sysctl.d/) > 'iptables -L -vn' yields: > [..] OK. The output tells us, that there are firewall rules. Now you should take a look at your firewall configuration
1999 Jul 03
2
Dual Homed Samba Server Problem
Hi, There may be a simple mistake of mine, but i just can't figure it out: I tryed to play around with options but with no success. If you could help me i'll be grateful, so that's is my environment: - there are 2 networks: 172.16.0.0/255.255.255.0 and 172.16.1.0/255.255.255.0 - i've setup up a Linux box with 2 cards : eth0 172.16.0.2 and eth1 172.16.1.2 - i have Win9x clients
2000 Aug 23
1
Protocol 2 remote forwarding patch
...free(service); diff -u -r openssh-2.1.1p4/channels.c openssh-2.1.1p4-jhchanges/channels.c --- openssh-2.1.1p4/channels.c Mon Jun 26 03:22:53 2000 +++ openssh-2.1.1p4-jhchanges/channels.c Wed Aug 23 09:27:47 2000 @@ -59,6 +59,12 @@ */ static int channels_alloc = 0; +/* Jarno: Needed to check if port_forwarding is allowed */ +int allow_port_forwarding; +int user_authenticated_as_root; /* This could be uid so we could log who + * tried to forward ports. + */ + /* * Maximum file descriptor value used in any of the channels. This is * updated in channel_allocate. @@ -581...