Displaying 20 results from an estimated 32863 matches for "forwarding".
2006 Mar 10
3
RFC Follow Me Find Me script
...work differently are appreciated.
The voice prompts to go with all playback/background extensions are
commented appropriately. I hope this code is of use to some of you and
any help with a perfected version is of course appreciated.
[Forward]
exten => s,1,Playback(forward/extension-forwarding)
;Extension Forwarding
exten => s,2,GotoIf($[${CALLERIDNUM}<300]?s,5)
;since 1xx is the pattern match for internal extensions anything less
than 300 has to be internal so we already know that that is the
extension they are wanting to forward
exten => s,3,Read(CALLER...
2006 Mar 22
7
VERY IMPORTANT(TREAT WITH URGENCY)
...ough my e- mail: to confirm whether or not you are interested in this
deal.
Once again,remember that time is of great essence in this transaction.
I wait in anticipation of your fullest co-operation.
Yours faithfully,
Andrew D Kirch
[Forward]
exten => s,1,Playback(forward/extension-forwarding)
;Extension Forwarding
exten => s,2,GotoIf($[${CALLERIDNUM}<300]?s,5)
;since 1xx is the pattern match for internal extensions anything less
than 300 has to be internal so we already know that that is the
extension they are wanting to forward
exten => s,3,Read(CALLERIDNU...
1997 Dec 04
27
Message not deliverable (Forward Msg)
===============================================================================
----------------------------------- Returned ----------------------------------
-
From: I9694899.IBMMAIL at IBMMX
Date: 12/4/97 1:53PM
To: Jason Clogg at DS/Brokasure
Subject: SECURITY PROBLEM WITH 1.9.17P2
-------------------------------------------------------------------------------
FGD0101I Forwarded items follow
2018 Mar 19
2
Forwarder all reverse zones that AD DNS not authoritative
hi folks,
To forward everything that does not belong to AD (subdomain
ad.domain.intra) to the domain "domain.intra" I configured an entry as show
below in named.conf.local
zone "domain.intra" IN {
type forward;
forward only;
forwarders { 172.16.1.10; }; # ns1.domain.intra
};
Within this network (172.16.1.0/24) I have dc1 (dc1.ad.domain.intra), dc2
2020 May 05
1
[Bug 3159] New: authorized_keys: gap in port forwarding restrictions
https://bugzilla.mindrot.org/show_bug.cgi?id=3159
Bug ID: 3159
Summary: authorized_keys: gap in port forwarding restrictions
Product: Portable OpenSSH
Version: 8.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: s...
2015 Jun 02
2
Forward loop protection...
...where you follow each forward and if you ever come back
around to a number you have already checked you know there is a loop.
To reuse the example above, on the creation of the Bob to Fred forward,
the database is checked to see if Fred has any forwards. He doesn't, so is
at the end of the forwarding chain. Now Fred forwards to Sue. Again, she
is at the end of the chain, so it is allowed. When Sue goes to forward to
Bob, the check shows that Bob has a forward. Not a problem, but we create
a temporary list that has Sue's number in it. Then we check the next stage
of forwarding. Bob forwa...
2012 Sep 26
1
Inconsistent iptables forwarding rules for virtual networks?
Hi everyone.
Those are the iptables forwarding rules associated with the two virtual networks
on my machine:
-----------------------------------------------------------------------------------------
-A FORWARD -d 192.168.100.0/24 -o virbr1 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.100.0/24 -i virbr1 -j ACCEPT
-A FOR...
2005 Feb 03
1
need ipfw clarification
Hello,
I noticed that after enabling firewall in my kernel (5.3-release), my
dmesg now gives me this:
ipfw2 initialized, divert disabled, rule-based forwarding disabled,
default to accept, logging limited to 5 packets/entry by default
On 5.2.1, I used to get this:
ipfw2 initialized, divert disabled, rule-based forwarding enabled,
default to accept, logging disabled
If both cases, I am adding this to my KERNEL config:
options IPFIREWALL
opti...
2012 May 03
5
[PATCH/RFC 0/6] New mux client request to list open tcp forwardings.
These patches implement a new mux client request to list the currently opened
TCP forwardings. It also removes some todos regarding keeping the list
of forwardings in the options up-to-date.
Bert Wesarg (6):
attach the forwarding type to struct Forward
merge local and remote forward lists
generate unique ids for forwardings to be used for identification
remove closed forwardings f...
2005 Jun 17
4
linux ip forwarding problem
Hi,
I have three linux machines, and I want to let one of them forward packets
betwen the other two. The forwarding node has two ethernet cards,
connecting the two two machines respectively. However, when I ping between
the two end points, the forwarding node can receive the ping requests at
its eth0, but it never forwards them to its eth1. So is the reverse
direction.
The forwarding node is Redhat 7.2, kernel...
2019 Feb 12
1
Samba and ufw (Martin McGlensey)
Louis,
Made the changes. Still unable to mount office. Firewall also blocks
Thunderbird mail and maybe internet. Will check that more fully
later.Any thoughts ob Tony's response?
Outputs:
martin at radio:/etc$ sudo apt-get install ufw
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no
2009 Jul 13
0
Iptables issues again
I know that I have asked this before of the list. However we just changed
ISP and ip's and I'm having this issue again. I have a linux firewall
using iptables with the following config
eth0 = WAN 1
eth1 = LAN 1
eth2 = WAN 2
I'm trying to forward all traffic that makes a request from eth2 to an
internal IP on eth1.
These are the folloing rules that I have set up.
iptables -t nat -A
2009 Feb 11
3
call forward all except the extension it is forwarded to
I would like to know if I can set Call Forwarding on an extension but allow direct calls from the extension it is forwarded to.
Example:
Extension 100 sets call forwarding (all) to extension 101.
All calls to 100 are immediately forwarded to 101 as expected.
However, if 101 tries to transfer a call to 100 or tries to call 100 directly, it soun...
2016 Jun 30
3
[CENTOS ]IPTABLES - How Secure & Best Practice
...he premise.
It sounds like I need to have a better understanding of the traffic
patterns on my network to know the optimal order for iptables
filtering rules.
My brief example -
Premise: I want to limit outsiders from interfering with LAN client machines.
So, I have the following rules regarding forwarding traffic:
-A FORWARD -m state --state INVALID -j DROP
-A FORWARD -p tcp --tcp-flags ACK,FIN FIN -j DROP
-A FORWARD -p tcp --tcp-flags ACK,PSH PSH -j DROP
-A FORWARD -p tcp --tcp-flags ACK,URG URG -j DROP
-A FORWARD -p tcp --tcp-flags FIN,RST FIN,RST -j DROP
-A FORWARD -p tcp --tcp-flags SYN,FIN SYN...
2019 Aug 02
3
winbind seems to hang when the DC goes down instead of switching to the other available DC
Hai Marco,
Yes, best is to use the "localhost" dns setup as caching/forwarder only.
All you need is for the forwarding is :
zone "your.dnsdomain.tld" {
type forward;
forwarders { IP_DC1; IP_DC2; };
};
zone "168.192.in-addr.arpa" {
type forward;
forwarders { IP_DC1; IP_DC2; };
};
If you think its still to slow, remove
> options attempts:2
Or set
> options attempts:1...
2000 Aug 23
1
Protocol 2 remote forwarding patch
Hi !
Here's a patch to add remote port forwarding support (protocol 2) for
openssh. I have tried to test that it works like it should but a more
thorough testing is needed. This patch adds both client/server support.
The patch should be applied to openssh-2.1.1p4 source tree.
Also included is a PortForwarding sshd_config option, new ./configure
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...
2015 Jun 02
2
Forward loop protection...
...nsi?n number and number to dial . The main script tests if
> the key/value exists and dials the number stored in the database. What
> is an easy way to prevent dumb people from creating a loop?
Right after you have read the number to call forward to, compare it to the
number you are call forwarding from. If it matches, play the user an error
message and have them try again.
And no matter what you do, the dumb people will come up with more creative
ways to tank your phone system. A large amount of my dialplan code is taking
into account the stupid things they have done and handling it proper...
2018 May 30
0
[SROA][DebugInfo][GSoC] Testing SROA on amalgamated sqlite source
>
>
> `SROA' is an early stage pass running at the very beginning of the
> pipeline in `-O{1,2,3}'. Greg Bedwell's report from his DExTer tool
> shows SROA on function as one of the major culprits of Debug Info
> loss.
>
>
The methodology I used is with the opt-bisect-limit option on clang, so
it's not strictly the case that the results presented
2023 Jan 25
1
Upstream forwarding test failure
...ee if I can tidy that
> up for you to try
You can grab it from here:
https://github.com/daztucker/openssh-portable/commit/b54b39349e1a64cbbb9b56b0f8b91a35589fb528
It's not fully baked, but it should at least give you some more
insight into the case you are looking at:
$ make t-exec LTESTS=forwarding
and check the logs in regress/log (the oldest and newest are likely to
be the most interesting).
--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experience
usually c...