Displaying 4 results from an estimated 4 matches for "forard".
Did you mean:
forward
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
...1 router + dns forwarders
I added the samba primary dns domain to the resolver settings in the router.
So internal.domain.tld > ip_samba_dns
(if you router is capable)
Pc is set to, dns1 samba, dns2 router.
Samba turned off, fine, dns2 forwards to the internet.
Samba up again, fine, dns1 forards to the internet.
Good luck,
Greetz,
Louis
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
o...
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