Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 12:52:01 GMT
From:      Joao Fernandes <root@OpsyDopsy.net.dhis.org>
To:        questions@freebsd.org
Subject:   DHCP Connection really slow...
Message-ID:  <200101061252.f06Cq1901086@OpsyDopsy.net.dhis.org>

next in thread | raw e-mail | index | archive | help
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: <RealTek 8139 10/100BaseTX> 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: <MII bus> on rl0
rlphy0: <RealTek internal media interface> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101061252.f06Cq1901086>