How to setup a shell to use IRC behind firewall help


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to setup a shell to use IRC behind firewall help
# 1  
Old 02-13-2008
How to setup a shell to use IRC behind firewall help

So, I have a free shell from an online provider which offer IRC access, I am behind a firewall blocking all IRC ports @ work, how can I use the Shell to get on IRC from work? What do I need to setup on the shell to be able to connect to the shell on the ssh port which allows connections from work, and then the shell to irc?

Diagram of what I am thinking in my head:

Work -> IRC 6667-7001 (blocked)

Work -> SSH Shell 22 -> Shell Connect to -> IRC port 6667 (port-forward connected)

What can I do in specific with my shell to be able to have this set up? What do I need to install, etc...
# 2  
Old 02-14-2008
Is my question to specific? Can any1 direct me to where I can ask in a more shell/irc specific forum?
# 3  
Old 02-14-2008
Quote:
I am behind a firewall blocking all IRC ports
If you're behind a firewall, and it's working correctly, as it appears to be,
there's really nothing from the shell you can do. You'll need to unblock the right port(s) on the firewall for it to function.
# 4  
Old 02-14-2008
Quote:
Originally Posted by KromiX
So, I have a free shell from an online provider which offer IRC access, I am behind a firewall blocking all IRC ports @ work, how can I use the Shell to get on IRC from work? What do I need to setup on the shell to be able to connect to the shell on the ssh port which allows connections from work, and then the shell to irc?

Diagram of what I am thinking in my head:

Work -> IRC 6667-7001 (blocked)

Work -> SSH Shell 22 -> Shell Connect to -> IRC port 6667 (port-forward connected)

What can I do in specific with my shell to be able to have this set up? What do I need to install, etc...
If I would be your boss I would fire you on the stop when I would find out you are trying this.

There is a good reason why your company blocked these ports.
# 5  
Old 02-15-2008
Quote:
Originally Posted by sb008
If I would be your boss I would fire you on the stop when I would find out you are trying this.

There is a good reason why your company blocked these ports.

Actually I work in IS, just I haven't figured out how to to this with a shell and I know you can, there is no1 to catch me, besides myself and I'm not rattin myself out lol....

I can do this with my home PC as the middleman but I want to figure out how to do it with a shell...
# 6  
Old 02-15-2008
Quote:
Originally Posted by KromiX
Actually I work in IS, just I haven't figured out how to to this with a shell and I know you can, there is no1 to catch me, besides myself and I'm not rattin myself out lol....

I can do this with my home PC as the middleman but I want to figure out how to do it with a shell...

IS? As in Internet Security? And you don't know how an ssh tunnel works? And you don't think you can get caught? He he.
# 7  
Old 02-15-2008
Quote:
Originally Posted by System Shock
IS? As in Internet Security? And you don't know how an ssh tunnel works? And you don't think you can get caught? He he.
As in Information Services.

And there is no1 to catch me, I run the show, from a management level, do you think someone is going to report me to myself? I'm the one who gets the reports on connections etc... I just don't know how to do it with a Shell which is why I'm asking here, as I know how to do it with my home PC, but its bandwidth is not good enough for this cause its uploading/downloading all day....
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. SCO

Irc port

does anyone know of a port of irc like irssi for unixware? thanks (3 Replies)
Discussion started by: deus-programmer
3 Replies

2. Shell Programming and Scripting

How to setup Oracle connection inside shell script?

Hi, We have Oracle Connection parameters set up in file name "TESTDB" at location /abc/etc.When I try to run my shell script it does not connect to Oracle database. Please let me know how "TESTDB" file can be called inside script. ####################### Setting the directories... (2 Replies)
Discussion started by: sandy162
2 Replies

3. Cybersecurity

Help needed in IPTables firewall/router setup - Linux

HI all, I have setup IPTables firewall/Router and my home network, with address space 192.168.10.XXX Form my private network hosts, i can ping the gateway ( 192.168.10.101 ) , but the reverse is not happening. Can someone help me as of what i need to do, so that i can ping my private... (1 Reply)
Discussion started by: chandan_m
1 Replies

4. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

5. Shell Programming and Scripting

Shell running setup in Korn ?

I am starting to code a few ideas of customization and tasks improvements on the office UNIX machine. My first script (see below) only contains ALIAS commands. But for some reason, when I execute it, the alias are not executed. I suspect it is because of the "#!/bin/ksh" not being recognized or... (4 Replies)
Discussion started by: Browser_ice
4 Replies

6. Shell Programming and Scripting

Configure Firewall in unix from shell script

plz help me, i need to configure my firewall with using shell script, i am using unix fedora 9. thanks ppl. replys would be great. (1 Reply)
Discussion started by: king_jon85
1 Replies

7. Post Here to Contact Site Administrators and Moderators

Irc??

hi there everybody.. i just noticed that there is no forum dedicated to internet relay chat (IRC)... although there are several threads focused on this, i think it is quite better if there is a forum where questions on IRC are tackled head-on in a purely academic level... anyway, this is just... (4 Replies)
Discussion started by: cable21
4 Replies
Login or Register to Ask a Question