search for: 802.3

Displaying 20 results from an estimated 44 matches for "802.3".

Did you mean: 802.2
2001 Mar 01
2
IPX Issues
I followed the entire Starcraft/WinE HOWTO located at http://koti.mbnet.fi/~hoppq/sc-howto.html Starcraft now works just fine, except the Local Area (IPX) part doesn't work. My interface (eth0) is configured as follows: eth0 Link encap:Ethernet HWaddr 00:50:04:82:F7:A7 inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 IPX/Ethernet 802.3
2001 Feb 27
2
Installing napster on a WINE on system.
I am having installing Napster on a system with out windows. I get to almost the end on installing the Windows Audio Format files, and then hangs. I can get the install to complete if I cancel the WMA support, but then napster refuses to run. Anyonw know how to do this? I tried both wine-20010216 and todays CVS. -Dan de Haan
2001 Apr 05
1
IPX <-> Starcraft (under Wine)
ok I've got Starcraft loaded in wine...works fine ;-) I have IPX installed within the kernel.. and have the following commandline.. modprobe ne2k-pci ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up route add -net 192.168.0.0 netmask 255.255.255.0 eth0 ipx_interface add -p eth0 802.3 0x12345678 but it seems that Starcraft cant see the IPX thingo..err anyone know how to get starcraft to
2004 Nov 13
3
density estimation: compute sum(value * probability) for given distribution
Dear R users, This is a KDE beginner's question. I have this distribution: > length(cap) [1] 200 > summary(cap) Min. 1st Qu. Median Mean 3rd Qu. Max. 459.9 802.3 991.6 1066.0 1242.0 2382.0 I need to compute the sum of the values times their probability of occurence. The graph is fine, den <- density(cap, from=min(cap), to=max(cap), give.Rkern=F)
2001 Mar 17
1
More Starcraft IPX issues
Wine is : 20010216 Distro is : RH7 w/ all the latest patches Starcraft works beautifully (but only as root does DGA work :o( ), /except/: Running network games (which requires IPX) work perfectly, but only on LAN, i.e., on a setup w/ eth0 and lo, a network game will only work if ipx_interface add -p eth0 802.3 0x12345678 Under these conditions I can play, no problem. But, this doesn't
2006 Sep 20
1
Doubts regarding classifiers available.
Hi, I am a newbie working on tc tool, i want to know whether we have the following classifiers available (1) source MAC address. (2) destination MAC address. (3) IEEE 802.1D user priority. (4) Ethertype (IEEE 802.3, 1998 Length/Type Field). Can any one help me in finding the help for the above classifiers. Thanks in advance Krishna Chaitanya
2006 Sep 21
1
RE: Doubts regarding classifiers available
Hi Krishna, 1) If you want to classify according to MAC address, you could use iptables to mark the packet (using MARK target), but just source MAC is available for now. 2) Usually tc just could classify by fields of IP layer and its sublayer, so I think classify by ethertype is unavailable. 3) VLAN tag belongs to MAC layer! I''m not sure how to QoS for VLAN, can anybody give some
2013 Oct 29
1
lpxelinux.0 - 6.02 - failed to load ldlinux.c32
O.K Here we go: 8-) Pxelinux 4.10 4.10-pre22 Copyright ..... !PXE entry point found (we hope) at 9073:00F6 via plan A UNDI code segment at 9073 len 216A UNDI data segment at 9059 len 01A0 UNDI: baseio ec00 int 11 MTU 1500 type 1 "DIX+802.3" flags 0x81b Getting cached Packet 01 02 03 MY IP addr seems to be 172.31.126.10 UNDI : IRQ11(0x73):0a63:4f9b -> 0000:8de2 Mac: Addr: 80 ee 73
2013 Mar 28
2
[Bridge] [PATCH v2] net: add ETH_P_802_3_MIN
Add a new constant ETH_P_802_3_MIN, the minimum ethernet type for an 802.3 frame. Frames with a lower value in the ethernet type field are Ethernet II. Also update all the users of this value that David Miller and I could find to use the new constant. Also correct a bug in util.c. The comparison with ETH_P_802_3_MIN should be >= not >. As suggested by Jesse Gross. Compile tested only.
2023 Jan 14
2
[PATCH net-next 1/2] virtio_net: Fix short frame length check
On Fri, Jan 13, 2023 at 3:37 PM Parav Pandit <parav at nvidia.com> wrote: > > > > From: Alexander H Duyck <alexander.duyck at gmail.com> > > Sent: Friday, January 13, 2023 6:24 PM > > > > On Sat, 2023-01-14 at 00:36 +0200, Parav Pandit wrote: > > > A smallest Ethernet frame defined by IEEE 802.3 is 60 bytes without > > > any preemble and
2007 Jan 09
5
filtering in layer 2 [but is not a bridge]
I have a linux AP with prism2 (hostap) wireless nic. I whant to filter traffic that pass betwen clients of the AP, this is layer 2 traffic (802.11) and netfilter does not sees it, at first i think in physdev target, but is for layer2 bridged interfaces, and this is not the case. There is a way to filter layer2 traffic independet if it is from a bridged iface or not? -- Luciano
2014 Jun 11
3
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 : > If 4.05 or 3.86 acted nicely, this would mean a bug. OK, so, with unpatched official binaries: 3.86 ---- pxelinux.0 Loads fine, assumes terminal width 15, displays menu, but then freezes (I suspect it does not process any input from the serial port) gpxelinux.0 Displays: PXE->EB: !PXE at 9E64:0060, entry point at 9E64:00F6 UNDI code segment
2005 Oct 03
2
asterisk, cisco 3640's and DIDs...
I would think I could do this but for some reason I am stymied. I have a PRI from RCN connected to a cisco 3640 (in my day "cisco" is all lower case :-)). My config looks something like this on the cisco... --------------------------------------------------------- voice-card 3 dsp services dspfarm ! ip cef ! isdn switch-type primary-5ess ! controller T1 3/0 framing esf linecode
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
Le 11/03/2014 00:56, Gene Cumm a ?crit : > On Mon, Mar 10, 2014 at 7:55 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Mon, Mar 10, 2014 at 7:15 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Mon, Mar 10, 2014 at 6:52 PM, Schlomo Schapiro <schlomo at schapiro.org> wrote: >>>> Hi, >>>> >>>> On 10 March 2014 18:13,
2003 Dec 11
1
IPX + Wine + Red Alert 2
Hi, I've just finished to download wine (Wine-20031118.tar.gz) and I'am trying to play IPX Network Game (Red Alert 2) I bring up the ipx interface: ipx_interface add -p eth0 802.3 0x0000001 (copy the number from Windows...) And I try run the game... but it always says that IPX is not avaiable. I'm running Mandrake 9.1 What am i doing wrong? Any Hint? Thx
2004 Aug 18
1
Pingtel and some chinese company
1) Who bought Pingtel's phone line? 2) Anyone seen this chinese-made VoIP phone that supports 8 different protocols? http://www.telecom.globalsources.com/GeneralManager?language=en&design=c lean&action=GetArticle&article_id=9000000055338&page=printarticle&printT his=yes Mike :) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Apr 14
2
IPX
I test one application, which require IPX. The matter is I don't know source of failure - application itself, Wine or software misconfiguration. Is there an useful IPX utility to test network inside Wine ?
2002 Jul 24
0
enumerating shared printers to the print browse master
hi Jerry et al, when I use the 'ADD PRINTER WIZARD' it looks like this: ----------------------------------------- |[]\\whatevernthost\mydeskjetanywhere | |[]\\computeronmydesk\printernexttome | |[]\\Ididn'tevennowIm\sharingaprinter | |+[]SAMBAPRINTSERVER | ----------------------------------------- The shared printers on the SAMBA server get visible by
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 : > Did you see the SERIAL directive? If this isn't enough, there may be bugs > in the modules or the libraries they use. Yes, I'm aware of SERIAL, my config file has: serial 0 19200 0 console 0 Thomas.
2011 Jul 07
2
how to enable Flow Control on CentOS?
Hi, I have an interesting situation with one of our switches. It's a D-Link DGS-3100, 24 port 10/100/1000 Layer 2 Managed switch with some CentOS servers connected to it. On many of the servers I need to disable Flow Control on the switch's ports otherwise the CentOS server's doesn't connect to the switch. i.e. the Switch indicates that the LAN cable is unplugged and CentOS can