Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bnc on port 443
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Lucif3r_no
n00b
n00b


Joined: 10 Sep 2004
Posts: 1

PostPosted: Fri Sep 10, 2004 2:06 pm    Post subject: Bnc on port 443 Reply with quote

I'm haveing trouble setting up a bnc on port 443 on my gentoo.
I know that all the ports below 1024 is reserved to root.
But I need a bnc on port 443 and is wondering if there is any way to bypass this setting or any way to "fool" the box.


Lucif3r
Back to top
View user's profile Send private message
tagwar
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2004
Posts: 147
Location: Karlsruhe

PostPosted: Sat Sep 11, 2004 4:12 pm    Post subject: ssh or iptables Reply with quote

damn, as it seems, every second answer i write here is about ssh or iptables... funny..

okay.. you can either use ssh to set up a "tunnel" from your machine's port 443 to port foo. this would be something like "ssh -g -L 443:127.0.0.1:foo localhost". You have to ssh as root tho...

or use a DNAT iptables rule, so packets to port 443 are DNATed to port foo on your box.

This of course also needs root privilege, so you wont be able to go completely without root..

At least as far as I know...

Tom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum