ipmasqadm portfw

2002-02-12 Thread Elm Gysel
Hello, I'm using kernel 2.2.19 and I have a little question regarding portfw. I've set up some rules to forward some ports to an other computer on the network : ipmasqadm portfw -a -P tcp -L localhost 8002 -R 192.168.1.10 8002 ipmasqadm portfw -a -P tcp -L 192.168.1.250 8002 -R 192.168

Re: ipmasqadm portfw

2002-02-06 Thread Paul Hampson
On Wed, Feb 06, 2002 at 09:53:01AM +0100, Elm Gysel wrote: > I'm using kernel 2.2.14 and I have a problem with ipmasqadm portfw. > >From what I understand from searching mailing lists and so on I don't have > this aspect commpiled into my kernel. > This is the .config f

ipmasqadm portfw

2002-02-06 Thread Elm Gysel
(sorry for the wrong subject on previous post!)   Hi,   I'm using kernel 2.2.14 and I have a problem with ipmasqadm portfw.When I try to add a rule for forwarding a port I get the following error :ipmasqadm portfw -a -P tcp -L 212.69.202.112 8002 -R 192.168.1.10 8002portfw: setso

RE: ipmasqadm portfw

2002-01-14 Thread Jeremy L. Gaddis
remy L. Gaddis Subject: Re: ipmasqadm portfw And sometimes it's necessary to echo 1>/proc/sys/net/ip_forward On Sun, Jan 13, 2002 at 09:22:12PM -0500, Jeremy L. Gaddis wrote: > You need to say "Y"es to "Network Firewalls", "IP: firewalling", > "IP: masq

Re: ipmasqadm portfw

2001-09-25 Thread Tim Moss
lan (192.168.1.2) can serve requests through the > firewall, from 'out there'. > > # ipmasqadm portfw -a -P tcp -L [PUBLIC_IP] 7890 -R 192.168.1.2 80 > > # ipmasqadm portfw -ln > prot localaddrrediraddr lportrport pcnt pref >

RE: ipmasqadm portfw

2001-09-25 Thread NORMAND Jacques
: mardi 25 septembre 2001 11:15 À : debian-user@lists.debian.org Objet : ipmasqadm portfw i used to have this working like a champ, but now it folds its arms and laughs and evil laugh-- we're trying to establish port forwarding so that a box internal on our lan (192.168.1.2) can serve reque

ipmasqadm portfw

2001-09-25 Thread will trillich
i used to have this working like a champ, but now it folds its arms and laughs and evil laugh-- we're trying to establish port forwarding so that a box internal on our lan (192.168.1.2) can serve requests through the firewall, from 'out there'. # ipmasqadm portfw -a -P tc

ipmasqadm portfw -a ... stopped working?

2001-09-09 Thread will trillich
we're trying to establish port forwarding so that a box internal on our lan (192.168.1.2) can serve requests through the firewall, from 'out there'. i haven't even done apt-get upgrade lately -- and now ipmasqadm 'portfw' isn't working. (i may have missed a st

Re: ipmasqadm portfw and apache

2001-08-29 Thread Jason Majors
On Wed, Aug 29, 2001 at 01:39:21PM -0700, Jason Majors scribbled... > Does anybody have experience with multiple VirtualHost entries? Or know > the > correct format? > I'm doing: > NameVirtualHost domainone > NameVirtualHost domaintwo > NameVirtualHost domainthree > > > ... > > >

Re: ipmasqadm portfw and apache

2001-08-29 Thread Jason Majors
Jason Majors wrote: >I'd like to forward all requests on port 80 thru my firewall, however, I >use >VirtualHosts under apache. >Is there a way to forward the port with the desired host name? >Or can I do it based on the hostname desired? (eg forward a request to >www.foo.com to port 81 and a requ

Re: ipmasqadm portfw and apache

2001-08-29 Thread Jason Majors
On Wed, Aug 29, 2001 at 11:51:48AM -0700, Tim Moss scribbled... > Jason Majors wrote: > >I'd like to forward all requests on port 80 thru my firewall, however, I > >use > >VirtualHosts under apache. > >Is there a way to forward the port with the desired host name? > >Or can I do it based on the h

Re: ipmasqadm portfw and apache

2001-08-29 Thread Tim Moss
Jason Majors wrote: I'd like to forward all requests on port 80 thru my firewall, however, I use VirtualHosts under apache. Is there a way to forward the port with the desired host name? Or can I do it based on the hostname desired? (eg forward a request to www.foo.com to port 81 and a request to

ipmasqadm portfw and apache

2001-08-29 Thread Jason Majors
I'd like to forward all requests on port 80 thru my firewall, however, I use VirtualHosts under apache. Is there a way to forward the port with the desired host name? Or can I do it based on the hostname desired? (eg forward a request to www.foo.com to port 81 and a request to www.bar.com to 82).

ipmasqadm portfw vs autofw vs rinetd ?

2001-01-25 Thread aphro
have to specify the ip. the temporary solution was to use rinetd, which seemed to work fine.. but i'm curious if this is possible with portfw? the command i was using: /usr/sbin/ipmasqadm portfw -a -P tcp -L EXTERNAL_IP PORT -R INTERNAL_IP PORT since it worked when i directed it to a

ipmasqadm portfw not working to Sun

1999-10-13 Thread Michael Laing
I am running linux 2.2.12 w/potato netbase and glibc2.1 on my ipmasq'ing slink machine. Port forwarding works great to internal linux boxen. I can't get it to work to my Sun (Solaris 7) tho... tcpdump shows the packets going to the sun but nothing comes back. I am just setting up this Sun so I ca