Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [12:33 PM, 4/28/2016] +1 (647) 947-3784: root@zmal01:/home/zmal# iptables -L
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- ACCEPT tcp -- anywhere anywhere tcp dpt:ssh state NEW,ESTABLISHED
- LOGGING all -- anywhere anywhere
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere PHYSDEV match --physdev-out vif9.0 --physdev-is-bridged
- ACCEPT all -- anywhere anywhere PHYSDEV match --physdev-in vif9.0 --physdev-is-bridged
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- Chain LOGGING (1 references)
- target prot opt source destination
- LOG all -- anywhere anywhere limit: avg 2/min burst 5 LOG level warning prefix "IPTables-Dropped: "
- DROP all -- anywhere anywhere
- root@zmal01:/home/zmal# cat /var/log/syslog | grep IP
- [12:34 PM, 4/28/2016] +1 (647) 947-3784: Apr 28 11:32:33 zmal01 kernel: [525194.238636] IPTables-Dropped: IN=ovsbr0 OUT= MAC=01:00:5e:00:00:fb:ec:88:92:c6:33:78:08:00 SRC=192.168.2.59 DST=224.0.0.251 LEN=105 TOS=0x00 PREC=0x00 TTL=255 ID=32893 DF PROTO=UDP SPT=5353 DPT=5353 LEN=85
- Apr 28 11:33:18 zmal01 kernel: [525239.706429] IPTables-Dropped: IN=ovsbr0 OUT= MAC=0c:c4:7a:b6:1e:9c:ac:bc:32:c7:ac:fd:08:00 SRC=192.168.2.62 DST=192.168.2.68 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=15324 DF PROTO=TCP SPT=59712 DPT=5901 WINDOW=4096 RES=0x00 ACK PSH URGP=0
- Apr 28 11:33:20 zmal01 kernel: [525242.013493] IPTables-Dropped: IN=ovsbr0 OUT= MAC=0c:c4:7a:b6:1e:9c:ac:bc:32:c7:ac:fd:08:00 SRC=192.168.2.62 DST=192.168.2.68 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=2849 DF PROTO=TCP SPT=59712 DPT=5901 WINDOW=4096 RES=0x00 ACK PSH URGP=0
- [12:34 PM, 4/28/2016] +1 (647) 947-3784: don't know why its dropping
- [12:43 PM, 4/28/2016] +1 (647) 947-3784: root@zmal01:/home/zmal# sudo netstat -anp | grep ssh
- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 18893/sshd
- tcp 0 0 192.168.2.68:22 192.168.2.62:63377 ESTABLISHED 20291/sshd: zmal [p
- tcp 0 0 192.168.2.68:22 192.168.2.62:60137 ESTABLISHED 11705/sshd: zmal [p
Advertisement
Add Comment
Please, Sign In to add comment