From: "Dan Sheffner" <dsheffner@gmail.com>
To: gentoo-user <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] emerge --sync and iptables
Date: Sat, 18 Mar 2006 10:46:45 -0600 [thread overview]
Message-ID: <bfe179c00603180846o48fef35dxda1ace7194222ce@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
I'm not sure what I have been doing wrong. I have a local sync server
located at 10.1.10.37 and I'm running iptables on a web server. What port
do I need to open when I run emerge --sync? I have tried port 873 like
below and still no luck. I do not have a firewall running on the sync
server.
below is an example of my firewall rules on the web server
ip=<publicIP>
iptables -F
iptables -P INPUT DROP
iptables -A INPUT -i eth0 -p tcp -d $ip --dport 443 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp -s 10.1.10.0/24 -d $ip --dport 22 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp -s 10.1.10.37 -d $ip --dport 873 -j ACCEPT
Any help would greatly appreciated.
[-- Attachment #2: Type: text/html, Size: 1017 bytes --]
next reply other threads:[~2006-03-18 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-18 16:46 Dan Sheffner [this message]
2006-03-18 20:39 ` [gentoo-user] emerge --sync and iptables Benno Schulenberg
2006-03-19 0:19 ` Dan Sheffner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bfe179c00603180846o48fef35dxda1ace7194222ce@mail.gmail.com \
--to=dsheffner@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox