Re: rl0 discard oversize frame

2007-08-29 Thread Philippe Laquet

Amer H. Alhabsi a écrit :

Philippe Laquet wrote:

Hi Amer,

Could you send an ifconfig -a ?

It may occur if your MTU doesn't match

Amer H. Alhabsi a écrit :

Hi,

The network card that came with the PC (Broadcom NetXtreme Gigabit 
Ethernet) was not recognized by sysinstall. So I bought a real tek 
based card that works fine. But when I run dmesg, I get lots of 
these lines (almost 900):

rl0: discard oversize frame (ether type 0 flags 3 len 1532  max 1514)

Can someone please advise what can be done to stop that.

I'm using FreeBSD 6.2 release.

Thanks,

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





Thanks for the reply. Here is the output of ifconfig -a

rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet 172.22.15.39 netmask 0x broadcast 172.22.255.255
   ether 00:e0:4c:ef:04:87
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
   inet6 ::1 prefixlen 128
   inet 127.0.0.1 netmask 0xff00


OK,

You may try to increase your MTU by using ifconfig rl0 mtu 1580 (for 
example) - Do not forget to add this option in /etc/rc.conf (for boot 
settings)


If it does not solve the problem, the problem could be due to your 
network interface and the RL driver itself. In that case, you have to 
shut down the interface and remount it, I agree that it is not a proper 
solution but I saw it on a newsgroup.



Hope this help!

Kind Regards.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rl0 discard oversize frame

2007-08-28 Thread Amer H. Alhabsi

Hi,

The network card that came with the PC (Broadcom NetXtreme Gigabit 
Ethernet) was not recognized by sysinstall. So I bought a real tek based 
card that works fine. But when I run dmesg, I get lots of these lines 
(almost 900):

rl0: discard oversize frame (ether type 0 flags 3 len 1532  max 1514)

Can someone please advise what can be done to stop that.

I'm using FreeBSD 6.2 release.

Thanks,

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rl0 discard oversize frame

2007-08-28 Thread Philippe Laquet

Hi Amer,

Could you send an ifconfig -a ?

It may occur if your MTU doesn't match

Amer H. Alhabsi a écrit :

Hi,

The network card that came with the PC (Broadcom NetXtreme Gigabit 
Ethernet) was not recognized by sysinstall. So I bought a real tek 
based card that works fine. But when I run dmesg, I get lots of these 
lines (almost 900):

rl0: discard oversize frame (ether type 0 flags 3 len 1532  max 1514)

Can someone please advise what can be done to stop that.

I'm using FreeBSD 6.2 release.

Thanks,

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rl0 discard oversize frame

2007-08-28 Thread Amer H. Alhabsi

Philippe Laquet wrote:

Hi Amer,

Could you send an ifconfig -a ?

It may occur if your MTU doesn't match

Amer H. Alhabsi a écrit :

Hi,

The network card that came with the PC (Broadcom NetXtreme Gigabit 
Ethernet) was not recognized by sysinstall. So I bought a real tek 
based card that works fine. But when I run dmesg, I get lots of these 
lines (almost 900):

rl0: discard oversize frame (ether type 0 flags 3 len 1532  max 1514)

Can someone please advise what can be done to stop that.

I'm using FreeBSD 6.2 release.

Thanks,

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





Thanks for the reply. Here is the output of ifconfig -a

rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   options=8VLAN_MTU
   inet 172.22.15.39 netmask 0x broadcast 172.22.255.255
   ether 00:e0:4c:ef:04:87
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
   inet6 ::1 prefixlen 128
   inet 127.0.0.1 netmask 0xff00

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rl0: discard oversize frame

2005-05-23 Thread Jack Raats
I'm running FreeBSD 5.4-STABLE. At this moment I'm getting all kind of network 
losses due to the error  rl0: discard oversize frame
Google showed that a lot of PC suffers form this, but I didn't fine the cure :-(

Can anyone help me with a cure?

Met vriendelijke groeten
Jack Raats
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rl0: discard oversize frame

2005-05-23 Thread Chris
I also have the errors showing up in my periodic logs but they dont
seem to cause me actual network drops.

rl0: discard oversize frame (ether type e14c flags 3 len 1722  max 
1514)
rl0: discard oversize frame (ether type 1 flags 3 len 36860  max 
1514)

Chris

On 5/23/05, Jack Raats [EMAIL PROTECTED] wrote:
 I'm running FreeBSD 5.4-STABLE. At this moment I'm getting all kind of 
 network losses due to the error  rl0: discard oversize frame
 Google showed that a lot of PC suffers form this, but I didn't fine the cure 
 :-(
 
 Can anyone help me with a cure?
 
 Met vriendelijke groeten
 Jack Raats
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd 5.3, rl0: discard oversize frame

2005-02-10 Thread (. )
Dear Sirs,

I have trouble on the my nootbook Compaq Armada e500
(PIII-700, RAM 256 Mb, HDD 5Gb, Internal LAN Intel 100, and
second ethernet adapter d-link dfe-690tx (pcmcia card on realtek 8138 chip)

The internal lan adapter work fine (fxp0)

But pcmcia dfe-690 permanently go down with error message:
rl0: discard oversize frame.

(more 10 times per day)

please help me to find solution of this trouble

-- 
With best regards, German Shikov
mailto:[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rl0: discard oversize frame (ether type 4454 flags 3 len 1516 max 1514)

2003-12-03 Thread Gil Agno Virtucio
Hi,
Im using FreeBSD 5.1 with firewall enabled. I was just wondering why it suddenly had 
the error messages below. 
 
Do you what could have caused this error? and cna anybody suggest any solution how to 
fix this. 
 
Thank you very much in advance...
 
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1516  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]