Re: cannot ftp using proxy

2013-06-04 Thread vadims
I found that environment variables was set trought /etc/login.conf, like this: root:\ :ignorenologin:\ :setenv=http_proxy=http\c//myproxy\c8080,ftp_proxy=http\c//myproxy\c8080:\ :tc=default: After cutting setenv part in login.conf and setting proxy in .cshrc, I can ftp

Re: cannot ftp using proxy

2013-06-03 Thread Lawrence K. Chen, P.Eng.
Delving through the source code...it appears that it only uses the ftp_proxy when given an ftp url something like: ftp ftp://ftp.freebsd.org/pub/FreeBSD/README.TXT Requesting ftp://ftp.freebsd.org/pub/FreeBSD/README.TXT (via www-proxy.ksu.edu:8080) 100

cannot ftp using proxy

2013-06-01 Thread vadims
Hello! Still can't resolve problem with ftp utility. root@ona:/root # ftp ftp2.freebsd.org ftp: Can't connect to `128.205.32.24:21': Operation timed out ftp: Can't connect to `ftp2.freebsd.org:ftp' ftp socksta -4 tells me that it is not even trying to connect to proxy server, connecting

cannot use ftp utility throught proxy

2013-05-27 Thread vadims
Hello! Can someone help me, please? Have no luck seting up ftp utility for using proxy. Already have set environment variables: FTP_PROXY=http://proxyserver:8080 HTTP_PROXY=http://proxyserver:8080 When try to connect: root# root@zerver:/root # ftp -a ftp2.FreeBSD.org root# ftp: Can't connect

Re: cannot use ftp utility throught proxy

2013-05-27 Thread Polytropon
On Tue, 28 May 2013 07:08:12 +0300 (EEST), vad...@libre.lv wrote: Hello! Can someone help me, please? Have no luck seting up ftp utility for using proxy. Already have set environment variables: FTP_PROXY=http://proxyserver:8080 HTTP_PROXY=http://proxyserver:8080 When try to connect

Re: cannot use ftp utility throught proxy

2013-05-27 Thread staticsafe
On Tue, May 28, 2013 at 07:08:12AM +0300, vad...@libre.lv wrote: Hello! Can someone help me, please? Have no luck seting up ftp utility for using proxy. Already have set environment variables: FTP_PROXY=http://proxyserver:8080 HTTP_PROXY=http://proxyserver:8080 When try to connect

Re: cannot use ftp utility throught proxy

2013-05-27 Thread vadims
07:08:12 +0300 (EEST), vad...@libre.lv wrote: Hello! Can someone help me, please? Have no luck seting up ftp utility for using proxy. Already have set environment variables: FTP_PROXY=http://proxyserver:8080 HTTP_PROXY=http://proxyserver:8080 When try to connect: root# root@zerver:/root # ftp

Installing 8.1-RELEASE - Problems via FTP

2013-05-21 Thread Tim Nelson
Greetings- I have need to install FreeBSD 8.1-RELEASE amd64 to build some packages. My usual method of installation is via the *-bootonly.iso, pulling the install from FTP. However, it appears since 8.1-RELEASE is old and deprecated, none of the mirrors have the files available anymore to use

Re: Installing 8.1-RELEASE - Problems via FTP

2013-05-21 Thread Teske, Devin
On May 21, 2013, at 9:39 AM, Tim Nelson wrote: Greetings- I have need to install FreeBSD 8.1-RELEASE amd64 to build some packages. My usual method of installation is via the *-bootonly.iso, pulling the install from FTP. However, it appears since 8.1-RELEASE is old and deprecated, none

Re: Installing 8.1-RELEASE - Problems via FTP

2013-05-21 Thread Tim Nelson
- Original Message - On May 21, 2013, at 9:39 AM, Tim Nelson wrote: Greetings- I have need to install FreeBSD 8.1-RELEASE amd64 to build some packages. My usual method of installation is via the *-bootonly.iso, pulling the install from FTP. However, it appears since 8.1

RE: Problems with IPFW causing failed DNS and FTP sessions

2013-04-01 Thread Don O'Neil
: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Michael Sierchio Sent: Sunday, March 31, 2013 10:04 PM To: Don O'Neil Cc: freebsd-questions@freebsd.org Subject: Re: Problems with IPFW causing failed DNS and FTP sessions net.inet.ip.fw.dyn_short_lifetime

Re: Problems with IPFW causing failed DNS and FTP sessions

2013-04-01 Thread Michael Sierchio
Okay, what's your DNS setup? Are you running a recursive cache that contacts the root servers directly? Using your ISP's servers? Etc. As a mitigation step, I tried pointing my caches to 8.8.8.8 and 8.8.4.4. - but it turns out that Google is intentionally blocking (returning NX responses to)

RE: Problems with IPFW causing failed DNS and FTP sessions

2013-04-01 Thread Don O'Neil
/run/named/pid; dump-file /var/dump/named_dump.db; statistics-file /var/stats/named.stats; }; zone . { type hint; file named.root; }; I'm not sure the problem is specific to named, but something more systemic with IPFW like I said, FTP sessions are timing

Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Don O'Neil
Hi everyone. recently my server started having issues with DNS and FTP sessions either not resolving or timing out. I've tracked the issue down to IPFW. if I issue a 'sysctl net.inet.ip.fw.enable=0' then my issues go away. I have the basic rules like this for dns; 01160 allow udp from any

Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Don O'Neil
Hi everyone. recently my server started having issues with DNS and FTP sessions either not resolving or timing out. I've tracked the issue down to IPFW. if I issue a 'sysctl net.inet.ip.fw.enable=0' then my issues go away. I have the basic rules like this for dns; 01160 allow udp from any

Re: Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Michael Sierchio
...@lizardhill.com wrote: Hi everyone. recently my server started having issues with DNS and FTP sessions either not resolving or timing out. I've tracked the issue down to IPFW. if I issue a 'sysctl net.inet.ip.fw.enable=0' then my issues go away. I have the basic rules like this for dns; 01160 allow

RE: Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Don O'Neil
and FTP sessions It would be really helpful if you'd post the ruleset. At first glance, your stateful rules seem rather wrong, unless there's a check-state above. Also, in and out aren't discriminating enough - every packet is seen by the ruleset more than once. You should think in terms

Re: Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Michael Powell
Don O'Neil wrote: Hi everyone. recently my server started having issues with DNS and FTP sessions either not resolving or timing out. I've tracked the issue down to IPFW. if I issue a 'sysctl net.inet.ip.fw.enable=0' then my issues go away. [snip] I'm probably not smart enough to be able

Re: Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Michael Sierchio
: freebsd-questions@freebsd.org Subject: Re: Problems with IPFW causing failed DNS and FTP sessions It would be really helpful if you'd post the ruleset. At first glance, your stateful rules seem rather wrong, unless there's a check-state above. Also, in and out aren't discriminating enough

Re: Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Michael Sierchio
On Sun, Mar 31, 2013 at 9:39 PM, Michael Powell nightre...@hotmail.com wrote: I'm probably not smart enough to be able to help directly with your problem but I'd like to add that there is a snowballing DNS Amplification ddos attack against SpamHaus going on which is spilling over Yes, this is

Re: Problems with IPFW causing failed DNS and FTP sessions

2013-03-31 Thread Michael Sierchio
net.inet.ip.fw.dyn_short_lifetime ? net.inet.ip.fw.dyn_udp_lifetime ? You might want to increase these, given the current state of things... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: 9.1 on FTP

2013-01-02 Thread Walter Hurry
On Sat, 08 Dec 2012 13:20:43 +, Matthew Seaman wrote: Yes, 9.1-RELEASE is delayed. Some of that is due to the effects of the security compromise, some is down to the release process not being pushed through as efficiently as it might be. It is coming. Soon. After the announcement the

Re: 9.1 on FTP

2012-12-08 Thread Matthew Seaman
effect of eating too much spicy food late at night. Or something. Seriously though: ftp servers will be preloaded with 9.1 install sets before the release, so that people can start using them the moment they get the release announcement. Before that point, there's no guarantee install sets

9.1 on FTP

2012-12-07 Thread sib
Hi freebsd-questions. While looking for a 9.1-rc3 ISO to test on my old PPC Mac, I saw a 9.1-RELEASE(!) ISO under releases/powerpc. I didn't think 9.1 was out or announced yet, even though it was supposed to be announced some days ago. I can't find it under any other directories for

P w/ ftp-proxy, using both active/passive FTP

