2017年8月21日月曜日

windows10 Home でRDPWrapper が動かなくなった

RDPConf.exe を実行すると Listener state が Not listening になる

解決策
zipファイルを解凍して rfxvmt.dll を C:\windows\system32 にコピーする。

2017年8月7日月曜日

iptables -L

Chain INPUT (policy DROP)
target     prot opt source               destination
DROP       all  --  43.224.249.212       anywhere                                         
DROP       all  --  182.48.0.0/18        anywhere
DROP       all  --  49.212.0.0/16        anywhere
DROP       all  --  59.106.0.0/16        anywhere
DROP       all  --  219.94.128.0/17      anywhere
DROP       all  --  24.4.0.0/15          anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
LOG        all  -f  anywhere             anywhere            LOG level warning prefix `'[FRAGMENT]''
DROP       all  -f  anywhere             anywhere
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:http
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:https
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:55525
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:smtp
ACCEPT     icmp --  anywhere             anywhere
ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpts:60000:61000

Chain FORWARD (policy DROP)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination