Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Port forwarding with Portfwd - and IP aliasing
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
borior
n00b
n00b


Joined: 15 Dec 2003
Posts: 12
Location: Cloud 9, Planet X

PostPosted: Sun Apr 18, 2004 2:42 pm    Post subject: Port forwarding with Portfwd - and IP aliasing Reply with quote

Hi, I am having trouble getting port forwarding to work properly. I have 5 public IPs and 1 private IP (+loopback) and i want to forward different services from ports 80 and 443 on the public ips.

at the moment my portfwd.cfg looks like this:

Code:

bind-address 217.12.152.204

tcp {
    80 { => localhost:22 } ;
    443 { => localhost:18234 }
}

bind-address 217.12.152.203

tcp {
    80
    ftp-active-mode-on 127.0.0.1
    ftp-passive-mode-on 127.0.0.1
        { => localhost:ftp }
}


I'm trying to forward ssh on .204 from port 80, and everybuddy on .204 from port 443.

And also ftp on .203 from port 80.

But none of the services work!

If anyone can help me, thanks in advance.
_________________
If Windows is the answer, it means you haven't understood the question ...
Back to top
View user's profile Send private message
borior
n00b
n00b


Joined: 15 Dec 2003
Posts: 12
Location: Cloud 9, Planet X

PostPosted: Sun Apr 18, 2004 4:58 pm    Post subject: Reply with quote

bump :(
_________________
If Windows is the answer, it means you haven't understood the question ...
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