Hi all,

Ok, new one to me...

I'm performing some updates after a hiatus of a couple of months, and
the second package to be installed was file-5.22.

I have my firewall locked down pretty tight, controlling even outbound
access, and when portage tries to download the source for this file it
is being blocked by the firewall:

kernel: [6185615.878195] (fw>): IN= OUT=enp2s0 SRC=###.###.###.###
DST=38.117.134.18 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64958 DF PROTO=TCP
SPT=52338 DPT=65369 WINDOW=14600 RES=0x00 SYN URGP=0

I've never had a problem like this and have had the same firewall rules
for a very long time.

Here is what I have for portage access:

# allow outbound subversion access for portage / layman
-A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT
-A OUTPUT -p tcp -m tcp --dport 3690 -j ACCEPT
-A OUTPUT -p tcp -m tcp --dport 56160 -j ACCEPT
# allow outbound access to git repos
-A OUTPUT -p tcp -m tcp --dport 9418 -j ACCEPT

Have there been some additions that I need to add? Other ideas why I'm
unable to update file?

Thanks

Reply via email to