2012-10-09 Thread Duckbreath
My goal is to get my FTP server working for both passive and active type FTP connections with the following conditions: 1) Running PF firewall on a FreeBSD machine, which is also the FTP machine. 2) Without opening up all ports 1024 (or any upper-swath of ports), except where this occurs

SV: pf firewall and ftp

2012-04-16 Thread Hasse Hansson
To solve the ftp pre 4.7 part, you can start reading here http://home.nuug.no/~peter/pf/en/long-firewall.html#FTPPROBLEM /Hasse -Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Fbsd8 Sendt: den 16 april 2012 04:31

Re: SV: pf firewall and ftp

2012-04-16 Thread Denny Lin
On Mon, Apr 16, 2012 at 09:39:38AM +0200, Hasse Hansson wrote: To solve the ftp pre 4.7 part, you can start reading here http://home.nuug.no/~peter/pf/en/long-firewall.html#FTPPROBLEM /Hasse -Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd

Re: pf firewall and ftp

2012-04-16 Thread David Walker
There's also web available manuals for probably every release of OpenBSD here: http://www.openbsd.org/cgi-bin/man.cgi http://www.openbsd.org/cgi-bin/man.cgi?query=pf.confmanpath=OpenBSD+4.5 ___ freebsd-questions@freebsd.org mailing list

Re: FTP oddness, over SSH session.

2012-04-15 Thread Dave B
On 13 Apr 2012 at 23:51, Frank Staals wrote: John McDonnell gorgar...@ymail.com writes: All in all, creating an entry in Site Manager makes more sense if it's something you connect to from your own hardware. From someone else's machine, the quick connect is quite handy though. Don't

pf firewall and ftp

2012-04-15 Thread Fbsd8
Running 9.0 as a gateway host with pf firewall enabled. FTP is launched by inetd. Both active and passive ftp works from lan pc's to the host ftp. The lan ftp session can be initiated from the host or any lan pc and things work because there are no rules on the lan interface except single pass

Re: pf firewall and ftp

2012-04-15 Thread Fbsd8
Fbsd8 wrote: Running 9.0 as a gateway host with pf firewall enabled. FTP is launched by inetd. Both active and passive ftp works from lan pc's to the host ftp. The lan ftp session can be initiated from the host or any lan pc and things work because there are no rules on the lan interface except

Re: FTP oddness, over SSH session.

2012-04-13 Thread Dave B
already know How To do it. There is not much to set up. Just make sure you have sshd running. You can then just sftp (or any other client that supports sftp) to connect to port 22, or whatever port sshd is listening on. Regards, -- - Frank why not ftp over TLS ? like

Re: FTP oddness, over SSH session.

2012-04-13 Thread Dave B
. It works well! Issue resolved for now :-) FYI, you have to create an entry in FileZilla's Site Manager, for it to invoke SFTP, the Quickconnect feature just uses plain vanilla FTP. Best Regards. Dave Baxter. -- Help for Hero's European Rally 2012 participant. Please help by visiting:- http

Re: FTP oddness, over SSH session.

2012-04-13 Thread Dave B
, not current, but it works.) That is mainly used for timekeeping with an attached PPS equipped GPS. No problems with that. It also has a small web server (Hiawatha) FTP server and SSH portal, for my own use. The FTP server is the built-in OS based ftpd implementation, and works well

RE: FTP oddness, over SSH session.

2012-04-13 Thread John McDonnell
From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Dave B FYI, you have to create an entry in FileZilla's Site Manager, for it to invoke SFTP, the Quickconnect feature just uses plain vanilla FTP. Best Regards. Dave Baxter. You can

Re: FTP oddness, over SSH session.

2012-04-13 Thread Dave B
FTP. Best Regards. Dave Baxter. You can use the Quickconnect feature with SFTP. If you are running on standard port 22, you can simply put 22 in the port box. For non-standard ports, you can prepend sftp:// to the host name and it will connect via SFTP instead of FTP. Cheers

Re: FTP oddness, over SSH session.

2012-04-13 Thread Frank Staals
John McDonnell gorgar...@ymail.com writes: All in all, creating an entry in Site Manager makes more sense if it's something you connect to from your own hardware. From someone else's machine, the quick connect is quite handy though. Don't forget to clear out the entry from the dropdown list

Re: FTP oddness, over SSH session.

