Hi all.
I run Leap on my PC and I would to connect it to internet using an old Ethernet ADSL modem (only modem, not router).
The modem works well on opensuse 12.3 (I set it using Yast → DSL e Yast → Modem), but in Leap it doesn’t work.
I followed this thread https://forums.opensuse.org/showthread.php/502199-UPGRADING-REMOVES=
The service has been created, but I can’t connect to internet.
Follows the output of command ifconfig:
PC:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 08:60:6E:D8:B6:5A
inet addr:192.168.1.2 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::a60:6eff:fed8:b65a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:256 errors:0 dropped:0 overruns:0 frame:0
TX packets:360 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27202 (26.5 Kb) TX bytes:33915 (33.1 Kb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1336 errors:0 dropped:0 overruns:0 frame:0
TX packets:1336 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:106364 (103.8 Kb) TX bytes:106364 (103.8 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:87.15.150.19 P-t-P:192.168.100.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:97 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:9452 (9.2 Kb) TX bytes:54 (54.0 b)
and route -n:
PC:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.100.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
This is the output of Yast → Services (detail of the service created following the thread specified above)
ppp@TIM.service - PPP link to TIM
Loaded: loaded (/etc/systemd/system/ppp@.service; enabled)
Active: active (running) since Mon 2016-02-08 21:59:56 CET; 43s ago
Docs: man:pppd(8)
Main PID: 4654 (pppd)
CGroup: /system.slice/system-ppp.slice/ppp@TIM.service
`-4654 /usr/sbin/pppd call TIM linkname TIM updetach nolog
Feb 08 21:59:55 PC pppd[4647]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Feb 08 21:59:55 PC pppd[4647]: pppd 2.4.7 started by root, uid 0
Feb 08 21:59:55 PC pppd[4647]: PPP session is 6880
Feb 08 21:59:55 PC pppd[4647]: Connected to 00:90:1a:a4:46:da via interface eth0
Feb 08 21:59:55 PC pppd[4647]: Using interface ppp0
Feb 08 21:59:55 PC pppd[4647]: Connect: ppp0 eth0
Feb 08 21:59:56 PC pppd[4647]: PAP authentication succeeded
Feb 08 21:59:56 PC pppd[4647]: peer from calling number 00:90:1A:A4:46:DA authorized
Feb 08 21:59:56 PC pppd[4647]: not replacing default route to eth0 [192.168.1.1]
Feb 08 21:59:56 PC pppd[4654]: Script /etc/ppp/ip-up finished (pid 4655), status = 0x0
Thanks for the help.