Re: Need help porting ifcfg-ppp0 config to NetworkManager

2020-04-20 Thread David Howells via networkmanager-list
Bjørn Mork wrote: > > Further, NM doesn't allow me to specify a peer address ("ipv6 ," is the > > only parameter that it will specify, with both addresses omitted), and I > > don't know how to automatically retrieve the peer address from within the > > NM framework. > > Note that you don't

Re: Need help porting ifcfg-ppp0 config to NetworkManager

2020-03-28 Thread Bjørn Mork via networkmanager-list
David Howells via networkmanager-list writes: > Andrei Borzenkov wrote: > >> The same effect can probably be achieved by setting /128 local address >> and adding /128 route to peer address. > > Any suggestion as to what address I should set? My address block is > 2001:8b0:194::/48 if that

Re: Need help porting ifcfg-ppp0 config to NetworkManager

2020-03-28 Thread David Howells via networkmanager-list
Andrei Borzenkov wrote: > The same effect can probably be achieved by setting /128 local address > and adding /128 route to peer address. Any suggestion as to what address I should set? My address block is 2001:8b0:194::/48 if that helps. I've tried setting a random one from that, but it

Re: Need help porting ifcfg-ppp0 config to NetworkManager

2020-03-28 Thread David Howells via networkmanager-list
Beniamino Galvani wrote: > this should create a connection mostly equivalent to your > configuration: > > nmcli connection add \ >type pppoe ifname ppp0 pppoe.parent enp4s0 \ >pppoe.user $myuser pppoe.password $mypw \ >ppp.mru 1492 ppp.mtu 1492 \ >

Re: Need help porting ifcfg-ppp0 config to NetworkManager

2020-03-27 Thread Andrei Borzenkov via networkmanager-list
28.03.2020 00:30, Beniamino Galvani via networkmanager-list пишет: > On Thu, Mar 26, 2020 at 09:09:36AM +, David Howells via > networkmanager-list wrote: >> Hi, >> >> I need some help porting an ifcfg-ppp0 config from my old internet gateway >> which was running to Fedora 16 to my new

Re: Need help porting ifcfg-ppp0 config to NetworkManager

2020-03-27 Thread Beniamino Galvani via networkmanager-list
On Thu, Mar 26, 2020 at 09:09:36AM +, David Howells via networkmanager-list wrote: > Hi, > > I need some help porting an ifcfg-ppp0 config from my old internet gateway > which was running to Fedora 16 to my new internet gateway which is running > F31. Running "ifup ppp0" gives a message

Need help porting ifcfg-ppp0 config to NetworkManager

2020-03-26 Thread David Howells via networkmanager-list
Hi, I need some help porting an ifcfg-ppp0 config from my old internet gateway which was running to Fedora 16 to my new internet gateway which is running F31. Running "ifup ppp0" gives a message saying that this is deprecated and I should switch to NM. Unfortunately, I can't work out how to