https://bugzilla.novell.com/show_bug.cgi?id=721872 https://bugzilla.novell.com/show_bug.cgi?id=721872#c3 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruno@ioda-net.ch --- Comment #3 from Bruno Friedmann <bruno@ioda-net.ch> 2011-12-18 13:38:06 UTC --- On 12.1 there's more than just a package trouble with DSL connection. Okay you can create the first dsl (dsl0)+provider0 but you can't edit it again YaST2 didn't find it again, and ask you to recreate the same ? Next point, if the interface eth linked to the dsl connection is not setup with an ip ppp failed with network is down ? Uh was not the case in 11.3 & 11.4 a working 11.3 look like this cat ifcfg-dsl0 BOOTPROTO='none' DEVICE='eth0' MODEM_IP='212.90.197.226' NAME='Connexion DSL' PPPD_OPTIONS='' PPPMODE='pppoe' PROVIDER='provider0' STARTMODE='auto' UNIQUE='' USERCONTROL='no' VPIVCI='' UDI='' totem:/etc/sysconfig/network # cat ifcfg-eth0 BOOTPROTO='static' STARTMODE='auto' NAME='RTL8111/8168B PCI Express Gigabit Ethernet controller' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='' MTU='' NETWORK='' REMOTE_IPADDR='' USERCONTROL='no' for having it working on 12.1 you need cat ifcfg-eth1 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='10.0.0.138/24' MTU='1500' NAME='MCP55 Ethernet' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' USERCONTROL='no' yoda:/etc/sysconfig/network # cat ifcfg-dsl0 BOOTPROTO='none' DEVICE='eth1' MODEM_IP='10.0.0.138' NAME='DSL Connection' PPPD_OPTIONS='' PPPMODE='pppoe' PROVIDER='provider0' STARTMODE='auto' UDI='' USERCONTROL='no' VPIVCI='' Just to inform the state : not working at all (especially if you put ipv6 on : which should work !) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.