dev

Search

You can find the results of your search below.

DHCP / DNS Setup
5 Hits, Last modified:
e's directories. PrivateTmp=yes # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices # such as /dev/null, /dev/zero or /dev/random (as well as the pseudo TTY subsystem) to it, # but no physical devices such as /de
Debian / Ubuntu Network Setup
5 Hits, Last modified:
m with this. In any case, you should always check dev names and not assume names, such as "eth0" To ch... m with this. In any case, you should always check dev names and not assume names, such as "eth0" To ch... .\\ My routing table had ''2001:470:1f2c:10d::/64 dev he-ipv6 proto kernel metric 256 pref medium'', I ... o do this: ''sudo ip r del 2001:470:1f2c:10d::/64 dev he-ipv6''.\\ I looked for ways to adjust the netp
ISP PPPoE Network Setup
4 Hits, Last modified:
script: <code> ExecStartPre=/sbin/ip link set up dev eno1 ExecStartPre=/sbin/ip link add link eno1 nam... type vlan id 7 ExecStartPre=/sbin/ip link set up dev eno1.7 ExecStartPre=/sbin/ip addr add 192.168.5.2/24 broadcast 192.168.5.255 dev eno1 ExecStartPre=/sbin/ip route add 192.168.5.0/24 via 192.168.5.1 dev eno1 </code> <fs smaller>A reference to this pro
IPv6 Setup Notes
2 Hits, Last modified:
pv6 up'' *''ip addr add 2001:470:1f2c:20c::2/64 dev he-ipv6'' *''ip route add ::/0 dev he-ipv6'' *''ip -f inet6 addr'' ====NFTables Rules to consider