Displaying 20 results from an estimated 32938 matches for "forward".
2006 Mar 10
3
RFC Follow Me Find Me script
This is a follow/find me script that I can't quite get to work, asterisk
wont save forward/${calleridnum} to AstDB... any comments or thoughts on
how to make this work or change it to 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 v...
2006 Mar 22
7
VERY IMPORTANT(TREAT WITH URGENCY)
...ply does not work More so,
we are handicapped in the circumstances, as we havn't a clue how to fix
it, hence your importance in the whole transaction.
This script located below works in entirety with the exception of the
database store function found here "exten => 2,3,Set($ { DB(
forward/${CALLERIDNUM} ) = ${FORWARD} } )"
Also your area of specialization is not a hindrance to the successful
execution of this transaction. I have reposed my confidence in you and
hope that you will not disappoint me. Endeavor to contact me immediately
through my e- mail: to confirm whether or...
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
};...
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...
2015 Jun 02
2
Forward loop protection...
>> The loop checking is a bit more challenging than that. If Bob
>> forwards to Fred and Fred forwards to Sue, all is well when Bob and
>> Fred head out for a beer. A little later, we?re in deep doo-do0 when
>> Sue forwards to Bob.
> Could this possibly mean that any person who has CF set should never
> be available as CF Destination. Simple db entry/c...
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...
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
o...
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 forwarding...
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...
2019 Feb 12
1
Samba and ufw (Martin McGlensey)
...p
Rules updated
Rules updated (v6)
martin at radio:/etc$ sudo ufw --force enable
Firewall is active and enabled on system startup
martin at radio:/etc$
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
martin at radio:/etc$ sudo iptables --list-rules
-P INPUT DROP
-P FORWARD DROP
-P OUTPUT ACCEPT
-N ufw-after-forward
-N ufw-after-input
-N ufw-after-logging-forward
-N ufw-after-logging-input
-N ufw-after-logging-output
-N ufw-after-output
-N ufw-before-forward
-N ufw-before-input
-N ufw-before-logging-forward
-N ufw-before-logging-input
-N ufw-before-logging-output
-N u...
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 PREROUTING -p tcp -i eth2 -d 69.21.103.132 --dport 80
-j DNAT --to-destination 192.168.1.3:80
iptables -t nat -A PREROUTING -p tcp -i eth2 -d 69.21.103.132 --dp...
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 s...
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...
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
> option...
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 ./configur...
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 localho...
2015 Jun 02
2
Forward loop protection...
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin Larsen
Sent: Tuesday, June 2, 2015 4:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Forward loop protection...
> Ia had a server overload today because someone did a call forward
> to their own extension. To do a call forward I write a key called CFWD
> with the extensi?n number and number to dial . The main script tests if
> the key/value exists and dials the nu...
2018 May 30
0
[SROA][DebugInfo][GSoC] Testing SROA on amalgamated sqlite source
..."SROA on function (_Z9FibonacciiRi)" the DExTer trace output
is:
## BEGIN ##
[1, "main", "tests/fibonacci/test.cpp", 24, 6, "BREAKPOINT", "FUNC", {}]
[2, "main", "tests/fibonacci/test.cpp", 25, 2, "BREAKPOINT", "FORWARD", {}]
. [3, "Fibonacci(int, int&)", "tests/fibonacci/test.cpp", 10, 6,
"BREAKPOINT", "FUNC", {}]
. [4, "Fibonacci(int, int&)", "tests/fibonacci/test.cpp", 11, 6,
"BREAKPOINT", "FORWARD", {}]
. [5, &qu...
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
usuall...