Displaying 20 results from an estimated 2000 matches similar to: "rules & nat files for DNAT"
2003 Jan 06
9
SMTP external forward
I read several posts about SMTP being blocked at ISP.
My ISP has the same limitation.
My ADSL connection (1 fixed IP) only permits outbound connection to port 25
to their server.
None of those posts answered my need. I tried FAQ also.
I have several internal email clients/bots that needs to retrieve/send
messages, some of then are notebooks.
It''s not fair to change SMTP server to the
2004 Sep 10
1
Is ProxyARP or NAT entries really neccesary for DNAT to work?
I have been trying to get DNAT to work and I actually have succeeded
too, however, not how I thought it would work when reading through the
documentation.
1. No matter what I do I cannot get DNAT to work unless I have an entry
in eiter the nat or the proxyarp file. Is that really how it''s supposed
to be? I can''t find anything about it in the documentation.
2. Also, in the
2004 Oct 08
0
Samba as a member of the W2K ADS domain using Kerberos
Dear All,
This is my problem; I have successfully joined the samba server to ADS
domain W2k server: net ads join -Uadministrator@DOMAIN.COM without any
errors & ran tests: wbinfo -u, wbinfo -g, getent passwd, getent group,
without any errors too.
# net ads info - shows:
LDAP server: 10.1.1.70
LDAP server name: dc1
Realm: DOMAIN.COM
Bind Path: dc=DOMAIN,dc=COM
LDAP port: 389
Server time:
2008 Mar 26
8
Hub/Spoke OpenVPN can't communicate from Client A to Client B - FORWARD:REJECT:IN=tun0 OUT=tun0
Hi, I am running OpenVPN where i have one central hub VPN server, and multiple spoke VPN clients. I can ping from each client to the server and each client to computers on the subnet which the server resides (192.168.2.0/24) so it works ok there. I cannot however, ping from one client to another client. I guess the packet path would go:
clienta -> vpn -> shorewall/router -> vpn ->
2003 Jan 07
3
Logging of all connections
Tom
Is there a way that I can have all traffic logged to messages. I realise
this will generate huge logs, but I have enough disk space. My reason for
this is to monitor what traffic does go through my firewall.
TIA
Kim
2009 May 16
1
I can't update
To whom it concenrt
I am trying to update the R program 2.9
This is the message that the program give is:
> update.packages(ask='graphics')
Warning in install.packages(update[instlib == l, "Package"], l, contriburl =
contriburl, :
'lib = "C:/PROGRA~1/R/R-29~1.0/library"' is not writable
Erro em install.packages(update[instlib == l, "Package"],
2013 May 06
2
BIOENV
Dear all,
Does anyone knows why the results of a BIOENV (PRIMER v. 6.1.15) are
diferent of the bioenv() + mantel() in vegan? Not the spearman correlation,
indeed the pseudo-p value.
I know that the approach bioenv() + mantel() is biased. So, how the BIOENV
(PRIMER) ends with larger p values (permutated).
Acctualy how the permutation test in BIOENV (PRIMER) is conducted. The user
guide does not
2003 Jul 29
1
Web Interface to browse ULOG messages real time
Going deeper on last post "[Shorewall-users] logging", I found a very nice
package that handles ULOG messages in a web interface, where you can browse
the events from a MySql database produced by ULOGD. Real time.
The name is: ULOGD-PHP
From the site:
-------------------------------------------
ulogd-php is able to :
show the last hosts that broke packets on your firewall.
show the
2013 May 05
1
Vegan problem
Hi All,
I am trying to perform CCA and RDA several times to compare their
performances. To do that I put this two functions of vegan package inside a
for loop. Unfortunatly when I am trying to perform the anova(by=axis) to
test the individual axes the function don't recognize the species
data.frame. The same problem occurs whem I try to run forward selection.
The same problem occur when I try
2008 Jun 02
4
Syn Flood Attack to SMTP server
Hello everyone, is a pleasure to be here.
I have a problem with my server, it runs qmail SMTP and protect it with
shorewall. Since yesterday I get syn flood attacks on port 25, which means
that no longer meet. How can I stop this with shorewall?
my setup is as follows.
zones:
#ZONE DISPLAY COMMENTS
net Net Internet
loc Local Local networks
dmz DMZ
2013 Apr 05
2
transforming data prior to CCA
Hi everyone,
I?m a student and relatively new to R so apologies in advance if this
question seems stupid or obvious to you.
I have collected a dataset with about 60 species of diatoms (count data from
19 different sample sites) and environmental variables for each site
(salinity, pH, etc.). It?s all in the same dataset but distinct in R through
the functions below
diat <- diatom [, 1:60]
2013 Sep 10
4
[Bug 850] New: DNAT applied even after deleting the IP Tables DNAT Rule
https://bugzilla.netfilter.org/show_bug.cgi?id=850
Summary: DNAT applied even after deleting the IP Tables DNAT
Rule
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at
2002 Nov 06
5
ftp port 24562 pasv doesnt work, no logging
Hi,
I have a cisco sdsl modem to connect to internet via eth1 (192.168.1.2)
local is eth0 (192.168.2.254)
default gw is 192.168.1.1
the cisco forwards all incoming ports to 192.168.1.2.
I connect from outside on port 24562, login is successfull, the
ftpserver gives back the external Ip of the cisco as pasv IP to the
client (its a setting in the ftpserver). It gives an ip from the pasv
range I
2005 Jan 25
2
DNS, DNAT and Notifies
I have a pretty straightforward shorewall (v 2.0.12) setup in my Phoenix
office.
IP addresses on the firewall
eth0 172.16.10.249
eth1 12.47.198.100
eth1:1 12.47.198.108
eth1:2 12.47.198.101
eth2 172.16.11.249
interfaces:
loc eth0 detect
net eth1 detect blacklist
dmz eth2 detect
vpn1 tun1 192.168.124.255
zones
net Net
2005 Jun 22
0
Issue migrating from 1.4.6c to 2.4.0 with all zone in DNAT rule
Hi all,
net : internet zone
dmz : DMZ zone
Lan : local network zone
in 1.4.6c this rule :
DNAT all lan:10.0.0.1 tcp http - 192.0.0.1
does generate the following iptables rules in nat table :
Chain OUTPOUT
DNAT tcp -- 0.0.0.0/0 192.0.0.1 tcp dpt:http to:10.0.0.1
Chain net_dnat
DNAT tcp -- 0.0.0.0/0 192.0.0.1 tcp dpt:http to:10.0.0.1
Chain dmz_dnat
2005 Apr 27
1
Problems with DNAT
Hi, i''m a shorewall users and i have the following problem:
I have one class C range of IP''s and i have three zones (net, dmz , loc)
I need create one rule to dnat one valid ip address (but not in use in
one computer) to one invalid host in my loc zone.
How i do?
I try this:
DNAT net:200.200.200.200 dmz:200.193.137.38 tcp
137,138,139,445 -
2005 Jun 01
0
SNAT (or MASQUERADING) and DNAT question
Hi,
The private adresses (192.168.254.0/255.255.255.0) of my network are sent
dynamically by dhcp on my network. The dhcp server is on the firewall which
address is 192.168.254.1/255.255.255.255 (this address is static).
I''ve got a rsync server on this network which is on a separe server. His
address is 192.168.254.200/255.255.255.255 (this address is static).
I want that the users
2003 Mar 25
7
DNAT not working after changing BIND to use views
Hello all:
I''ve got a confusing issue. I had a working shorewall configuration
(based on the two interface model) using DNAT for redirection to my HTTP
server. The HTTP server is on my inside network (I know - bad juju, but
one thing at a time). I changed my configuration this morning to use
views in my BIND (named) configuration. Everyone outside the firewall
is able to get in
2006 Apr 14
0
[Bug 471] New: UDP stream DNAT problem
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=471
Summary: UDP stream DNAT problem
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy:
2006 Mar 19
1
Delay when changing DNAT rules
Whenever I add or remove a DNAT rule such as:
iptables -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 192.168.0.1
there is sometimes a delay before the correct nat''ing is done. Can anyone tell
me why this is? Is it something to do with caching of routing tables? If so, is
there a way to clear them to ensure that the rule takes effect immediately?
I am building a simple