[BSD] Melyik bsd-t
Zahemszky Gábor
Gabor at Zahemszky.HU
2004. Aug. 9., H, 21:42:13 CEST
Tátrai József wrote:
> Nem akartam hulyesegt irni! Elnezeset, ha azt tettem. En FreeBSD ala csak
> az ipf/ipnat - ipfw/natd lehetosegekrol tudtam alapbol, es tudtommal ezek
> nem stateful filteringet vegeznek.
Rosszul tudtad:
man ipfw
és keress rá a stateful szócskára, egy jellenző részlet:
Support for stateful operation comes through the check-state,
keep-state and limit options of rules.
Vagy pedig
man 5 ipf
itt a keep, vagy a state a kulcsszó:
KEEP HISTORY
The second last parameter which can be set for a filter rule is
whether or not to record historical information for that packet,
and what sort to keep. The following information can be kept:
state keeps information about the flow of a communication
session. State can be kept for TCP, UDP, and ICMP packets.
De persze ezért van a levlista, hogy tanuljunk.
> En _csak_ a FreeBSD-s megvalositasokra
> gondoltam, leven, hogy ezt az op.rendszert szerette volna Lilla hasznalni.
Csak a káka, meg a csomó:
az elindulás pont az volt, hogy melyiket. És azóta mindenki mondja a
magáét :-D
Zahy < Gabor at Zahemszky dot HU >
Ui: én befejeztem.
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ
';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ???
]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ???
]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for
i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l
i;};print "$j"
További információk a(z) BSD levelezőlistáról