weiß jemand wofür das steht?
Code: Alles auswählen
NET: Registered protocol family 17
Code: Alles auswählen
NET: Registered protocol family 17
Code: Alles auswählen
# These are the standard aliases for devices and kernel drivers.
# This file does not need to be modified.
#
# Please file a bug against module-init-tools if a package needs a entry
# in this file.
# network protocols ##########################################################
alias net-pf-1 unix
alias net-pf-2 ipv4
alias net-pf-3 ax25
alias net-pf-4 ipx
alias net-pf-5 appletalk
alias net-pf-6 netrom
alias net-pf-7 bridge
alias net-pf-8 atm
alias net-pf-9 x25
alias net-pf-10 ipv6
alias net-pf-11 rose
alias net-pf-12 decnet
# 13 NETBEUI
alias net-pf-15 af_key
alias net-pf-16 af_netlink
alias net-pf-17 af_packet
Code: Alles auswählen
vi /etc/modprobe.d/aliases
...
# network protocols ##########################################################
...
alias net-pf-17 af_packet
Code: Alles auswählen
cd /usr/scr/linux
make menuconfig
Networking --->
Networking options --->
<*> Packet socket
Code: Alles auswählen
CONFIG_PACKET:
The Packet protocol is used by applications which communicate
directly with network devices without an intermediate network
protocol implemented in the kernel, e.g. tcpdump. If you want them
to work, choose Y.
To compile this driver as a module, choose M here: the module will
be called af_packet.
If unsure, say Y.
Symbol: PACKET [=y]
Prompt: Packet socket
Defined at net/packet/Kconfig:5
Depends on: NET
Location:
-> Networking
-> Networking support (NET [=y])
-> Networking options
Code: Alles auswählen
NET: Registered protocol family 17