When I start rinetd I get the following error message:
rinetd: couldn't bind to address gallifrey port 5801
I'm trying to redirect anything coming into my firewall on this port
to another machine on my network. If someone could explain
what needs to be done I'd appreciate it.
Sent: Monday, April 01, 2002 8:29 AM
To: debian-user@lists.debian.org
Subject: ipchains & rinetd
I have a GNU/Linux machine set up at home as my firewall. Behind the
firewall on
my home network I have several machines one of which is another GNU/Linux
machine on which I'm running the Apa
Make sure your firewall is open, also make sure rinetd.conf is
configured to listen on both IP's and not just the internal, etc.
Thus spake Bodnyk, Bruce W ([EMAIL PROTECTED]):
> I am trying to configure my firewall so that I can get to a web server that
> is on another machine. If I go to http
I am trying to configure my firewall so that I can get to a web server that
is on another machine. If I go to http://gallifrey (gallifrey is the name of
my firewall)from a machine on my local network I'm redirected to the
machine where I'm running the web server. However if I attempt to connect
to
1023 -i ppp+ -p 6 -j DENY
-l
-A input -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -i ppp+ -p 6 -j DENY -l -y
-A input -s 0.0.0.0/0.0.0.0 8:8 -d 0.0.0.0/0.0.0.0 -i ppp+ -p 1 -j DENY -l
-A forward -s 0.0.0.0/0.0.0.0 -d 0.0.0.0/0.0.0.0 -j MASQ
I'm also running rinetd and the rinetd.conf file con
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
6 matches
Mail list logo