How-to configure a PPPoE Broadband Internet Connection in OpenSuSE 11.0

Status
Not open for further replies.

hellknight

BSD init pwns System V
Hey nucleus buddy..
The problem is that the browsing stops but the torrents and downloads, they work yaar.. I even edited the /etc/resolv.conf file and pasted the DNS address there.. but still now success and then I even tried to set the timer to 0 but no success.. Help me out yaar.. I don't wanna re-install ubuntu again..
 
OP
NucleusKore

NucleusKore

TheSaint
Hey nucleus buddy..
The problem is that the browsing stops but the torrents and downloads, they work yaar.. I even edited the /etc/resolv.conf file and pasted the DNS address there.. but still now success and then I even tried to set the timer to 0 but no success.. Help me out yaar.. I don't wanna re-install ubuntu again..

If the torrents and downloads work and browsing doesn't it's probably just a bandwidth issue. In any case, just try this, go to YaST->Network Devices->Network settings
Click on Hostname/DNS tab

And enter the following DNS numbers

208.67.222.222
208.67.220.220

as Nameserver 2 and Nameserver 3

Make sure that the Routing tab contains the IP of your modem/router, which is usually 192.168.1.1
Click on Global options and ensure that Enable IPv6 is not checked.
Click Finish
 

praka123

left this forum longback
^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.
 
OP
NucleusKore

NucleusKore

TheSaint
^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

*img59.imageshack.us/img59/1774/f2vo0.th.png
 

a_k_s_h_a_y

Dreaming
hey in DSL Router page, that is 192.168.1.1 DHCP is disabled. How should i then fix it...???

should i enable DHCP now ?? see screen shot... and then will your method work ??
*img33.picoodle.com/data/img33/3/9/19/t_hellm_cda37ed.jpg

i wanted to configure an always on connection like in windows/ubuntu..
 
Last edited:

a_k_s_h_a_y

Dreaming
yeah done. working. thanks.
but i am having other probs.. damn man... !! the windows don't move smoothly !! installed gfx drivers through zypper..! through yast2 it fails..
 
OP
NucleusKore

NucleusKore

TheSaint
yeah done. working. thanks.
but i am having other probs.. damn man... !! the windows don't move smoothly !! installed gfx drivers through zypper..! through yast2 it fails..

Make a new post in the relevant section (Open Source), giving a detailed description. I cannot answer you here
 

amoo

Right off the assembly line
very very useful topic !
i really have problem with suse and yast i cannot make my broadband connection via usb port
when i click on "change device" it show me only my ethernet device and i cant select usb to use it as my own. with usb cable the modem light is on and suse detect my modem but...

can you help me ?
 

vladazmaj

Right off the assembly line
I did exactly the some way as you NucleusKore, but my server after some
unequal time do uncheck from the internet and can't do automatic connect, i must du manual dial in. On server i have two network card, in one is the cable from adsl router, and from second network card cable go to the tp link, from tp link to others comp. My adsl router is in bridge mode.
Please help....
Thanks and i'm sorry for my english...
 
OP
NucleusKore

NucleusKore

TheSaint
Hi
This article is a bit old. As you can see it is for OpenSUSE 11.0. You can follow it provided you DO NOT use the readymade zip files I have enclosed with my post. Are you using OpenSUSE 11.1?
 
Status
Not open for further replies.
Top Bottom