From owner-freebsd-questions Sat Jan 6 4:50:46 2001 From owner-freebsd-questions@FreeBSD.ORG Sat Jan 6 04:50:44 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from OpsyDopsy.net.dhis.org (unknown [213.22.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 785F337B400 for ; Sat, 6 Jan 2001 04:50:43 -0800 (PST) Received: (from root@localhost) by OpsyDopsy.net.dhis.org (8.11.1/8.11.1) id f06Cq1901086 for questions@freebsd.org; Sat, 6 Jan 2001 12:52:01 GMT (envelope-from root) Date: Sat, 6 Jan 2001 12:52:01 GMT From: Joao Fernandes Message-Id: <200101061252.f06Cq1901086@OpsyDopsy.net.dhis.org> To: questions@freebsd.org Subject: DHCP Connection really slow... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all. I'm here trying to figure out whats happening with my DHCP connection. In Windows I can get from the same site 20 kps, and in FBSD it takes about 2 minutes do download 80 K of data... I'm running IPf and ipmon, heres my ipf.rules file: #Block all from all protocols block in log first on rl0 proto icmp from any to any block in log first on rl0 proto tcp from any to any block in log first on rl0 proto udp from any to any #Anti spoofing rules block in quick on rl0 from 127.0.0.0/8 to any block in quick on rl0 from 0.0.0.0/8 to any #Pass mail pass in on rl0 proto tcp from any to any port = smtp #Pass FTP connections pass in on rl0 proto tcp from any to any port = ftp pass in on rl0 proto tcp from any to any port = ftp-data #Pass dhis pass in on rl0 proto udp from any to any port = 58800 #Pass out all pass out on rl0 proto tcp from any to any keep state keep frags pass out on rl0 proto udp from any to any keep state keep frags pass out on rl0 proto icmp from any to any keep state keep frags heres part of my dmesg: rl0: port 0xd000-0xd0ff mem 0xc5800000-0xc58000ff ir q 5 at device 9.0 on pci0 rl0: Ethernet address: 00:00:b4:c2:2d:28 miibus0: on rl0 rlphy0: on miibus0 IP Filter: v3.4.8 initialized. Default = pass all, Logging = enabled If I'm forgetting some important data, please mail me asking for it... I'm not very familiarized with DHCP... Thanks in advance. Joao Fernandes. PS: mail me back at root@opsydopsy.net.dhis.org. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message