New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Accessing Bubba 1 thru Bubba 2 - how?

Got problems with your B2 or B3? Share and get helped!
Post Reply
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Accessing Bubba 1 thru Bubba 2 - how?

Post by Hammer »

So B2 is now my gateway to internet. Works nicely.

1. How do I forward traffic to the old B1, which is NATed?

2. What do I type in my browser at work to access B1 thru B2?


Cheers,
Hammer
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Post by Hammer »

No one that knows this?
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

:)

to access B1 through B2 you have to setup port forwarding.
so if you don't use the apache webserver on B2
then redirect port 80 to B1 ip on port 80
If you do use B2 apache,
then redirect port 81 to B1 ip on port 80
Or option number 3, you use apache modules rewrite/proxy
to redirect a url on B2 to B1 (for example http://B2/B1)
see http://httpd.apache.org/docs/2.2/mod/mod_proxy.html for more info/ examples

Just depends on what you want, which option is best.

hopes this helps

cheers
Eek
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Post by Hammer »

Thanks Eek.

How do I know if I use Apache? I use the web interface that comes pre installed on B2

And I can only use port 80 from work, but I would like to be able to access some restricted sites/protocols, like hotmail.

Now, I went into the Firewall section and forwarded 80 to 81 on B1, using B1's NAT IP. When surfing to B2 via Easyfind I get nothing. When removing the forward I get the web interface of B2 again.

What am I doing wrong?

Cheers,
Hammer
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

I you are using the web interface of B2, you are using the apache webserver.
in the firewall section, you set port 81 to B1 IP (192.168.x.x) on port 80
now you should be able to use: http://eayfind.bubbaserver.com:81
this should give the B1 website
And I can only use port 80 from work, but I would like to be able to access some restricted sites/protocols, like hotmail.
what do you mean by that? could you say more about that?

cheers
Eek
Hammer2
Posts: 15
Joined: 07 Oct 2008, 03:18

Post by Hammer2 »

Thanks for the suggestion, but I can't do that. Port 81 is not open for external traffic. We can use 80 and 443, that's it.

Can I add a link on the web server to Bubba1? If so, any recommended software I should use? Is Dreamweaver useable?

With regards to work restrictions, there is a huge number of sites that are disallowed at work. (Bluecoat induced I think.) Some of those would be nice to get to anyway, like hotmail and gaming sites.
Problem is that the IT dept also sniffs packets to check content, and I'm unsure if the tunneling of other protocols in http traffic is detectable or not. If it is I will not risk it.

/Hammer
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

well i am not going to tell you what to do or not to do
i guess you yourself get you will be in trouble if they find out you are breaking company policies.

Getting back to the problem, i don't really get it.
if you are trying to access your bubba1 website, you could do that using apache mod_proxy on the bubba2 website.
if you are trying to tunnel securely to sites, you just open an ssh connection to one of your bubbas at home and use that as your proxy.
You could tunnel port 443 to 22 for instance.
the traffic is encrypted, so they don't see what you send, only that you are sending and receiving.

cheers
Eek
pa
Posts: 308
Joined: 06 Dec 2006, 04:38
Location: Sweden
Contact:

Post by pa »

Hi,

Just a not on this regarding easyfind.
Easyfind is not a true dns service, but using a redirect, thus only working on standard http(s) ports, port 80 and 443.

/PA
Post Reply