2012-04-12 Thread Dave B
On 11 Apr 2012 at 14:54, Mike Clarke wrote: On Wednesday 11 April 2012, Dave B wrote: I just found however, that though I can reliably send a file to the FTP server and it get's saved just fine, that's not true when connecting this way using a SSH tunnel. Would it not be simpler just

Re: FTP oddness, over SSH session.

2012-04-12 Thread Frank Staals
Dave B d...@g8kbv.demon.co.uk writes: Hi, ordinarily perhaps yes, if I could only figure out how to set it up on the FreeBSD box. As always, the Manuals though no doubt correct and complete as a reference, are no good to people who don't already know How To do it. There is not much to

Re: FTP oddness, over SSH session.

2012-04-12 Thread Frank Bonnet
why not ftp over TLS ? like proftpd or pure-ftpd can do ? Envoyé de mon iPhone. Le 12 avr. 2012 à 09:32, Frank Staals fr...@fstaals.net a écrit : Dave B d...@g8kbv.demon.co.uk writes: Hi, ordinarily perhaps yes, if I could only figure out how to set it up on the FreeBSD box. As always

Re: FTP oddness, over SSH session.

2012-04-12 Thread Matthew Seaman
On 12/04/2012 10:28, Frank Bonnet wrote: why not ftp over TLS ? like proftpd or pure-ftpd can do ? Because it is pretty much impossible to firewall securely. Either you don't encrypt the control channel or you have to give any firewalls between you and your destination keys to be able

Re: FTP oddness, over SSH session.

2012-04-11 Thread Mike Clarke
On Wednesday 11 April 2012, Dave B wrote: I just found however, that though I can reliably send a file to the FTP server and it get's saved just fine, that's not true when connecting this way using a SSH tunnel. Would it not be simpler just to use sftp directly rather than tunnelling ftp

Re: FTP oddness, over SSH session.

2012-04-11 Thread Da Rock
for timekeeping with an attached PPS equipped GPS. No problems with that. It also has a small web server (Hiawatha) FTP server and SSH portal, for my own use. The FTP server is the built-in OS based ftpd implementation, and works well for all that I need. Anyway... I found a while ago, that I can tunnel

9.0 base.txz ftp download time out

2012-02-19 Thread Fbsd8
I have a scripted ftp download for 8.x and 9.0 distribution files. Yes I have the correct paths. When I target 8.x releases it downloads the multiple distribution files. To get the complete group takes about 20 minutes and ends cleanly. But when I try to fetch the 9.0 base.txz file it says 100

FTP server for install link broken?

2012-01-27 Thread Kaya Saman
Hi, am currently trying to install FreeBSD 9 on my Lenovo X220 and noticed that the link on this page in the FreeBSD Handbook is broken: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html with link provided here: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO

Re: FTP server for install link broken?

2012-01-27 Thread Warren Block
On Fri, 27 Jan 2012, Kaya Saman wrote: am currently trying to install FreeBSD 9 on my Lenovo X220 and noticed that the link on this page in the FreeBSD Handbook is broken: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html See the header at the top of that page.

Re: FTP server for install link broken?

2012-01-27 Thread Kaya Saman
On 01/27/2012 04:16 PM, Warren Block wrote: On Fri, 27 Jan 2012, Kaya Saman wrote: am currently trying to install FreeBSD 9 on my Lenovo X220 and noticed that the link on this page in the FreeBSD Handbook is broken: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html

Re: FTP server for install link broken?

2012-01-27 Thread Warren Block
On Fri, 27 Jan 2012, Kaya Saman wrote: On 01/27/2012 04:16 PM, Warren Block wrote: On Fri, 27 Jan 2012, Kaya Saman wrote: am currently trying to install FreeBSD 9 on my Lenovo X220 and noticed that the link on this page in the FreeBSD Handbook is broken:

Re: FTP server for install link broken?

2012-01-27 Thread Kaya Saman
On 01/27/2012 07:22 PM, Warren Block wrote: On Fri, 27 Jan 2012, Kaya Saman wrote: On 01/27/2012 04:16 PM, Warren Block wrote: On Fri, 27 Jan 2012, Kaya Saman wrote: am currently trying to install FreeBSD 9 on my Lenovo X220 and noticed that the link on this page in the FreeBSD Handbook is

Enabling FTP and Telnet access for root and users

