Displaying 2 results from an estimated 2 matches for "fireplug".
2001 Jun 29
1
u32 nexthdr problem
I''m having trouble with nexthdr.
tc filter add dev eth0 protocol ip parent 10:0 prio 1 u32 \
match ip protocol 0x6 0xff match u8 0x02 0x12 at nexthdr+13 flowid 10:3
fails to match my test packets whereas
tc filter add dev eth0 protocol ip parent 10:0 prio 1 u32 \
match ip protocol 0x6 0xff match u8 0x02 0x12 at 33 flowid 10:3
does match them.
Of course, the second one is really wrong
1999 Apr 04
0
(Fwd) Samba and win9x woes
...--- Forwarded Message Follows -------
From: Self <scc>
To: vanlug@gweep.bc.ca
Subject: Samba and win9x woes
Send reply to: help@pdscc.com
Date sent: Wed, 31 Mar 1999 01:45:09 -0800
Okay was with a client tonight setting up and edge router
http://edge.fireplug.net and samba stuff and had a few problems.
Samba is the stock one with RH5.2 (1.9.18 I believe), with no patches
installed. The network has a RH5.2 box with a static IP address, an edge
router (v0.7) and a win95 and win98 box, the win boxes get their ip
address via dhcp from the edge router. Sam...