Search
You can find the results of your search below.
Fulltext results:
- Wireguard VPN access from WAN to LAN
- :25:44 Router wg-quick[3483]: [#] wg setconf wg0 /dev/fd/63 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip -4 address add 192.168.6.1/24 dev wg0 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip link set mtu 1420 up dev wg0 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip -4 route add 192.168.6.3/32 dev wg0 Jul 03 21:25:44 Router wg-quick[3483]: [#] ip
- Router Configuration, Switch & Server Setup
- o be configured. * ''ip a add 192.168.1.200/24 dev eth0'' to add an IP address to interface eth0 * ''ip a del 192.168.1.200/24 dev eth0'' to add an IP address to interface eth0 O
- Debian Server Network Setup
- 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
- DHCP / DNS Setup
- 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
- ISP PPPoE Network Setup
- 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