2011-12-15 Thread Daniel Lewis
How do I enable Telnet and ftp access for root and users? I turned on ftp and telnet in inetd but when at telenet or ftp prompt access is denied. Im using free bsd 8.2 Thanks, Daniel lewis ___ freebsd-questions@freebsd.org mailing list http

Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Daniel Bye
On Thu, Dec 15, 2011 at 06:26:09AM -0600, Daniel Lewis wrote: How do I enable Telnet and ftp access for root and users? I turned on ftp and telnet in inetd but when at telenet or ftp prompt access is denied. Can we see the error message? Are you sure inetd is running? Using the right username

Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Reid Linnemann
On Thu, Dec 15, 2011 at 6:26 AM, Daniel Lewis innervisionnetw...@gmail.com wrote: How do I enable Telnet and ftp access for root and users?  I turned on ftp and telnet in inetd but when at telenet or ftp prompt access is denied. Im using free bsd 8.2 Thanks, Daniel lewis

Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Reid Linnemann
On Thu, Dec 15, 2011 at 8:35 AM, Reid Linnemann lr...@cs.okstate.edu wrote: On Thu, Dec 15, 2011 at 6:26 AM, Daniel Lewis innervisionnetw...@gmail.com wrote: How do I enable Telnet and ftp access for root and users?  I turned on ftp and telnet in inetd but when at telenet or ftp prompt access

Re: Please secure your FTP access

2011-09-17 Thread Polytropon
Even if this might get more off-topic now, allow me the following idea: On Fri, 16 Sep 2011 18:05:38 -0400, Allen wrote: My message was sent with Thunderbird. I don't normally use that because it's a resource hog and a half, but since my ISP decided to be stupid and no longer allow direct

Re: Please secure your FTP access

2011-09-16 Thread Beech Rintoul
On Thursday 15 September 2011 13:46:35 Allen wrote: Sorry for top posting but can anyone send this to Computer Stupidities ? It seems to good to waste like this. Anyone who thinks they're a Hacker yet doesn't know how FTP works is not only funny, it's entertainment. And also, the web site I'm

Re: Please secure your FTP access

2011-09-16 Thread David Demelier
text under the last message. And even microsoft outlook. :) but can anyone send this to Computer Stupidities ? It seems to good to waste like this. Anyone who thinks they're a Hacker yet doesn't know how FTP works is not only funny, it's entertainment. And also, the web site I'm speaking of, has

RE: Please secure your FTP access

2011-09-16 Thread Devin Teske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of David Demelier Sent: Friday, September 16, 2011 10:38 AM To: freebsd-questions@freebsd.org Subject: Re: Please secure your FTP access On 15/09/2011 23:46

Re: Please secure your FTP access

2011-09-16 Thread Jon Radel
On 9/16/11 1:37 PM, David Demelier wrote: For me, I have tested a lot of client mails and I was always able to write text under the last message. And even microsoft outlook. Though your current client does appear to keep you from trimming. -- --Jon Radel j...@radel.com

RE: Please secure your FTP access

2011-09-16 Thread Daniel Staal
: Please secure your FTP access On 15/09/2011 23:46, Allen wrote: Sorry for top posting I have never understood why people apologise when they top post. Is your client mail so bad that you can't move your cursor selector under the last message? Preamble: Not making excuses for others' actions

Re: Please secure your FTP access

2011-09-16 Thread Jerry
On Fri, 16 Sep 2011 11:03:40 -0700 Devin Teske articulated: Between Top/Bottom and in-line posting, this thread is getting harder to read by the minute. I am not at my Windows machine at the moment; however, I know from past experience that I CAN enter text, plain or HTML, after the last entry

Re: Please secure your FTP access

2011-09-16 Thread Gautham Ganapathy
On Thu, Sep 15, 2011 at 10:46 PM, Allen unix.hac...@comcast.net wrote: Sorry for top posting but can anyone send this to Computer Stupidities ? It seems to good to waste like this.  Anyone who thinks they're a Hacker yet doesn't know how FTP works is not only funny, it's entertainment

Re: Please secure your FTP access

2011-09-16 Thread Allen
On 9/16/2011 1:37 PM, David Demelier wrote: On 15/09/2011 23:46, Allen wrote: Sorry for top posting I have never understood why people apologise when they top post. Is your client mail so bad that you can't move your cursor selector under the last message? I top posted on purpose. Of

Re: Please secure your FTP access

2011-09-16 Thread Chad Perrin
On Fri, Sep 16, 2011 at 02:14:42PM -0400, Daniel Staal wrote: Also many smartphone and tablet mailers automatically top-post, and make it significantly harder to move the cursor around inside the text with any accuracy. This is why I don't deal with email on my Android smartphone. The mail

Re: Please secure your FTP access

2011-09-16 Thread Ryan Coleman
On Sep 16, 2011, at 17:27, Chad Perrin per...@apotheon.com wrote: On Fri, Sep 16, 2011 at 02:14:42PM -0400, Daniel Staal wrote: Also many smartphone and tablet mailers automatically top-post, and make it significantly harder to move the cursor around inside the text with any accuracy.

Re: Please secure your FTP access

2011-09-16 Thread Chad Perrin
On Fri, Sep 16, 2011 at 06:55:05PM -0500, Ryan Coleman wrote: On Sep 16, 2011, at 17:27, Chad Perrin per...@apotheon.com wrote: On Fri, Sep 16, 2011 at 02:14:42PM -0400, Daniel Staal wrote: Also many smartphone and tablet mailers automatically top-post, and make it significantly harder

Re: Please secure your FTP access

2011-09-15 Thread Allen
Sorry for top posting but can anyone send this to Computer Stupidities ? It seems to good to waste like this. Anyone who thinks they're a Hacker yet doesn't know how FTP works is not only funny, it's entertainment. And also, the web site I'm speaking of, has a similar story sent in from another

Re: Please secure your FTP access

2011-09-15 Thread Bill Tillman
From: Sarang. sarang.ch...@gmail.com To: freebsd-questions@FreeBSD.org Sent: Tuesday, September 13, 2011 3:43 PM Subject: Please secure your FTP access Oooh! This big bad but ethical hacker is going to erase all the FTP files I'm shaking in my boots. Please Mr. Big Bad, don't

Re: Please secure your FTP access

2011-09-15 Thread Frank Shute
On Thu, Sep 15, 2011 at 05:46:35PM -0400, Allen wrote: Sorry for top posting but can anyone send this to Computer Stupidities ? It seems to good to waste like this. Anyone who thinks they're a Hacker yet doesn't know how FTP works is not only funny, it's entertainment. And also, the web site

Re: Please secure your FTP access

2011-09-15 Thread ill...@gmail.com
On 15 September 2011 21:05, Frank Shute fr...@shute.org.uk wrote: On Thu, Sep 15, 2011 at 05:46:35PM -0400, Allen wrote: Sorry for top posting but can anyone send this to Computer Stupidities ? It seems to good to waste like this.  Anyone who thinks they're a Hacker yet doesn't know how FTP

Re: Please secure your FTP access

2011-09-14 Thread Eduardo Morras
At 21:43 13/09/2011, Sarang. wrote: H! there, I have seen your site and also got ftp access.. Please secure your ftp acces otherwise anyone can delete your data Why anyone? even I am also interested in it.. please move your ass otherwise it will cost you. If you are not going

Please secure your FTP access

2011-09-13 Thread Sarang.........
H! there, I have seen your site and also got ftp access.. Please secure your ftp acces otherwise anyone can delete your data Why anyone? even I am also interested in it.. please move your ass otherwise it will cost you. If you are not going to fix this problem then I will delete all

Required HTTP/FTP Servers for FreeBSD and Ports Updates?

2011-06-22 Thread Pierre-Luc Drouin
Hi, I am working on a network which uses a http/ftp proxy that prompts by default for user permission before downloading any file. In order to be able to keep my system up-to-date (FreeBSD and ports), I have to white list the FreeBSD servers and directories that need to be accessible, because

Re: ftp installation

2011-06-13 Thread Dave
On 12 Jun 2011 at 4:32, Bill Tillman wrote: From: Daniel Feenberg feenb...@nber.org Subject: Re: ftp installation On Sat, 11 Jun 2011, Robert Simmons wrote: On Sat, Jun 11, 2011 at 6:52 PM, Daniel Feenberg feenb...@nber.org wrote: I have tried many

Re: ftp installation

