Displaying 4 results from an estimated 4 matches for "tun3".
Did you mean:
tun
2002 May 27
1
Complex samba setup, requesting advise
...ation:
net1-router (also wins) eth0 ------- eth0 net2-router eth1 ---- net2
|tun1 | |
| net1 hosts net2 hosts
| group1 group2
|
tunnel
|
|
|tun3
net3-router eth1 (public IP1, tunnel end)
net3-router eth0 -- net3
| |
| net3 hosts
eth0 (public IP2, private IP-net3)
Entire network is supposed to work with private IP's and through the
tunnel.
net1-router has a public IP
net3-router has 2 p...
2006 Jan 17
12
Multiple ISPs: How to force $FW traffic to a specific ISP (reprise)
Hi!
I have reprise try to resolve this problem, suspended from 17 dec 2005
I have try to apply the suggest of Jerry (see above).
The problem still exist.
See attach shorewall config, dump and tcpdump when I check to exit whit
SSH from firewall...
In the masq file is reported the last my attempt in order to resolve my
problem, however I have test also the example reported in MultiISP.html,
but
2003 Nov 05
0
Bug? wildcard interfaces not accepted in fwd chain
...eferences)
pkts bytes target prot opt in out source destination
...
0 0 ACCEPT all -- * tun0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * tun1 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * tun3 0.0.0.0/0 0.0.0.0/0
...
However, using the tun+ notation (as in the latter example) will not
generate any ACCEPT rules, despite the "routeback" option.
Furthermore, even if I add a policy of "loc loc ACCEPT", no rule will
be generated that permits traffic...
2007 Feb 03
0
Traffic goes not through filters.
...QF SQF
# FILTER 1: FILTER 1:
#
# 1:10 Always reserved for VOIP even not used
# 1:20 HTTP
# 1:30 All other data (could be split-up in 1:30)
#
# This script requires a parameter
#----------------------------------------------------
#set -o xtrace
# Variablen
DEV="tun3"
MAXBAND="256Kbit"
QDISC_ID="1"
QDISC_DEFAULT_HTB="10"
MAINCLASS_HANDLE="1"
MAINCLASS_ID="${QDISC_ID}:${MAINCLASS_HANDLE}"
# HANDLE 10 is reserved for VOIP
HTTP_HANDLE="20"
HTTP_CLASS_ID="${QDISC_ID}:${HTTP_HANDLE}"
HTTP...