Re: Proxy authentication on gnome

2015-04-22 Thread Liam O'Toole
On 2015-04-22, Iuri Guilherme wrote: > --=_09865548c132c4c9e7ee8a86ad210a78 > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; charset="UTF-8" > > I couldn't search the list archives for this, but I am having trouble > trying to authenticate on proxies servers. > > In the system network

RE: Proxy!!

2008-10-28 Thread Oscar Corte
Alejandro: ¿Do you mean the local sites for different websites? ¿Is this about the Debian website? Spanish: ¿Te refieres a sitios espedíficops del país de los diferentes sitios? ¿Te refieres a la página oficial de Debian? > Date: Mon, 27 Oct 2008 12:16:24 -0600> From: [EMAIL PROTECTED]> To:

Re: proxy server difficulties

2008-10-09 Thread T o n g
On Thu, 09 Oct 2008 15:39:03 +1000, Julian De Marchi wrote: >> I can't get any of the proxy server working on my newly installed >> lenny, both squid and privoxy. >> >> squid installs and starts fine. Just that it doesn't work if I browse >> using proxy server localhost:3128. The logs looks norma

Re: proxy server difficulties

2008-10-08 Thread Julian De Marchi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 T o n g wrote: > Hi, > > I can't get any of the proxy server working on my newly installed lenny, > both squid and privoxy. > > squid installs and starts fine. Just that it doesn't work if I browse > using proxy server localhost:3128. The logs loo

Re: Proxy settings not released

2007-10-14 Thread Adrian Levi
On 14/10/2007, jekillen <[EMAIL PROTECTED]> wrote: > Hello: > I had set up a web proxy for my Debian installation and have > tried to undo the setup. But the proxy, a Mac OSX machine, > is still used by the Debian installation, in this manner: > I have Apache2 installed and have set up a localhost

Re: Proxy server related issue

2006-12-26 Thread igate
Dear Sir/Madam, I would like to ask that, How to test my bandwith using command line? Regards, Faheem Ahmad. -- Faheem Ahmad, Customer Support Engineer, iGATE IMS Ltd. Resident Engineer of Wildlife Institute of india,Dehradun

Re: Proxy examle code needed

2006-06-06 Thread Roberto C. Sanchez
Arafangion wrote: > Roberto C. Sanchez wrote: > > >>Dirk wrote: >> >> >> >>>Where do I find an example proxy code in C, with less than 100 lines and >>>no dependencies? >>> >>> > > Here's an int proxy: > > // .c file > int f; > void setTheInt(int foo) { > f = foo; > } > int getTheInt()

Re: Proxy examle code needed

2006-06-06 Thread Arafangion
Roberto C. Sanchez wrote: >Dirk wrote: > > >>Where do I find an example proxy code in C, with less than 100 lines and >>no dependencies? >> >> Here's an int proxy: // .c file int f; void setTheInt(int foo) { f = foo; } int getTheInt() { return f; } // .h file void setTheInt(int foo)

Re: Proxy examle code needed

2006-06-06 Thread Roberto C. Sanchez
Dirk wrote: > Where do I find an example proxy code in C, with less than 100 lines and > no dependencies? > > I mean C. C is nothing different than C. > > Thank you! > > Proxy for what? -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP di

Re: proxy for APT

2006-02-26 Thread Anthony Simonelli
Also, you can put the following in /etc/apt/apt.conf Accquire::http::Proxy "http://username:[EMAIL PROTECTED]:portnumber"; The quotes and semicolon at the end are necessary or apt will say that there is junk at the end of the config file. I don't think anyone has suggested this one yet. On Thu

Re: proxy for APT

2006-02-24 Thread Oğuz Yarımtepe
Or $cd $pico .bashrc and add these lines: http_proxy=http://some.ip.number:port export http_proxy logout from konsole and open it. apt-get update will work. Cum 24 Şub 2006 01:13 tarihinde, Christoph Nenning şunları yazmıştı: > Am Donnerstag, 23. Februar 2006 14:24 schrieb Deephay: > > Greet

Re: proxy for APT

2006-02-23 Thread Christoph Nenning
Am Donnerstag, 23. Februar 2006 14:24 schrieb Deephay: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such as > apt-get? thx! > > Deephay Hi, you may have a look at apt-proxy regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: proxy for APT

