From inside to my network, I need to reach this web site:
www.supratelecom.comI put this 4 lines in shell but nothing,
iptables --append INPUT -d 63.209.149.137 -j ACCEPT
iptables --append INPUT -s 63.209.149.137 -j ACCEPT
iptables --append OUTPUT -d 63.209.149.137 -j ACCEPT
iptables --append OUTPUT -s 63.209.149.137 -j ACCEPT
someone may tell me what´s is wrong, I know that this IP is in range of bed address.