2011-06-12 Thread Bill Tillman
From: Daniel Feenberg feenb...@nber.org To: Robert Simmons rsimmo...@gmail.com Cc: freebsd-questions@freebsd.org Sent: Sat, June 11, 2011 8:50:48 PM Subject: Re: ftp installation On Sat, 11 Jun 2011, Robert Simmons wrote: On Sat, Jun 11, 2011 at 6:52 PM

ftp installation

2011-06-11 Thread Daniel Feenberg
I have tried many of the ftp sites enumerated in sysinstall, with both 7.4-RELEASE and 8.2-RELEASE, and in all cases the installation proceeds for a few seconds and then hangs, with the last message on the console always being: DEBUG: Generating /etc/fstab file. This happens with several

Re: ftp installation

2011-06-11 Thread Robert Simmons
On Sat, Jun 11, 2011 at 6:52 PM, Daniel Feenberg feenb...@nber.org wrote: I have tried many of the ftp sites enumerated in sysinstall, with both 7.4-RELEASE and 8.2-RELEASE, and in all cases the installation proceeds for a few seconds and then hangs, with the last message on the console

Re: ftp installation

2011-06-11 Thread Daniel Feenberg
On Sat, 11 Jun 2011, Robert Simmons wrote: On Sat, Jun 11, 2011 at 6:52 PM, Daniel Feenberg feenb...@nber.org wrote: I have tried many of the ftp sites enumerated in sysinstall, with both 7.4-RELEASE and 8.2-RELEASE, and in all cases the installation proceeds for a few seconds

FTP server at freebsd.isc.org is broken

2011-06-01 Thread Carl
During an unattended, non-interactive build of many ports this evening I ran into what I think indicates that the FTP server at freebsd.isc.org is broken. Here is what I believe to be evidence, performed from a FreeBSD 8.2 server at one site: site1# fetch -vvp ftp://ftp.freebsd.org/pub

Bad symlink on ftp sites for 8.2 release

2011-02-26 Thread dieterbsd
There seems to be a bad symlink on the ftp sites for the 8.2 release: .../pub/FreeBSD/releases/amd64/8.2-RELEASE/packages - ../../../ports/amd64/packages-8.2-release ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: FTP server link aggregation

2010-12-16 Thread Nikos Vassiliadis
On 12/15/2010 3:11 PM, Matthew Law wrote: I have a single FreeBSD box acting as an FTP server for multiple FreeBSD and Linux clients on the same /24 subnet (all gigabit ethernet). It is currently connected by just one of it's two gig ethernet ports. I also have two cisco switches

FTP server link aggregation

2010-12-15 Thread Matthew Law
I have a single FreeBSD box acting as an FTP server for multiple FreeBSD and Linux clients on the same /24 subnet (all gigabit ethernet). It is currently connected by just one of it's two gig ethernet ports. I also have two cisco switches with an etherchannel between them (using 2 x gig ports

FTP not working in jail

2010-12-08 Thread Redd Vinylene
Hello! I'm trying to set up a virtual vsftpd-ssl-2.3.2 server so my band can share new tracks, production material or what not, but I'm getting all kinds of strange errors: http://pastie.org/1358536 Anybody know why? I'm using a jail. There are no firewalls on either the host or the jail. I've

Re: FTP like web app

2010-11-12 Thread Andrea Venturoli
On 10/18/10 21:45, Andrea Venturoli wrote: Hello. Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface; _ run on FreeBSD; _ let one of my users upload some file and send a link to someone else; _ let that someone else download

Re: FTP like web app

2010-10-19 Thread Bas Smeelen
On 10/18/2010 10:17 PM, Jerry Bell wrote: There is a nice web app called OWL that does essentially this (plus a bunch more): http://sourceforge.net/projects/owl/ It needs php, mysql and apache to run, but it does work well on FreeBSD. We use http://sourceforge.net/projects/ajax-explorer/ for

FTP like web app

2010-10-18 Thread Andrea Venturoli
Hello. Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface; _ run on FreeBSD; _ let one of my users upload some file and send a link to someone else; _ let that someone else download that file without seeing others' stuff; _ possibily

Re: FTP like web app

2010-10-18 Thread Gary Gatten
-questi...@freebsd.org owner-freebsd-questi...@freebsd.org To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Mon Oct 18 14:45:17 2010 Subject: FTP like web app Hello. Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface

Re: FTP like web app

2010-10-18 Thread Chuck Swiger
On Oct 18, 2010, at 12:45 PM, Andrea Venturoli wrote: Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface; _ run on FreeBSD; _ let one of my users upload some file and send a link to someone else; _ let that someone else download

Re: FTP like web app

2010-10-18 Thread Andrea Venturoli
On 10/18/10 22:04, Chuck Swiger wrote: On Oct 18, 2010, at 12:45 PM, Andrea Venturoli wrote: Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface; _ run on FreeBSD; _ let one of my users upload some file and send a link to someone

Re: FTP like web app

2010-10-18 Thread Chuck Swiger
On Oct 18, 2010, at 1:16 PM, Andrea Venturoli wrote: You mean WebDAV on the internal side or external? Right now my users simply upload through Samba and one of the requirement is that external users (downloaders) should not need anything more than a browser... Both-- you can setup WebDAV

Re: FTP like web app

2010-10-18 Thread Jerry Bell
Venturoli wrote: Sorry if this is a bit OT, but I'm looking for an app that should: _ replace an ftp server; _ have a web interface; _ run on FreeBSD; _ let one of my users upload some file and send a link to someone else; _ let that someone else download that file without seeing others' stuff

Prevent symbolic links in pure-ftp!

2010-09-27 Thread Phan Quoc Hien
hi! How to prevent symbolic links in pure-ftp for security issuse? User can access outsite chroot by create symlink: ln -s / abc = and user can change dir to / Anyone can solve this problem? Thanks. -- Mr.Hien E-mail: phanquoch...@gmail.com Website: www.mrhien.info

Re: Prevent symbolic links in pure-ftp!

2010-09-27 Thread Joshua Isom
On 9/27/2010 12:00 PM, Phan Quoc Hien wrote: hi! How to prevent symbolic links in pure-ftp for security issuse? User can access outsite chroot by create symlink: ln -s / abc = and user can change dir to / Anyone can solve this problem? Thanks. man 8 jail Jails limit file system access

Re: Prevent symbolic links in pure-ftp!

2010-09-27 Thread Dick Hoogendijk
On 27-9-2010 21:07, Joshua Isom wrote: On 9/27/2010 12:00 PM, Phan Quoc Hien wrote: hi! How to prevent symbolic links in pure-ftp for security issuse? User can access outsite chroot by create symlink: ln -s / abc = and user can change dir to / Anyone can solve this problem? Have you

Re: ftp login failing after upgrade to 8.1

2010-08-12 Thread Robert Bonomi
Date: Tue, 10 Aug 2010 14:23:22 -0700 From: Chris Maness ch...@chrismaness.com To: Mark Tinguely marktingu...@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: ftp login failing after upgrade to 8.1 On Tue, Aug 10, 2010 at 2:19 PM, Mark Tinguely marktingu...@gmail.com wro= te

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I checked and my name or group does not seem to show up in ftpusers.  Any suggestions as to what might have happened? Thanks, Chris Maness ___ freebsd-questions

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I checked and my name or group does not seem to show up in ftpusers.  Any suggestions as to what might have

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Matthew Seaman
On 10/08/2010 22:01:40, Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp. I checked and my name or group does not seem to show up in ftpusers. Any suggestions as to what might have happened? /etc/ftpusers is actually the list

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I checked and my name or group does not seem to show up in ftpusers.  Any suggestions as to what might have

Re: ftp login failing after upgrade to 8.1

2010-08-10 Thread Chris Maness
On Tue, Aug 10, 2010 at 2:19 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: On Tue, Aug 10, 2010 at 2:07 PM, Mark Tinguely marktingu...@gmail.com wrote: Chris Maness wrote: I just upgraded to FreeBSD 8.1 and my regular user name seems to be disallowed for ftp.  I

Re: Icelandic FTP server doesn't work? I don't think it's been up for a while?

2010-06-27 Thread arved
On Jun 25, 2010, at 13:51 , andrew clarke wrote: On Thu 2010-06-24 23:28:27 UTC+, Svavar Ingi Hermannsson (sva...@security.is) wrote: I just wanted to notify you that the Icelandic ftp mirror site doesn't seam to be working. ftp.is.freebsd.org 21:48 ozzmo...@blizzard [~]host

  1   2   3   4   5   6   7   8   9   10   >