2006-02-23 Thread Roberto C. Sanchez
Juergen Fiedler wrote: > On Thu, Feb 23, 2006 at 09:24:53PM +0800, Deephay wrote: > >>Greetings all, >> >> I want to know that if I can set a proxy for the APT utilities such as >> apt-get? >>thx! >> >>Deephay > > > You could try apt-cacher, which is basically a caching proxy. > > HTH, > --j

Re: proxy for APT

2006-02-23 Thread Deephay
thx for all you guys! - Original Message - From: "Nic" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 12:02 AM Subject: Re: proxy for APT > "Deephay" <[EMAIL PROTECTED]> writes: > >> Greetings all, >> >> I want to k

Re: proxy for APT

2006-02-23 Thread Nic
"Deephay" <[EMAIL PROTECTED]> writes: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such as > apt-get? > thx! > Deephay http_proxy=http://someproxyserver: apt-get install something or check apt conf like everyone else said. http_proxy is good becaus

Re: proxy for APT

2006-02-23 Thread Felipe Neuwald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 man 5 apt.conf Deephay escreveu: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such > as apt-get? thx! > > Deephay - -- Felipe Neuwald [EMAIL PROTECTED] PGP Public Key: http://pgp.mit.edu:11371/pks/lookup?op=

Re: proxy for APT

2006-02-23 Thread Juergen Fiedler
On Thu, Feb 23, 2006 at 09:24:53PM +0800, Deephay wrote: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such as > apt-get? > thx! > > Deephay You could try apt-cacher, which is basically a caching proxy. HTH, --j signature.asc Description: Digital signa

Re: proxy for APT

2006-02-23 Thread Felipe Neuwald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 man 5 apt.conf Deephay escreveu: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such > as apt-get? thx! > > Deephay - -- Felipe Neuwald [EMAIL PROTECTED] PGP Public Key: http://pgp.mit.edu:11371/pks/lookup?op=

Re: proxy on synaptic

2005-09-01 Thread Joel Peter William Pitt
On 9/1/05, Franco Gorziglia <[EMAIL PROTECTED]> wrote: 2005/9/1, belahcene <[EMAIL PROTECTED]>:> Hi,> I haven't a direct access to the net, I go thru a proxy,> synaptic gives the possibility to put the proxy server, > but there is no input for username and passwd, which required when I try> to upda

Re: proxy on synaptic

2005-09-01 Thread Franco Gorziglia
2005/9/1, belahcene <[EMAIL PROTECTED]>: > Hi, > I haven't a direct access to the net, I go thru a proxy, > synaptic gives the possibility to put the proxy server, > but there is no input for username and passwd, which required when I try > to update. > thanks for help > bela > One solution is cr

Re: Proxy Tester

2004-12-09 Thread Adam Aube
Collet Brunel wrote: > Does anyone know a proxy tester for linux? One that > make tests just like www.proxyjudge.org? See what "apt-cache search open proxy" turns up. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: proxy

2004-11-29 Thread Sam Watkins
> Giorgio Raccanelli wrote: > I need to tell the system to go through the proxy. How can I do that? you can configure apt to always use the proxy by editing /etc/apt/apt.conf (or create it if not already there) and adding a line: ACQUIRE::http::Proxy "http://192.168.0.1:3128/";; or whatever.

Re: proxy

2004-11-29 Thread Laurent CARON
Giorgio Raccanelli wrote: hello everyone, I need to connect my PC to the Internet for making an upgrade. I have already configured the net-card (I'm sure because I'm able to send ping commands and receive answers), but my PC is on a network, so if I want to be able to receive the packages from t

Re: Proxy question

