Code: Alles auswählen
Chain INPUT (policy DROP 13 packets, 6970 bytes)
num pkts bytes target prot opt in out source destination
1 8 624 ACCEPT all -- lo any anywhere anywhere
2 60 6441 ACCEPT udp -- eth0 any anywhere anywhere udp spt:domain
3 300 23991 ACCEPT tcp -- eth0 any anywhere anywhere tcp dpt:76543 ctstate NEW,ESTABLISHED
4 0 0 ACCEPT tcp -- eth0 any anywhere anywhere multiport sports http,https ctstate RELATED,ESTABLISHED
Chain FORWARD (policy DROP 0 packets, 0 bytes)
num pkts bytes target prot opt in out source destination
Chain OUTPUT (policy DROP 501 packets, 30060 bytes)
num pkts bytes target prot opt in out source destination
1 8 624 ACCEPT all -- any lo anywhere anywhere
2 60 4062 ACCEPT udp -- any eth0 anywhere anywhere udp dpt:domain
3 170 20167 ACCEPT tcp -- any eth0 anywhere anywhere tcp spt:76543 ctstate RELATED,ESTABLISHED
4 0 0 ACCEPT tcp -- any eth0 anywhere anywhere multiport dports http,https ctstate NEW,ESTABLISHED
Code: Alles auswählen
Chain INPUT (policy ACCEPT 20 packets, 3319 bytes)
num pkts bytes target prot opt in out source destination
1 3992 300K ACCEPT all -- lo any anywhere anywhere
2 55 6745 ACCEPT udp -- wlan0 any anywhere anywhere udp spt:domain
3 0 0 ACCEPT tcp -- wlan0 any anywhere anywhere tcp dpt:ssh ctstate NEW,ESTABLISHED
4 435 289K ACCEPT tcp -- wlan0 any anywhere anywhere multiport sports http,https ctstate RELATED,ESTABLISHED
5 0 0 ACCEPT tcp -- wlan0 any anywhere anywhere tcp dpt:76543 ctstate NEW,ESTABLISHED
Chain FORWARD (policy DROP 0 packets, 0 bytes)
num pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 25 packets, 4523 bytes)
num pkts bytes target prot opt in out source destination
1 3992 300K ACCEPT all -- any lo anywhere anywhere
2 55 3382 ACCEPT udp -- any wlan0 anywhere anywhere udp dpt:domain
3 0 0 ACCEPT tcp -- any wlan0 anywhere anywhere tcp spt:76543 ctstate RELATED,ESTABLISHED
4 451 47900 ACCEPT tcp -- any wlan0 anywhere anywhere multiport dports http,https ctstate NEW,ESTABLISHED
5 0 0 ACCEPT tcp -- any wlan0 anywhere anywhere tcp spt:ssh ctstate RELATED,ESTABLISHED
Unabhängig davon brauche ich immer noch eine Lösung für den Client,

Hier ist übrigens meine /etc/network/interfaces. Sehr übersichtlich:
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback