As I have problems with Kaistation I looked at iptables.
The Iptables -L give following input.
Can this be correct (seems like a lot to me?)
[admin@(none) root]$ iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
logdrop all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT udp -- anywhere 192.168.1.3 udp dpt:2148
ACCEPT udp -- anywhere 192.168.1.3 udp dpt:2149
ACCEPT udp -- anywhere 192.168.0.2 udp dpt:14437
ACCEPT udp -- anywhere 192.168.1.3 udp dpt:1806
ACCEPT udp -- anywhere 255.255.255.255 udp dpt:47624
ACCEPT udp -- anywhere 192.168.1.3 udp dpt:1807
ACCEPT udp -- anywhere 192.168.0.2 udp dpt:8869
ACCEPT udp -- anywhere 192.168.0.2 udp dpt:15672
ACCEPT udp -- anywhere 192.168.1.3 udp dpt:31548
ACCEPT tcp -- anywhere 192.168.1.3 tcp dpt:31548
ACCEPT udp -- anywhere 192.168.1.4 udp dpt:34522
ACCEPT udp -- anywhere 192.168.1.4 udp dpt:34525
ACCEPT udp -- anywhere 192.168.1.4 udp dpt:37500
ACCEPT udp -- anywhere anywhere udp dpt:6112
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain MACS (0 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
logdrop all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
Chain logaccept (0 references)
target prot opt source destination
LOG all -- anywhere anywhere state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `ACCEPT '
ACCEPT all -- anywhere anywhere
Chain logdrop (2 references)
target prot opt source destination
LOG all -- anywhere anywhere state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `DROP'
DROP all -- anywhere anywhere
Looks like old forwarding items are still there?
Like ip 192.168.1.3 or 192.168.0.2
Any help?
JB


Reply With Quote