2004-06-21 Thread Skylar Thompson
On Tue, Jun 15, 2004 at 11:33:22AM +0200, [EMAIL PROTECTED] wrote: > > > Hi, > > I was just wondering if there is a way to redirect any incomming HTTP proxy > traffic (don't know port or proxy address)? > In a nutshell, my question is: Is it possible, with iptables or whatever, to > detect if an

Re: Proxy question (transparent)

2004-06-15 Thread Paul Johnson
[EMAIL PROTECTED] writes: > I was just wondering if there is a way to redirect any incomming HTTP proxy > traffic (don't know port or proxy address)? > In a nutshell, my question is: Is it possible, with iptables or whatever, to > detect if an incoming packet is a proxy request? You're looking fo

Re: Proxy question

2004-06-10 Thread Gilberto Villani Brito
You can try user iptables to redirect port 80 to 3128 (transparent proxy). Hugs Gilberto On Thu, 10 Jun 2004 12:08:58 +0200 [EMAIL PROTECTED] wrote: > Hi dear list, > > My problem is quite simple to explain, but I'm afraid it is not so simple to solve. > I have a Debian Box with 2 NICS: > >

Re: Proxy Setup Help Needed

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 08:42:32PM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: > Anyway, one of the responses mentioned apt-get install ipmasq > > So I tried it, rebooted, and was pleasantly surprised to find that it > worked. I was able to connect to the Internet just fine on my Win-98 > har

Re: Proxy Setup Help Needed

2003-12-21 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Dec 21, 2003 at 08:42:32PM -0800, Scarletdown wrote: > Problem solved. Out of frustration, I went to ask.com to see what > "Jeeves" had to say about getting the firewall up and running > automatically. I ended up getting sidetracked with an

Re: Proxy Setup Help Needed

2003-12-21 Thread Scarletdown
Problem solved. Out of frustration, I went to ask.com to see what "Jeeves" had to say about getting the firewall up and running automatically. I ended up getting sidetracked with an old Slashdot article about Comcast cracking down on NAT users (thankful that I'm on Charter...) Anyway, one of

Re: Proxy Setup Help Needed

2003-12-21 Thread Scarletdown
Scarletdown wrote: GCS wrote: Argh, I am going to bug the packager of iptables. Just create the dir: mkdir /var/lib/iptables/ Then execute the command again. That seems to have done it (No errors at least.) Now to reboot to test it... It still didn't autostart. Before rebooting, I did the

Re: Proxy Setup Help Needed

2003-12-21 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Dec 21, 2003 at 01:15:33AM -0800, Scarletdown wrote: > That worked quite well. There's still one little problem though. How > do I get this to load automatically when I boot up? Those instructions > give examples for Red Hat and Slackware,

Re: Proxy Setup Help Needed

2003-12-21 Thread Scarletdown
GCS wrote: On Sun, Dec 21, 2003 at 11:38:08AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: Saving iptables ruleset: save "active" with counters/etc/init.d/iptables: line 65: /var/lib/iptables/active: No such file or directory Argh, I am going to bug the packager of iptables. Just create the di

Re: Proxy Setup Help Needed

2003-12-21 Thread Toshiro
On Sunday 21 December 2003 16:38, Scarletdown wrote: > GCS wrote: > > On Sun, Dec 21, 2003 at 10:52:53AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: > >> There are two ways to load things in Slackware: > >>/etc/rc.d/rc.local or editing the /etc/rc.d/rc.inet2 file. The first > >>method is th

Re: Proxy Setup Help Needed

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 11:38:08AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: > Saving iptables ruleset: save "active" with > counters/etc/init.d/iptables: line 65: /var/lib/iptables/active: No such > file or directory Argh, I am going to bug the packager of iptables. Just create the dir: mkd

Re: Proxy Setup Help Needed

2003-12-21 Thread Scarletdown
GCS wrote: On Sun, Dec 21, 2003 at 10:52:53AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: There are two ways to load things in Slackware: /etc/rc.d/rc.local or editing the /etc/rc.d/rc.inet2 file. The first method is the easiest. All you have to do is add the line: [...] I tried the firs

Re: Proxy Setup Help Needed

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 10:52:53AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: > There are two ways to load things in Slackware: > /etc/rc.d/rc.local or editing the /etc/rc.d/rc.inet2 file. The first > method is the easiest. All you have to do is add the line: [...] > I tried the first te

Re: Proxy Setup Help Needed

2003-12-21 Thread Scarletdown
GCS wrote: On Sun, Dec 21, 2003 at 01:15:33AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: /etc/rc.d/init.d/ /etc/init.d/ /etc/rc.d/rc.inet2 /etc/rc2.d/ Maybe wrong, I do not know /etc/rc.d/rc.inet2. This is what I am trying to accomplish... 2. Slackware: * There are two ways to

Re: Proxy Setup Help Needed

2003-12-21 Thread GCS
On Sun, Dec 21, 2003 at 01:15:33AM -0800, Scarletdown <[EMAIL PROTECTED]> wrote: > That worked quite well. Have not looked into the links, but Squid is capable what you tried to do. I think others may misunderstood your question, maybe me. So you want a machine, which can act as a proxy, fetch web

Re: Proxy Setup Help Needed

2003-12-21 Thread Scarletdown
Paul Johnson wrote: That's not what squid (or any other proxy) does. This might be something closer to what you're looking for: http://ursine.ca/cgi-bin/dwww?type=html&location=/usr/share/doc/HOWTO/en-html/Firewall-HOWTO.html http://ursine.ca/cgi-bin/dwww?type=html&location=/usr/share/doc/HOWTO/en

Re: Proxy Setup Help Needed

2003-12-21 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 20, 2003 at 11:28:08PM -0800, Scarletdown wrote: > Can anyone here direct me to a tutorial for setting up Squid to serve as > a router? That's not what squid (or any other proxy) does. This might be something closer to what you're looki

Re: Proxy and Firewall Recommendations?

2003-12-15 Thread Micha Feigin
On Mon, Dec 15, 2003 at 01:09:08AM -0800, Scarletdown wrote: > I'm about to embark on my next project, getting a Debian system set up as > a proxy and firewall. This is going to be the system that my roommate > will be connecting to as his gateway to the Internet. > > He is running Windows-98SE

Re: Proxy and Firewall Recommendations?

2003-12-15 Thread Jamin W. Collins
On Mon, Dec 15, 2003 at 01:09:08AM -0800, Scarletdown wrote: > > So, what I need to know is, what would be a suitable set of packages > to download and install for routing and firewall services for him? Pretty much any iptables firewall package and squid. > Since I want to have this system ope

Re: proxy configuration

2003-11-12 Thread Nick Hastings
Hi, * Haiko Etzel <[EMAIL PROTECTED]> [031112 11:12]: > Hello, > my server is behind a proxy-server with authentification. > I installed debian through http, where I inserted the proxy informations. For package installation with apt-get have a look in /etc/apt/apt.conf > But now I need to change

Re: proxy filtering

2002-06-30 Thread Brian Nelson
Paul Miller <[EMAIL PROTECTED]> writes: > Are there any good proxy filter programs for Linux? Anything comparable > to Proxomitron (http://www.spamblocked.com/proxomitron/)? > > I've trying junkbusters and squid blacklists... There's privoxy in unstable, which is based on junkbuster. There's al

Re: proxy for apt-get? PLEASE NOTE!!!

2002-01-12 Thread Andy Spiegl
Hi Greg, > >From man page: > ... > ies. The http_proxy environment variable will override all settings. > ... > SO, "unset http_proxy" you will now need:-) Thanks, but funny enough it ONLY works like this: export ftp_proxy=http://peluche:9877/ but NOT like this: ftp { Proxy "http://

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
Hi Greg, > Why not try a script like this: Ui, pretty complicated, I prefer apt-get --just-print dist-ugrade :-) > export http_proxy=http://192.168.2.64:8080/ > export ftp_proxy=http://192.168.2.64:8080/ But this really worked! Thanks! So I understand even less why the same option in apt.conf.d

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
Hi Sander, > > > But the cache _does_ work. Proof: > > > hamster:~>telnet proxy 3128 > > > Trying 192.168.96.3... > > > Connected to proxy.int.radiomaranon.org.pe. > > > Escape character is '^]'. > > This only proofs the proxy takes connections, Correct. But I assure you that it does work,

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Sander Smeenk
Quoting Andy Spiegl ([EMAIL PROTECTED]): > > Proxy "ftp://proxy:3128/";; > > Err ftp://ftp.de.debian.org woody/main libcupsys2 1.1.12-4 > > Server closed the connection > > > > But the cache _does_ work. Proof: > > hamster:~>telnet proxy 3128 > > Trying 192.168.96.3... > > Connected to

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
> I don't know what may be going on with your setup but I have squid and > ipchains setup to do transparent proxying and I don't have any > problems. > > Also have export http_proxy=http://192.168.1.1:3128 in /etc/profile. Thanks a lot, guys, but I think there was a misunderstanding. I'm talking

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Pietro Cagnoni
Andy Spiegl wrote: > > Pretty sad to respond to my own posting, but I'm desperate. :-) > Is there noone who can help me with that? I'm on a satellite uplink and > _have_ to use the proxy. > Thanks, > Andy. this is my apt.conf proxy line: Acquire::http::Proxy "http://proxy.mycompany.com:8080";;

Re: proxy for apt-get? NOONE?

2002-01-11 Thread B. L. Jilek
Hi Andy! On Fri, 11 Jan 2002, Andy Spiegl wrote: > Pretty sad to respond to my own posting, but I'm desperate. :-) > Is there noone who can help me with that? I'm on a satellite uplink and > _have_ to use the proxy. > Thanks, > Andy. > I don't know what may be going on with your setup but I h

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
Pretty sad to respond to my own posting, but I'm desperate. :-) Is there noone who can help me with that? I'm on a satellite uplink and _have_ to use the proxy. Thanks, Andy. > I am trying to tune apt-get to use my proxy (squid) when downloading files > via ftp, but it doesn't connect anymore wh

Re: Proxy packages in Debian and difference between transparent andnon-transparent SOCKS?

2001-12-11 Thread Calyth
So dante is a SOCKS server? Cool. I'll try that. Calyth

Re: Proxy packages in Debian and difference between transparent and non-transparent SOCKS?

2001-12-11 Thread Sven Hoexter
On Tue, Dec 11, 2001 at 02:16:56AM -0800, Calyth wrote: > Does anyone know a good proxy package (besides squid) that would allow a > Windows machine to access the internet through the proxy on applications > that are not the standard ones (read: games, streaming, etc). > I was lookigns socks4-serve

Re: Proxy apt cache?;

2001-04-27 Thread Jason Gunthorpe
On Fri, 27 Apr 2001, Alan E. Davis wrote: > How can I set up the new machine now to recognize these packages and > install, either from this machine or the connected machine? Can I > just copy over the /etc/apt/sources.list onto this machine without > being connected? Which of the other files i

Re: Proxy servers in Linux

2000-08-16 Thread kmself
The three general solutions I could think of for this are: - Port forwarding via ssh. Forward an internet-accessible port to the Oracle port of the database server. Traffic connecting to the external port will be forwarded to Oracle. This may be insecure and expose you

Re: Proxy servers in Linux

2000-08-14 Thread Kelly Corbin
Specifically, I need to access Oracle on a machine that is only accessible through a web server. The web server has two network cards, one is for the net, the other connects to the Oracle server through a switch. The Oracle server and the second NIC are on a private local network (through 198.162

Re: Proxy servers in Linux

2000-08-14 Thread Tom Marshall
The question is a bit vague, but I would suggest looking at rinetd. On Mon, 14 Aug 2000, Kelly Corbin wrote: > Any one know how to set up a proxy server for a particular port in > Debian? Couldn't find any info in the archives. Any help would be > appreciated. > > Thanks! > > > Kelly Corbin

Re: Proxy Server

2000-06-01 Thread ktb
Jay Kelly wrote: > > When I shutdown my system, it says 'stopping Proxy server" and hangs for a > few minutes, then I recived failed. What will I need to do? > Thanks Guys A bit more information would be good. I assume your running squid? Do you need to? If not you could disable it by changi

Re: proxy (squid?)

1999-12-22 Thread aphro
On Wed, 22 Dec 1999, Joe Hall wrote: joe >Currently I've got ~100 users going through a proxy server and I am looking joe >to better serve their browsing experience. joe >I've just renewed our contract with our ISP and since they are giving us a joe >discount I thought about more bandwidth... but

Re: Proxy Server Problems (Possible Solution)

1999-10-15 Thread Bill
Hello,     a while ago, I wrote about a problem I was having with a proxy server setup. I had two networks 192.168.1.0 and 192.168.2.0 joined by a router. The proxy server was 192.168.1.1 and though I could ping, telnet on both networks to the other, the proxy server would only work on the 1.0 ne

Re: Proxy server with Apache

1999-07-22 Thread Andreas Tille
On 22 Jul 1999, Ramin Motakef wrote: > > % squidclient http://www.netscape.com/ > test > > > You have to set permissions in /etc/squid.conf. Look for something > like: > http_access allow "some acl" > To get started: "http_access allow all" as last entry. OK, this test seems to work so far

Re: Proxy server with Apache

1999-07-22 Thread Ramin Motakef
Andreas Tille <[EMAIL PROTECTED]> writes: > > % squidclient http://www.netscape.com/ > test > > Unfortunately I get a >HTTP/1.0 403 Forbidden > message with each server I try, also with http://localhost/. To > make it clear, I append the file "test". > You have to set permissions in /

Re: Proxy server with Apache

1999-07-22 Thread Andreas Tille
On Wed, 21 Jul 1999, Shao Zhang wrote: > apache is a really a web server. AFAIK, it has very limited features to > be a proxy server. > If you are using debian, make sure the module is installed. > > For a better proxy server, I suggest you to try out squid. There is a > debia

Re: Proxy server with Apache

1999-07-21 Thread Shao Zhang
Hi, apache is a really a web server. AFAIK, it has very limited features to be a proxy server. If you are using debian, make sure the module is installed. For a better proxy server, I suggest you to try out squid. There is a debian package for it. Hope this helps

Squid seems to be the beter choide (Was Re: Proxy server with Apache)

1999-07-20 Thread Stephen Pitts
Someone correct me if I am wrong, but the proxy-server apache module would use a proxy server to speed up the serving of apache web pages. Squid is designed to do _exactly_ what you want, and I've heard very good things about it. -- Stephen Pitts [EMAIL PROTECTED] webmaster - http://www.mschess.o

Re: Proxy server - how to setup two NICs

1999-06-29 Thread Didi Damian
Didi Damian [EMAIL PROTECTED] wrote: > Do you have the modules for both NICs compiled ? > > If so, you should home free, usually there's no need to specify IRQ's, ports > and all that > if the cards are different make and model. > > I have a similar setup (I do masquerading not firewall though

Re: Proxy server - how to setup two NICs

1999-06-29 Thread Didi Damian
Do you have the modules for both NICs compiled ? If so, you should home free, usually there's no need to specify IRQ's, ports and all that if the cards are different make and model. I have a similar setup (I do masquerading not firewall though) and, when setting up Linux, I first load the ext

Re: proxy/firewall for debian?

1999-04-26 Thread Jan Muszynski
For the most recent docs check out http://ipmasq.cjb.net/ HTH On 25 Apr 99, at 17:08, Eliezer Figueroa wrote about proxy/firewall for debian?: > I heard about IP masquerading as the best way of connecting my > internal net to internet and keep it safe if that is true can > somebody point to

Re: proxy/firewall for debian?

1999-04-26 Thread Mark Wagnon
Eliezer Figueroa wrote: > > I heard about IP masquerading as the best way of connecting my > internal net to internet and keep it safe if that is true can > somebody point to a howto of it. Hi Eliezer This is going to be my first project after the end of the semester. Check out http://metalab.un

Re: Proxy Setup for Netscape and Junkbuster

1999-02-21 Thread John Leget
Hi, (im running potato ) check the file /etc/junkbuster/config in my setup it has the following as default listen-address :5865 Did you configure youre netscape proxy settings properly to use the above ?? ive set netscape to use localhost port 5865 gets rid of those pesky adds etc :

Re: proxy ftp software ?

1998-12-04 Thread Guido Bozzetto
> -> The 'squid' package offers a very flexible and configurable FTP and HTTP > -> caching-proxy server. > > yes but it uses http protocol which is not very good (means it's unusable) > for FTP client; Use TIS firewall toolkit: fwtk_1.3-1.deb from Debian 1.3 distribution.

Re: proxy ftp software ?

1998-12-04 Thread Matus \"fantomas\" Uhlar
-> Pierfrancesco Caci wrote: -> > -> > is there a package to create a proxy ftp server ? -> -> The 'squid' package offers a very flexible and configurable FTP and HTTP -> caching-proxy server. yes but it uses http protocol which is not very good (means it's unusable) for FTP client; -- Matus "

Re: proxy ftp software ?

1998-12-04 Thread Damon Buckwalter
Pierfrancesco Caci wrote: > > is there a package to create a proxy ftp server ? The 'squid' package offers a very flexible and configurable FTP and HTTP caching-proxy server. -- [EMAIL PROTECTED] -- PGP and GPG public keys at http://meta-x.net/keys/

Re: Proxy server

1998-08-24 Thread tim
At 10:34 PM 8/23/98 -0200, you wrote: >Trying to use a machine thats is running Win95 and Wingate(Proxy Software) >for a proxy server for my Debian Linux Machine. The Win95 machine is >connect to the net via cable modem. I can already get from net to the >linux box but not from linux box to the n

Re: proxy services what is available?

1998-07-13 Thread Jens B. Jorgensen
I would say SOCKS is easier than TIS. I have used both but have done limited configuration and maintenance of TIS while I've done lots with SOCKS. TIS is an "application level" proxy while SOCKS is a socket level proxy. TIS will give you more fine-tuned control. SOCKS allows you to control access

Re: proxy environment variable

1998-02-09 Thread Torsten Hilbrich
Florian Attenberger <[EMAIL PROTECTED]> writes: > Hi, > > What is the sysntax for the proxy variables: > ftp_proxy="don't know" > http_proxy="don't know" http_proxy=http://localhost:8080/ export http_proxy The same for ftp_proxy. Torsten -- I haven't lost my mind -- it's backed up on

Re: proxy environment variable

1998-02-08 Thread Hamish Moffatt
On Sun, Feb 08, 1998 at 09:52:12PM +0100, Peter Paluch wrote: > ftp_proxy=proxy.utc.sk:3128 > http_proxy=proxy.utc.sk:3128 > > That's all the trick. This might work with wget, but it doesn't seem very standard -- Lynx doesn't like it. I use http_proxy=http://proxywww.rmit.edu.au:8080/ The final

Re: proxy environment variable

1998-02-08 Thread Peter Paluch
Hi all, === Florian Attenberger wrote: > What is the sysntax for the proxy variables: > ftp_proxy="don't know" > http_proxy="don't know" You are using wget, aren't you? ;-) Well, the syntax is rather simple: fpt_proxy=full_server_name:port http_proxy=full_server_name:port Imagine that there

Re: Proxy Server

1997-12-10 Thread Steve Millard
> Date: Wed, 10 Dec 1997 08:00:06 +0800 (PST) > From: "A. M. Varon" <[EMAIL PROTECTED]> > To:Steve Millard <[EMAIL PROTECTED]> > Cc:debian-user@lists.debian.org > Subject: Re: Proxy Server > On Tue, 9 Dec 1997

Re: Proxy Server

1997-12-09 Thread A. M. Varon
On Tue, 9 Dec 1997, Steve Millard wrote: > I am doing work for a small township that has 5 people working there that > would > like internet access and email. Is there a way to give them access with only > one modem connection with Linux? I know Wingate will do this, but is there > some > sor

Re: proxy server question

1997-12-01 Thread Tommy Lakofski
You did compile firewalling into your kernel, didn't you? On Mon, 1 Dec 1997, Mark Stone wrote: > From: Mark Stone <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Date: Mon, 1 Dec 1997 08:58:33 -0800 (PST) > Subject: proxy server question > > I'm attempting to use one of my computers at

Re: Proxy Server and firewall?

1997-08-23 Thread Jason Gunthorpe
On Fri, 22 Aug 1997, Batista, M. wrote: > Hello, > > What is the best software for connect my LAN to the Internet?. > Current i have Socks, but i would like to know others. With linux I like to use a combination of Socks5, Squid, QMail, TIS Firewall Toolkit (FWTK), named and IP Masqueradin

Re: Proxy ftp (socks)

1996-08-02 Thread Jean Tourrilhes
[EMAIL PROTECTED] : > > [debian - ftp method - socks / proxy ftp site - perl script...] > > Maybe you can socksify perl?? After a bit of study, that was the solution I was looking for. I've got perl and will try it this afternoon (uk time). By the way, there seem to be a project t