search for: forarded

Displaying 4 results from an estimated 4 matches for "forarded".

Did you mean: forwarded
2020 Sep 16
4
AD DC DNS question
OS = Ubuntu 18.04 in an LXD container Samba 4.11.x and up Is there a way to have DNS resolution on the server that can coexist with the samba ad dc internal DNS server? The way that I have it set up, whenever samba is not running, then I can't use any web resources b/c everything goes through the samba internal DNS. So I can't do system updates and upgrades unless samba is running. I saw
2020 Sep 16
0
AD DC DNS question
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Jonathan Kreider via samba > Verzonden: woensdag 16 september 2020 2:20 > Aan: samba at lists.samba.org > Onderwerp: [Samba] AD DC DNS question > > OS = Ubuntu 18.04 in an LXD container > Samba 4.11.x and up > > Is there a way to have DNS resolution on the server
2006 Apr 22
1
[Patch] Unix Domain Socket Forwarding
...-L[</path/to/socket>]:[</path/to/another_socket>] -R[</path/to/socket>]:<host>:<port> -R<port>:[</path/to/socket>] -R[</path/to/socket>]:[</path/to/another_socket>] I've added several new SSH messages: streamlocal-forward at openssh.com forarded-streamlocal at openssh.com cancel-streamlocal-forward at openssh.com direct-streamlocal at openssh.com streamlocal from "AF_LOCAL" and "SOCK_STREAM". Seemed to logically follow from the tcpip messages. Um, included in this patch, for now, is my previous patch which added opt...
2005 Mar 04
1
[PATCH] controlling remote port forwarding over control path
Hi, the attached patch implements adding and canceling of remote port forwardings by communicating with a running ssh client via a control socket. Thus, one can do this: ssh -MNfS ~/.ssh/ctl remotehost and then: ssh -S ~/.ssh/ctl -O add-rforward 2000:forward:80 localhost to add a new remote forwarding or ssh -S ~/.ssh/ctl -O cancel-rforward localhost:2000 localhost to remove it. The