similar to: ip_conntrack_ftp & ip_nat_ftp not loading automatically

Displaying 20 results from an estimated 600 matches similar to: "ip_conntrack_ftp & ip_nat_ftp not loading automatically"

2003 Oct 28
2
litle question (proxy transparent+authtenticate+shorewall)
Hi, I try configure squid proxy transparent and shorewall In my squid.conf have this configuration: http_port 8000 acl all src 0.0.0.0/0.0.0.0 acl password REQUIRED http_access allow password http_access deny all authentica_program /usr/lib/squid/ncsa_auth /etc/squid/passwd In my rules have: REDIRECT loc 8000 tcp 80 - !MY_IP_EXTERNAL ACCEPT fw net tcp 80 I try
2002 Aug 29
1
ip_conntrack_ftp and ports.
I have edited modules and edited the ip_conntrack_ftp line to loadmodule ip_conntrack_ftp ports=3D21,62121 since i have a zope ftp instance on 62121, but i am still having some = problems that looks like they are NAT related, can i somehow see that = the conntrack module is infact handling 62121 for FTP?
2004 May 10
5
ip_conntrack_ftp
As read here : http://www.sns.ias.edu/~jns/security/iptables/iptables_conntrack.html modprobe ip_conntrack_ftp would give me the ability to use active ftp if I have (pseudo/simplified code) iptables -A FORWARD -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A FORWARD -j DROP but I cant use active ftp, WHAT IS WRONG.. eth0 is the internal interface..
2003 Feb 06
0
[Bug 44] New: ip_conntrak_ftp / ip_nat_ftp enhancements
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=44 Summary: ip_conntrak_ftp / ip_nat_ftp enhancements Product: netfilter/iptables Version: linux-2.4.x Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: connection tracking AssignedTo:
2011 Sep 21
0
Heads up: ip_nat_ftp module can cause FTP problems in 5.7
Hi, after updating one of my systems to 5.7 FTP connections stopped working. After a bit of debugging I found out that the ip_nat_ftp module apparently breaks things in 5.7. So I you update your systems and suddenly FTP starts acting up check if you have that module in /etc/sysconfig/iptables-config. Details: http://bugs.centos.org/view.php?id=5135 Regards, Dennis
2005 May 26
2
insmod ip_conntrack_ftp
Hello CentOS, Is there a specific RPM that makes "insmod ip_conntrack_ftp" available? I've been using that on a number of servers fine, but the latest one I've built, running insmod ip_conntrack_ftp gives me: insmod: can't read 'ip_conntrack_ftp': No such file or directory -- Best regards, Mickael mailto:mike at kamloopsbc.com www.MickaelMaddison.com
2003 Feb 06
0
[Bug 44] ip_conntrak_ftp / ip_nat_ftp enhancements
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=44 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From
2006 May 18
0
[Bug 477] New: ip_conntrack_ftp.o: unresolved symbol ip_conntrack
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=477 Summary: ip_conntrack_ftp.o: unresolved symbol ip_conntrack Product: netfilter/iptables Version: linux-2.4.x Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: normal Priority: P2 Component: ip_conntrack AssignedTo:
2014 Apr 04
2
[LLVMdev] successful full recurse of mips32
We have NFS mounted drives. I first build an clang/llvm hosted compiler for Mips linux using the clang/llvm linux x86 compiler. Call this clang1. then in directory recurse on Mips host, I place this clang1 compiler and build clang2. then i rename recurse to recurse1 and create a new recurse directory. in recurse I copy clang2 from recurse1 to a recurse but name it clang1. then i build
2006 May 01
0
ip_conntrack_ftp fails to load on CentOS 4.3
I have a CentOS 4.3 box that is giving me some serious problem. During the "yum update" from 4.2 -> 4.3 I lost my connection (okay, I accidentally closed the window). I logged back on and did another yum update, and it appeared as though things completed properly. Everything is working fine, up until one of my hosting clients noted that he is now unable to use ftp to update his web
2013 Jun 08
1
Puppet error reporting
Trying to understand how puppet reports errors Example of why I am asking the question (on a test setup environment) Created a base-1 node Created 2 slave nodes that inherit from base-1 Let''s call those slave1 and slave2 No errors. It all works. Created a base-2 node created a third slave that inherits from base-2. Let''s call that slave3 Get an error Could not retrieve
2006 May 20
3
[Bug 477] ip_conntrack_ftp.o: unresolved symbol ip_conntrack
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=477 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com Status|NEW |RESOLVED Resolution|
2008 Sep 08
1
RMPI Question
Dear R Users, I have a relatively simple rmpi question. My configation is: - R version 2.7.2 - rmpi 0.5-6 - Deino MPI 1.1.0 - Windows XP SP2 After succesfully spawning slaves, I am trying to assign values to variables in the environment of each slave and run some simple calcs. This appears to fail, as below: my assignment of value "1" to variable "a" appears to come back
2006 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
https://bugzilla.samba.org/show_bug.cgi?id=4168 Summary: Random file has vanished when syncing clock with ntpdate/hwclock ? Product: rsync Version: 2.6.4 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2004 Jan 03
1
If i can make a request...
Well, i'm just ordinary samba user, but if i can make a request for next samba release: 1. Samba should support ldap referral and has appropriate waiting slave database synchronized. ie, in smb.con we can give: passdb backend = ldapsam:"ldap://slave1 ldap://slave2 ldap://master" sync timout = 10 or user shoud manually tell where is the master and slave: ldap master server =
2007 Dec 20
2
Multicore computation in Windows network: How to set up Rmpi
R-users, My question is related to earlier posts about benefits of quadcore over dualcore computers; I am trying to setup a cluster of windows xp computers so that eventually I could make use of 10-20 cpu:s, but for learning how to do this, I am playing around with two laptops. I thought that the package snow would come handy in this situation, but to use snow, I would probably need to install
2017 Oct 19
1
debian 8 "jessie" nut 2.7.2 slaves not shutting down
Roger, The topology is: UPS TOPAPC, Data link to master, Power supply to master, slave1 and slave2 UPS MIDAPC, Data link to master, Power supply to master, slave1 and slave2 UPS BOTAPC, Data link to master, Power supply to master, slave1 and slave2 Shutdown plan: When wall power fails for any of the three UPS units, they continue powering the master and the two slaves. When two of the UPS
2014 Feb 25
1
advice, suggestions. ( dns-dhcp) and "shared" sysvol ?
Hai, ? Im radicaly changing my network, and i need some advice. ? The setup wil be like this. ? Samba-MASTER???AD-DC server, with DNS-master and TIME-master Samba-SLAVE1?????AD-DC server, DNS Slave1, TIME1, DHCPmaster-server1 ( with failover to 2)???? and when above is running, i'll add. Samba-SLAVE2?????AD-DC server, DNS Slave2, TIME2, DHCPmaster-server2 ( with failover to 1?)? ? Slave1
2002 Jan 19
6
pasv ftp
Hi, ok Im all new to this :-) for pasv ftp in your example you say for example to use ports 65500-65535, but i dont see that u open those ports in your example fw scripts..? any hints ? -- Christophe Zwecker mail: doc@zwecker.de Hamburg, Germany fon: +49 179 3994867 http://www.zwecker.de "Who is General Failure ? And why is he reading my disk
2017 Oct 18
2
debian 8 "jessie" nut 2.7.2 slaves not shutting down
MASTER SYSTEM nut.conf MODE=netserver ups.conf [TOPAPC] driver = usbhid-ups port = auto pollonly serial = "IS1309002707" desc = "TOPAPC" [MIDAPC] driver = usbhid-ups port = auto pollonly serial = "IS1309001233" desc = "MIDAPC" [BOTAPC] driver = usbhid-ups port = auto