PATH: //proc/self/root/proc/self/root/proc/self/root/usr/lib/udev/rules.d
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 10-dm.rules
↓
X
📄 11-dm-parts.rules
↓
X
📄 13-dm-disk.rules
↓
X
📄 40-elevator.rules
↓
X
📄 40-redhat.rules
↓
X
📄 40-usb-blacklist.rules
↓
X
📄 50-udev-default.rules
↓
X
📄 60-autosuspend.rules
↓
X
📄 60-block.rules
↓
X
📄 60-cdrom_id.rules
↓
X
📄 60-drm.rules
↓
X
📄 60-evdev.rules
↓
X
📄 60-fido-id.rules
↓
X
📄 60-input-id.rules
↓
X
📄 60-net.rules
↓
X
📄 60-persistent-alsa.rules
↓
X
📄 60-persistent-input.rules
↓
X
📄 60-persistent-storage-tape.rules
↓
X
📄 60-persistent-storage.rules
↓
X
📄 60-persistent-v4l.rules
↓
X
📄 60-sensor.rules
↓
X
📄 60-serial.rules
↓
X
📄 60-tpm-udev.rules
↓
X
📄 61-scsi-sg3_id.rules
↓
X
📄 63-fc-wwpn-id.rules
↓
X
📄 63-scsi-sg3_symlink.rules
↓
X
📄 64-btrfs.rules
↓
X
📄 65-scsi-cciss_id.rules
↓
X
📄 66-kpartx.rules
↓
X
📄 68-del-part-nodes.rules
↓
X
📄 70-camera.rules
↓
X
📄 70-joystick.rules
↓
X
📄 70-memory.rules
↓
X
📄 70-mouse.rules
↓
X
📄 70-power-switch.rules
↓
X
📄 70-touchpad.rules
↓
X
📄 70-uaccess.rules
↓
X
📄 71-prefixdevname.rules
↓
X
📄 71-seat.rules
↓
X
📄 73-seat-late.rules
↓
X
📄 75-net-description.rules
↓
X
📄 75-probe_mtd.rules
↓
X
📄 78-sound-card.rules
↓
X
📄 80-drivers.rules
↓
X
📄 80-net-setup-link.rules
↓
X
📄 81-net-dhcp.rules
↓
X
📄 84-nm-drivers.rules
↓
X
📄 85-nm-unmanaged.rules
↓
X
📄 90-nm-thunderbolt.rules
↓
X
📄 90-pipewire-alsa.rules
↓
X
📄 90-vconsole.rules
↓
X
📄 91-drm-modeset.rules
↓
X
📄 95-dm-notify.rules
↓
X
📄 95-upower-hid.rules
↓
X
📄 95-upower-wup.rules
↓
X
📄 98-kexec.rules
↓
X
📄 99-nfs.rules
↓
X
📄 99-qemu-guest-agent.rules
↓
X
📄 99-systemd.rules
↓
X
📄 README
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 85-nm-unmanaged.rules
# Do not modify this file, it will get overwritten on updates. # To override or extend the rules place a file in /etc/udev/rules.d SUBSYSTEM!="net", GOTO="nm_unmanaged_end" ACTION!="add|change|move", GOTO="nm_unmanaged_end" # VirtualBox host networking. Out-of-tree driver that looks like an ordinary # Ethernet. No parent device (lives in /virtual/), no support for ethtool # to identify the driver, MAC address defaults to 08:00:27:, but can be # changed. Interface name will have to do, it's always vboxnet*. ENV{INTERFACE}=="vboxnet[0-9]*", ENV{NM_UNMANAGED}="1" # VMWare host networking. Out-of-tree driver that looks like an ordinary # Ethernet. No parent device (lives in /virtual/), no support for # ethtool to identify the driver. They have their own MAC prefix that # can not be changed. ATTR{address}=="00:50:56:*", ENV{INTERFACE}=="vmnet[0-9]*", ENV{NM_UNMANAGED}="1" # Parallels Workstation host networking. Out-of-tree driver that looks like # an ordinary Ethernet. No parent device (lives in /virtual/), no support for # ethtool to identify the driver and the interface name is too generic. # However, they have their own MAC prefix that can not be changed. ATTR{address}=="00:1c:42:*", ENV{INTERFACE}=="vnic[0-9]*", ENV{NM_UNMANAGED}="1" # Virtual Ethernet device pair. Often used to communicate with a peer interface # in another net namespace and managed by libvirt, Docker or the like. # Generally we don't want to mess with those. One exception would be the # full system containers, like LXC or LXD. LXC containers run via libvirt # don't use udev, so this doesn't apply. LXD does, though. To deal with the # LXD situation, let's treat the devices called eth* as regular ethernet. ENV{ID_NET_DRIVER}=="veth", ENV{INTERFACE}!="eth[0-9]*", ENV{NM_UNMANAGED}="1" # USB gadget device. Unmanage by default, since whatever created it # might want to set it up itself (e.g. activate an ipv4.method=shared # connection). ENV{DEVTYPE}=="gadget", ENV{NM_UNMANAGED}="1" LABEL="nm_unmanaged_end"
SIMPAN PERUBAHAN