Displaying 20 results from an estimated 7000 matches similar to: "VPN routing on a 1 NIC router"
2011 Aug 25
5
Question About Shorewall Functions
Hello,
My name is Felipe I succesfuly installed Shorewall 4.4.20.3 in Ubuntu
10.04, This installation is for controlling the access into the local
Network, My question is if it is possible to make a conecction WAN to LAN
using Terminal Name?? i have been searching in goolge but i didnt find an
answer!!!!
For example we have IP Public into shorewall with 2 interfaces, and in the
LAN we have 3
2011 Aug 23
8
problems configuring shorewall in proxmox pve (debian5)
hello
before asking my question I come
My name is Santiago and I''m from Spain but I''m in Colombia
I followed this guide:
https://www.doas.montanalinux.org/proxmox-ve-with-shorewall.html
but when I run shorewall check, this error occurs:
Checking...
Initializing...
Determining Zones...
IPv4 Zones: net loc
Firewall Zone: fw
Validating interfaces file...
ERROR: Invalid
2007 Oct 16
2
Compile tinc for fritzbox router
Hello,
did anybody already compile tinc for fritzbox routers?
They are very famous in Germany and i like to run tinc on my fritzbox.
Otherways maybe anybody can help me how I can do this. But I'm no good
programmer...
ALBI...
2014 Jul 22
1
Dovecot mailstore performance tuning
HI All,
We have a couple of dovecot director proxies and six backed mailstores
each accessing mailboxes stored on five NFSv4 filsystems with about
1TB of mail on each in maildir format.? We have about 800 max users
on each mailstore at peak times and performance appears to starting to
degrade at these times.? The mailstores are pretty recent hardware
with 64GB of RAM and 24 cores.?? The NFS
2004 May 26
13
Dropping established connections
Hello,
I have searched the list but couldn''t find the right answer. I want to
drop an established DNAT connection but could not manage it yet.
Someone earlier said to bring down the public interfaces, stop
shorewall, bring up the public interface and then start shorewall again
but this won''t work.
I also saw a message from Tom that someone then should unload all
iptables
2012 Jul 09
1
Disk images
Hello!
We are planning to migrate our iSCSI installation (LUN based) to one NFS installation (based in images).
iSCSI offers great performance, but we have many dom0s and domUs and the management is difficult
(many LUNS, many multipath messages, ...).
(We are using Debian Wheezy with Xen 4.1.2)
I have some questions:
-What formats of disk images support Xen? I have not found support for
2015 Jun 16
2
Connecting to a NAS using SMB3.0 from Solaris 10
I need a client for Solaris 10 u11 that will allow me to mount encrypted shares located on a EMC VNXe3200
Thank you for your time !
Charles Corpany
Charles.Corpany at ngc.com<mailto:Charles.Corpany at ngc.com>
Information Systems Sector, Civil Division - VITA Program
Northrop Grumman Corporation
Virginia Department of Health Datacenter
James Madison Bld, Upper Basement, UB20E
109
2019 Jun 11
2
High delay and some echo
Am 11.06.2019 um 21:10 schrieb Antony Stone:
Hi,
> So, you have a SIP phone, connected to an Asterisk server on your local
> network, which then connects to D Telekom's SIP server over the DSL line?
Correct!
>> The other party use VoIP, too, since they are in Germany (and Italy) and
>> here there are just VoIP... Sigh!
>
> Are they also using a SIP phone?
My
2007 Oct 02
0
COmpile tinc for fritzbox router
Hello,
did anybody already compile tinc for fritzbox routers?
They are very famous in Germany and i like to run tinc on my fritzbox.
Otherways maybe anybody can help me how I can do this. But I'm no good
programmer...
ALBI...
2010 Jan 20
1
Rule and a few drops...
I have this rule in place:
--------------------------------------
DNAT net dmz:10.0.0.7 tcp 80,443
- 94.23.242.44
--------------------------------------
When I change this policy:
--------------------------------------
net dmz DROP
--------------------------------------
to:
--------------------------------------
net dmz DROP info
2011 Apr 13
2
point-to-point connection between vm and host
Hi! hopefully someone can give me a hint with this:
I need to create a vm with a point-to-point connection to the host
using a /30 subnet. Right now i have this in the vm's xml for libvirt:
<interface type="network" name="eth0" onboot="yes">
<source network="default"/>
<mac address="02:fd:00:00:01:00"/>
2011 Sep 02
10
Shorewall 4.4.23 RC 2
RC 2 is now available for testing (Early RC1 testing on a RedHat-based
system with dynamic provider gateways uncovered a couple of debilitating
defects in the enable/disable logic).
Thank you for testing,
-Tom
--
Tom Eastep \ When I die, I want to go like my Grandfather who
Shoreline, \ died peacefully in his sleep. Not screaming like
Washington, USA \ all of the passengers in
2011 Sep 02
10
Shorewall 4.4.23 RC 2
RC 2 is now available for testing (Early RC1 testing on a RedHat-based
system with dynamic provider gateways uncovered a couple of debilitating
defects in the enable/disable logic).
Thank you for testing,
-Tom
--
Tom Eastep \ When I die, I want to go like my Grandfather who
Shoreline, \ died peacefully in his sleep. Not screaming like
Washington, USA \ all of the passengers in
2020 Jun 15
3
Voice "broken" during calls
Am 15.06.2020 um 21:50 schrieb Luca Bertoncello:
> What do you mean now? If I can use the full available band or if I can
> download exactly 50Mbs?
> The answer to the first question is: YES! That's why I use a traffic
> shaper... ;)
> The answer to the second question is: NO. I made a speedtest right now
> and I get only ~18Mbps download.
And some other information, too.
2011 Jan 20
5
Creating/Protecting a Subnet
I have an admin machine, and a backup server which does backups. The backup server has IPMI so I can do lights-out admin, and I want to allow this from the admin machine only. IPMI is completely unfirewalled, and so it must have a different class C than working networks.... this is just how it is.
I''ve set the IPMI IP on the backup server to 192.168.10.4, and created a virtual
2008 Jun 14
1
Another name for EtherStub...
How about
Virtual Network Crossbar
or
VNX
for short.
Darren
2007 Feb 28
4
incoming traffic + iptable
Hello,
i try to use iptables to mark packet and then to filter them with tc. Here
is my script:
iptables -t mangle -A PREROUTING -s 172.28.54.41/32 -p tcp -j MARK
--set-mark 1
tc qdisc add dev eth0 handle ffff: ingress
tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police
rate 10000kbit burst 10000kbit mtu 1500k drop flowid :1
I can not use u32 because i have several
2013 Jul 02
2
multiple VPN zones
Hi,
I had a look at this page which describes a single VPN zone called "vpn":
http://www.shorewall.net/IPSEC-2.6.html
Is this the most current information? It is the top page found by
Google for "shorewall ipsec"
Is there any information about setting up multiple VPN zones for
different classes of road warrior? E.g. lets say there are two classes
of road warrior:
2014 Jul 02
0
Direct groups of users to pairs of backend mailstores?
Hi All,
We are using Dovecot in a Director setup with two director proxies,
six backend mailstores, mailbox storage in NFS, and user accounts
stored in LDAP.?? Currently we have five NFS filesystems on EMC VNX
storage which are all mounted on each of the six backend
mailstores.?? At the moment all users could be directed to any of
the six mailstores.? We have a group of users with very large
2006 Mar 05
1
20 seconds til voice transmission starts
Hello everybody,
I'm experiencing a strange problem with my Asterisk. I hope you can help:
Asterisk is running at my company behind NAT. Ports 5060 and 10000-20000
are being forwarded to it. I have put the router's external IP-address
into externip in sip.conf. At home I'm using an AVM FritzBox Fon WLAN
7050 which is registered with the Asterisk at my company.
When I try to call