Gentoo Archives: gentoo-server

From: "Marián Hercek" <hercek@×××××××××××.sk>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] emerge sync not working
Date: Wed, 05 Apr 2006 07:23:53
Message-Id: 4433700F.7020603@student.ucm.sk
In Reply to: Re: [gentoo-server] emerge sync not working by Thilo Bangert
1 Here it is:
2
3 Chain INPUT (policy DROP)
4 target prot opt source destination
5 ACCEPT tcp -- 0.0.0.0/0 193.87.59.9 tcp dpt:25
6 ACCEPT tcp -- 0.0.0.0/0 193.87.59.9 tcp dpt:20
7 ACCEPT tcp -- 0.0.0.0/0 193.87.59.9 tcp dpt:21
8 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
9 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:143
10 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
11 --some snipped out---
12
13 Chain FORWARD (policy DROP)
14 ACCEPT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:53
15 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:20
16 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:21
17 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:80
18 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:110
19 ACCEPT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:110
20 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:123
21 ACCEPT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:123
22 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:443
23 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:873
24 ACCEPT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:873
25 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:993
26 ACCEPT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:993
27 ACCEPT tcp -- 192.168.1.0/24 0.0.0.0/0 tcp dpt:995
28 ACCEPT udp -- 192.168.1.0/24 0.0.0.0/0 udp dpt:995
29 --some snipped out---
30
31 Chain OUTPUT (policy ACCEPT)
32 target prot opt source destination
33
34 -------------------------------------------------------------------------
35 Table NAT
36
37 Chain PREROUTING (policy ACCEPT)
38 target prot opt source destination
39
40 Chain POSTROUTING (policy ACCEPT)
41 target prot opt source destination
42 SNAT all -- 192.168.1.0/24 anywhere to:--snipped out
43
44 Chain OUTPUT (policy ACCEPT)
45 target prot opt source destination
46
47
48 Thilo Bangert wrote:
49 > Marián Hercek <hercek@×××××××××××.sk> said:
50 >> I did drop firewall many times, but no effect.
51 >
52 > hhm, i'd still say it is most likely your firewall (or a firewall between
53 > you and the net)
54 >
55 > give us the ouput of iptables -L, if you like...
56 >
57 > regards
58 > Thilo

Attachments

File name MIME type
hercek.vcf text/x-vcard

Replies

Subject Author
Re: [gentoo-server] emerge sync not working David Karban <david.karban@×××××.com>