View Single Post
Old 07-07-2008, 12:56 PM   #24 (permalink)
NucleusKore
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
Default Re: How-to configure a PPPoE Broadband Internet Connection in OpenSuSE 11.0

Quote:
Originally Posted by praka123 View Post
^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.
Ty Praka, but if I am not mistaken, SuSE automatically adjusts it each time you save your network configuration, see this

__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline