View Single Post
Old 07-07-2008, 09:50 AM   #23 (permalink)
praka123
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How-to configure a PPPoE Broadband Internet Connection in OpenSuSE 11.0

^if you have iptables already configured before ,you may like to allow those DNS entries to communicate else it will stand still.
Code:
iptables -A RH-Lokkit-0-50-INPUT -p udp -m udp -s 208.67.222.222 --sport 53 -d 0/0 -j ACCEPT
iptables -A RH-Lokkit-0-50-INPUT -p udp -m udp -s 208.67.220.220 --sport 53 -d 0/0 -j ACCEPT
^from lokkit entry of ubuntu.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline