Fulltext results:
- lxd @tips
- PROXY=$( lxc network show lxdbr0 | sed -n 's/\s\+ipv4.address: \([0-9\.]\+\).*/\1/p' ) echo "Acqu... d: "true" linux.kernel_modules: openvswitch,nbd,ip_tables,ip6_tables devices: eth0: mtu: "9000" name: eth0 nictype: bridged parent: br... ork show br0 lxc network edit br0 </code> static IP container <code> istance=c1 lxc stop $instance l
- loadbalancing @kubernetes
- azione preliminare "If you’re using kube-proxy in IPVS mode, since Kubernetes v1.14.2 you have to enab... eproxy.config.k8s.io/v1alpha1 ... ... #mode: "iptables" mode: "ipvs" ipvs: strictARP: true kind: KubeProxyConfiguration </code> A questo punto è tutto a
- iptables @projects:zibaldone:linux
- {{tag>[linux iptables]}} ====== IPTables ====== ===== Forward port to another host ===== SNAT and DNAT <code> IPLOCAL=a.b.c.d IPREMOTE=x.y.z.w echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING
- proxmox @tips
- ost flexible option for a template qm set $VMID --ipconfig0 ip=dhcp qm set $VMID --ipconfig1 ip=dhcp # qm set 203 --ipconfig0 ip=10.1.109.203/24,gw=10.1.109.1 # (Optional but recommended
- server @projects:livenet
- .0.0.1 localhost livenet-host ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters QWK chroot ${R} lsb_release -c | awk '{print $2}' > ${R}/etc/de
- networknamespaces @tips:linux
- /netns chmod +x /bin/nets </code> uncomment "net.ipv4.ip_forward=1" in /etc/sysctl.d/99-sysctl.conf enable NAT <code> iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE iptables-save > /etc/firewall </code> bash prompt,
- airos @tips
- false, "airview": 2 }, "firewall": { "iptables": false, "ebtables": false, "ip6tables": false, "eb6tables": false }, "portfw":... le_len": 14 } ], "ipaddr": [ "10.210.48.248", ... "tx_errors": 0, "rx_errors": 0, "ipaddr": "0.0.0.0", "speed": 1000, "
- univr @tips:vpn
- io:; timestamp=1630335537 [vpn] IKE DH Group=dh2 IPSec ID=univr IPSec gateway=remote.univr.it IPSec secret-flags=0 Local Port=0 NAT Traversal Mode=natt Perfect Forward ... r=cisco Xauth password-flags=0 Xauth username=xxx ipsec-secret-type=save xauth-password-type=save serv
- iotaiuto @projects:internetofthings
- FIGURATO AFFINCHE' A OGNI DEVICE SIA ASSEGNATO UN IP-ADDRESS-FISSO # NEL RANGE 192.168.1.221 - 192.16... dere, entrare come ADMIN nel ROUTER e assegnare l IP STATICO 192.168.1.221 al Mac-address del RASPBERR... ver di iotaiuto.it con il nuovo utente e relativo ipaddr # 2. eseguire poi i comandi "sctl restart clo... Igor di inserire il nuovo utente ed il suo nuovo ipaddr nel file dove sono censiti i DNS operanti #
- docker @projects:zibaldone:linux
- ce systemctl stop docker rm -fR /var/lib/docker/ ip l delete docker_gwbridge ip l delete docker0 # and other bridges systemctl start docker </code> ====... | set-display.sh> XAUTH=/tmp/Xauthority HOSTIP=$(ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.... ps://blog.nuvotex.de/docker-swarm-preserve-client-ip-on-incoming-connections/|docker routing mesh, SNA
- doorbell @projects:iotaiuto
- Media -> Open network stream -> rtsp://indirizzo_ip_esp:8675 </nowiki> ===== HTTP Server ===== In al... use_wallclock_as_timestamps 1 -i http://indirizzo_ip_esp32cam:8080 -c:v libx264 -preset veryslow -tune... on:v:0 default -r 5 -g 1 -f rtsp rtsp://indirizzo_ip_raspberry:8443/stream </code> Formato MPEG4 <cod... on:v:0 default -r 5 -g 1 -f rtsp rtsp://indirizzo_ip_raspberry:8443/stream </code> Modificare framera
- openvpn @tips:vpn
- port in mikrotik ca.crt and after ca.key </code> ip pool <code> /ip pool add name=ovpn-pool ranges=10.15.32.34-10.15.32.38 </code> profile and vpn user ... =yes keepalive-timeout=disabled max-mtu=1500 mode=ip netmask=29 \ port=1194 require-client-certificate... /etc/openvpn/up.sh (chmod +x) <code> #!/bin/sh ip route add 10.90.0.0/16 via 10.15.32.33 </code> /
- onvif @tips
- =GetDeviceInformation QUERY=GetSystemDateAndTime IP=10.220.1.7 curl -s http://$IP/onvif/device_service \ -d '<s:Envelope xmlns:s="http://www.w3.org/200... elope>' \ | xmllint --format - </code> <code> IP=10.220.1.7 curl -s http://$IP/onvif/device_service \
- virtualization @projects:livenet
- able) * Use host only network and assign static IP to guest * In "User Interface" hide minitoolbar... d to work with eth0 <code> echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE </code> [[http://kissmyarch.blogspot.it
- mdm @projects
- tomcat9 systemctl status tomcat9 curl -I http:/ip_macchina:8080/ HTTP/1.1 200 </code> === Pre... l (http|https) [http]: http Domain name or public IP (e.g. example.com): android.giano.comune.verona.i... re, dietro NAT, modificare ''/etc/hosts'' <code> IP_PRIVATO android.giano.comune.verona.it </code> P