How to get online through a proxy server?

Puppy related raves and general interest that doesn't fit anywhere else
Post Reply
Message
Author
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

How to get online through a proxy server?

#1 Post by slowdog »

Hello everyone, I have a classroom in a school that has several donated computers - some Macs, some windows based.

I have a few computers with hard drives or IDEs that are shot and Puppy is a good alternative to getting these beasts going again.

I have no trouble at all at home using port 80, and my sons Windows ME Mistake Edition goes on-line no worries in ram.

The request I have is for someone to help me get on-line when booting in ram only through my schools proxy server while in ram.

When I boot up in ram only I need to get through the proxy settings and I seem to only have port 80 enabled and can't find a way to get to 3128. Is there a way when these machines are not using the HDD in any way.

Thanks in advance.
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#3 Post by Flash »

If at least one computer has a CD burner, you can save the configuration on a multisession CD (after you figure out how to get online.) Such a configured multisession CD may work in computers that don't have a CD burner. Just a thought. Experiment with a CD-RW when possible. :)
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

Attempts

#4 Post by slowdog »

Thanks for the replies guys.

re - entering the command, where do I enter this (very much a noob at this)

Re: the multisession CD RW. So far no luck, After creating a session with Firefox downloaded as a quickpet, the disk wouldn't boot in the 2nd machine. I'll try it from a different machine later today, but so far no luck.
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#5 Post by rcrsn51 »

re - entering the command, where do I enter this
There is an icon on your desktop labeled "console".
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

Bash error

#6 Post by slowdog »

Thanks for your reply

Yes, I thought so and I tried that, I was hoping I was wrong. I received a bash error after entering the text exactly as I saw it. Are there any other things I need to do when entering this script?
User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

bash error

#7 Post by L18L »

a bash error
posting the error message would be helpful.

3128 seems to be the port number of squid.
port 80 is OK?
Then you could try in a browser (I hope it is seamonkey)
Edit > Preferences > Advanced > Proxies
good luck
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#8 Post by rcrsn51 »

Code: Select all

$export http_proxy=http://<proxy-server-ip>:<port>
Don't type the $ sign.

Enter the IP address and port number of the proxy server, like

Code: Select all

export http_proxy=http://1.2.3.4:5
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

Thanks again, I'll crack it soon I'm sure

#9 Post by slowdog »

I'll try the script again and write down the bash error if I get it again. Thanks!

I know how to set the preferences through the browser settings, that's not an issue, the problem is that i can't save the settings because the machine doesn't have a rw CD or a hard drive. This is no problem at home as port 80 is default, but at work we go through the squid and NOT port 80. Once I power down at home all the settings are gone so I can't set the preferences through port 80, because there isn't one. :(

I'm going to try and install a rw CD into the machine and see if I can get the browser to download at home and then open it up at work. Maybe this will work.

Of course I still want try to install the script as see if it works for me it's a good one for the learning curve.

Thanks again everyone, I'll get there sooner or later.
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

Re: Attempts

#10 Post by Flash »

slowdog wrote:Re: the multisession CD RW. So far no luck, After creating a session with Firefox downloaded as a quickpet, the disk wouldn't boot in the 2nd machine. I'll try it from a different machine later today, but so far no luck.
What do you mean the disk wouldn't boot? How far did it get? Would the computer not even start to boot from the CD, or did it seem to go some ways toward booting up before giving up?
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

Rw CD

#11 Post by slowdog »

It wouldn't load, gave a blank black screen after going through set up, no sign of x, or cursor, if I remember correctly.

I'll try again in a few hours after the kids are asleep.

Dad's cookin' dinner tonight!!! Poor kids! Hot dog fried rice again... yuck.
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

bash error

#12 Post by slowdog »

the bash error reads

bash: syntax error near unexpected token 'newline'
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

#13 Post by slowdog »

Is there a way to get the browser downloaded to a usb and added after a puppy boot up into ram? Just a thought!
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

Re: bash error

#14 Post by rcrsn51 »

slowdog wrote:the bash error reads

bash: syntax error near unexpected token 'newline'
Don't type the $ sign.
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

#15 Post by slowdog »

I didn't type the $ sign at all, is there something else I should be doing?
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#16 Post by rcrsn51 »

Are you typing the <> brackets? See my example above.
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

Re brackets

#17 Post by slowdog »

Yes, sure, I even had my wife give it a proof read first.

It comes up with the # symbol first and then, without the $ sign I typed what was there and spaces included... mystery?
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

Re: Rw CD

#18 Post by Flash »

slowdog wrote:It wouldn't load, gave a blank black screen after going through set up, no sign of x, or cursor, if I remember correctly.
That means the CD actually did boot fine. After Puppy loaded into RAM from the CD, you went through set up, and then everything went black?
slowdog
Posts: 12
Joined: Sun 23 Jan 2011, 09:39

#19 Post by slowdog »

Sorry, I've been working a lot lately.

Yes, it went black (screen) but nothing was responsive. ?
Post Reply