Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Download of source for file-5.22 blocked by firewall?
Date: Wed, 21 Jan 2015 12:38:12
Message-Id: 54BF9DAD.80508@libertytrek.org
1 Hi all,
2
3 Ok, new one to me...
4
5 I'm performing some updates after a hiatus of a couple of months, and
6 the second package to be installed was file-5.22.
7
8 I have my firewall locked down pretty tight, controlling even outbound
9 access, and when portage tries to download the source for this file it
10 is being blocked by the firewall:
11
12 kernel: [6185615.878195] (fw>): IN= OUT=enp2s0 SRC=###.###.###.###
13 DST=38.117.134.18 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64958 DF PROTO=TCP
14 SPT=52338 DPT=65369 WINDOW=14600 RES=0x00 SYN URGP=0
15
16 I've never had a problem like this and have had the same firewall rules
17 for a very long time.
18
19 Here is what I have for portage access:
20
21 # allow outbound subversion access for portage / layman
22 -A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT
23 -A OUTPUT -p tcp -m tcp --dport 3690 -j ACCEPT
24 -A OUTPUT -p tcp -m tcp --dport 56160 -j ACCEPT
25 # allow outbound access to git repos
26 -A OUTPUT -p tcp -m tcp --dport 9418 -j ACCEPT
27
28 Have there been some additions that I need to add? Other ideas why I'm
29 unable to update file?
30
31 Thanks

Replies

Subject Author
Re: [gentoo-user] Download of source for file-5.22 blocked by firewall? Tanstaafl <tanstaafl@×××××××××××.org>