10-07-2021, 05:28 PM
Same here, though DNS queries do work. This seems to be the relevant commands:
Code:
] device (wlan0): supplicant interface state: disconnected -> completed
] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Started Wi-Fi Hotspot "manjaro-arm"
] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> completed
] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
] modprobe: '/sbin/modprobe --use-blacklist nf_nat_irc' exited with error 256 (modprobe: FATAL: Module nf_nat_irc not found in directory /lib/modules/5.14.8-2-MANJARO-ARM)
] modprobe: '/sbin/modprobe --use-blacklist nf_nat_sip' exited with error 256 (modprobe: FATAL: Module nf_nat_sip not found in directory /lib/modules/5.14.8-2-MANJARO-ARM)
] modprobe: '/sbin/modprobe --use-blacklist nf_nat_tftp' exited with error 256 (modprobe: FATAL: Module nf_nat_tftp not found in directory /lib/modules/5.14.8-2-MANJARO-ARM)
] modprobe: '/sbin/modprobe --use-blacklist nf_nat_pptp' exited with error 256 (modprobe: FATAL: Module nf_nat_pptp not found in directory /lib/modules/5.14.8-2-MANJARO-ARM)
] modprobe: '/sbin/modprobe --use-blacklist nf_nat_h323' exited with error 256 (modprobe: FATAL: Module nf_nat_h323 not found in directory /lib/modules/5.14.8-2-MANJARO-ARM)
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 53 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 53 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 67 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 67 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --in-interface wlan0 --jump REJECT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --out-interface wlan0 --jump REJECT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --in-interface wlan0 --out-interface wlan0 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --source 10.42.0.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --destination 10.42.0.0/255.255.255.0 --out-interface wlan0 --match state --state ESTABLISHED,RELATED --jump ACCEPT
] Executing: /usr/bin/iptables --table nat --insert POSTROUTING --source 10.42.0.0/255.255.255.0 ! --destination 10.42.0.0/255.255.255.0 --jump MASQUERADE
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 53 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 53 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol tcp --destination-port 67 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert INPUT --in-interface wlan0 --protocol udp --destination-port 67 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --in-interface wlan0 --jump REJECT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --out-interface wlan0 --jump REJECT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --in-interface wlan0 --out-interface wlan0 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --source 10.42.0.0/255.255.255.0 --in-interface wlan0 --jump ACCEPT
] Executing: /usr/bin/iptables --table filter --insert FORWARD --destination 10.42.0.0/255.255.255.0 --out-interface wlan0 --match state --state ESTABLISHED,RELATED --jump ACCEPT
] Executing: /usr/bin/iptables --table nat --insert POSTROUTING --source 10.42.0.0/255.255.255.0 ! --destination 10.42.0.0/255.255.255.0 --jump MASQUERADE
] dnsmasq-manager: starting dnsmasq...
] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
] device (wlan0): Activation: successful, device activated.