OtherIrcClients: Difference between revisions

From Redbrick Wiki
Jump to navigation Jump to search
(New page: You can also connect to redbrick chat with your own client using ssh forwarding. = Setup Forwarding = == Putty on Windows == Irc runs on irc.redbrick.dcu.ie port 6667. To connect to irc...)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
You can also connect to redbrick chat with your own client using ssh forwarding.
You can also connect to redbrick chat with your own client using ssh forwarding.


= Setup Forwarding =
This tutorial assumes you're already familiar with [[IRC|chat or webchat]] and [[Connect|connecting to RedBrick over ssh]]. It also assumes that you have used an irc client on your computer before and know how to set that up.


== Putty on Windows ==
== Setup Forwarding ==


Irc runs on irc.redbrick.dcu.ie port 6667. To connect to irc you need to use putty to forward this port to your own computer.  
Irc runs on irc.redbrick.dcu.ie port 6667. To connect to irc you need to forward connections from your computer to this port over ssh.
 
=== Putty on Windows ===
 
In windows putty can be used for ssh forwarding.


Go into the tunnels option on putty, and enter the source port as 6667 and the destination as irc.redbrick.dcu.ie:6667
Go into the tunnels option on putty, and enter the source port as 6667 and the destination as irc.redbrick.dcu.ie:6667
Line 21: Line 25:
Enter your username and password as normal to login to RedBrick. You'll need to keep that window open while you use irc.
Enter your username and password as normal to login to RedBrick. You'll need to keep that window open while you use irc.


== Linux/OSX ssh ==
=== Linux/OSX ssh ===
 
For linux or OSX (or any other kind of unix based OS) just ssh as normal, but with the -L argument as shown below.


     ssh -L 6667:irc.redbrick.dcu.ie:6667 username@login.redbrick.dcu.ie
     ssh -L 6667:irc.redbrick.dcu.ie:6667 username@login.redbrick.dcu.ie


= Client Configuration =
== Client Configuration ==


This is based on using mIRC, cause apparently it's popular, but this should work for any client.
This is based on using mIRC, cause apparently it's popular, but similar instructions should work for any client.


In the options add a new server. Use hostname localhost and port 6667.
In the options add a new server. Use hostname localhost and port 6667.

Latest revision as of 01:52, 20 October 2009

You can also connect to redbrick chat with your own client using ssh forwarding.

This tutorial assumes you're already familiar with chat or webchat and connecting to RedBrick over ssh. It also assumes that you have used an irc client on your computer before and know how to set that up.

Setup Forwarding

Irc runs on irc.redbrick.dcu.ie port 6667. To connect to irc you need to forward connections from your computer to this port over ssh.

Putty on Windows

In windows putty can be used for ssh forwarding.

Go into the tunnels option on putty, and enter the source port as 6667 and the destination as irc.redbrick.dcu.ie:6667

Ircputty1.png

Then click add. It should then appear like it's shown below.

Ircputty2.png

Now, to connect. Don't click the RedBrick button, instead go back to the session tab. Enter the hostname as login.redbrick.dcu.ie, and click open.

Ircputty3.png

Enter your username and password as normal to login to RedBrick. You'll need to keep that window open while you use irc.

Linux/OSX ssh

For linux or OSX (or any other kind of unix based OS) just ssh as normal, but with the -L argument as shown below.

   ssh -L 6667:irc.redbrick.dcu.ie:6667 username@login.redbrick.dcu.ie

Client Configuration

This is based on using mIRC, cause apparently it's popular, but similar instructions should work for any client.

In the options add a new server. Use hostname localhost and port 6667.

Ircputty4.png

Select this server to connect to. Enter your nickname and other details, and hit connect.

Ircputty5.png

If you've followed all the steps right then you should now be connected :)

Ircputty6.png