Hi Tim, I hope this helps and welcome to OpenSuSE, I am learning Ubuntu
SOFTWARE REPOSITORY (maybe their is a list of server, but I did the following)
Goto yast -> Software -> Software Repositories -> Edit one of the Original Servers
Server Name: opensuse.mirror.ac.za
Directory on Server: /opensuse/update/11.2/
Make sure it is enabled
File location
/etc/zypp/repos.d/Updates_for_openSUSE_11.2-0.repo
Code:
[Updates_for_openSUSE_11.2-0]
name=Updates for openSUSE 11.2-0
enabled=1
autorefresh=1
baseurl=http://opensuse.mirror.ac.za/opensuse/update/11.2/
path=/
type=rpm-md
keeppackages=0
PPPOE
Just setup my 11.2 with 2 PPPoE account under YAST -> Network Devices -> DSL
"rcnetwork restart" or manually start the dsl0 and dsl1 interfaces.
Setup the routes to point to an interface DSL1 for local WebAfrica or OpenWeb Account
Default Router should via dsl0 interface
http://www.thinkdigit.com/forum/showthread.php?t=91305
Location of your ADSL Account (Providers)
/etc/sysconfig/network/providers (2 or more providers)
cat provider0
Code:
ASKPASSWORD='no'
AUTODNS='yes'
AUTO_RECONNECT='yes'
DEFAULTROUTE='yes'
DEMAND='no'
DSLSUPPORTED='yes'
IDLETIME='900'
IPADDR=''
ISDNSUPPORTED='no'
MODEMSUPPORTED='no'
MODIFYDNS='yes'
MODIFYIP='yes'
PASSWORD='xxxxxxxx'
PHONE=''
PROVIDER='WebAfrica-Local'
REMOTE_IPADDR=''
USERNAME='[email protected]'
wget
http://www.alm.za.net/ip/localroutes5.txt
Code:
export LOCAL="dsl1" [LOCAL INTERFACE]
route add -net 17.255.248.0/23 $LOCAL
route add -net 32.106.152.0/24 $LOCAL
route add -net 32.106.153.0/24 $LOCAL
etc ..............
etc ..............
ps aux|grep pppd "to check if the services are running"
ifconfig dsl0
Still busy testing
cat /proc/sys/net/ipv4/ip_forward
Should be = 1 for IP Forwarding