Advertisement
rikokurniawan

Instal VNC On Centos 6 64Bit #6

Nov 3rd, 2016
1,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. iptables -I INPUT 1 -p tcp --dport 5901 -j ACCEPT
  2. iptables -I INPUT 1 -p tcp --dport 5902 -j ACCEPT
  3. iptables -I INPUT 1 -p tcp --dport 1 -j ACCEPT
  4. iptables -I INPUT 1 -p tcp --dport 2 -j ACCEPT
  5. service iptables save
  6. service iptables restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement