Re: [DNG] WICD & DNS & IPv6

2017-07-20 Thread Tom Cassidy


> On 20 Jul 2017, at 18:44, Yevgeny Kosarzhevsky  wrote:
> 
> Hello,
> 
> which connection manager can also work with 3/4g equipment?

NetworkManager offers a GUI for this. Otherwise, wvdial is a console-based 
utility that will connect to USB 3/4g modems.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-20 Thread Alessandro Selli
On Wed, 19 Jul 2017 at 20:41:25 +0200
Joachim Fahrner  wrote:

> Hi,
> since Gnome network manager depends on systemd, I have to use wicd on my 
> notebook. And since my internet provider does not allow to change dns 
> setting on their router, I only can change it on my notebook.
> But wicd does not accept ipv6 addresses in the dns fields. Is there some 
> other way to supersede the dhclient dns settings on Devuan?

  You can set name servers by hand in /etc/dhcp/dhclient.conf.
Would you want to prevent the DHCP daemon to set them, you could set a line
like:

request subnet-mask, broadcast-address, time-offset, routers,
domain-name, host-name;

(that is, you leave out "domain-name-servers") and then you can set your own
resolvers with:

append domain-name-servers ::ip:address:dns1, ::ip:address:dns2;

Or you could take the DHCPD's server and prepend your own with a line like
the abose with "prepend" instead of "append".  I hope it's going to work with
IPv6 addresses too, I never tried it with those.


  Bye,


-- 
Alessandro Selli http://alessandro.route-add.net
VOIP SIP: dhatarat...@ekiga.net
Chiavi PGP/GPG keys: B7FD89FD, 4A904FD9
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-20 Thread Yevgeny Kosarzhevsky
Hello,

which connection manager can also work with 3/4g equipment?

On 20 July 2017 at 16:24, Antony Stone 
wrote:

> On Thursday 20 July 2017 at 07:18:34, Joachim Fahrner wrote:
>
> > Am 2017-07-19 22:21, schrieb Antony Stone:
> > > Also, "some network problems" is not a very helpful bug report :)
> > >
> > > If you're going to say that something doesn't work properly, please at
> > > least say *how* it doesn't work properly...
> >
> > I'm sorry, but I did not have the time to investigate this further.
> > There were intermittent connectivity problems. Since they never happened
> > with wicd, the easiest way was to switch back to wicd. Intermittent
> > connectivity problems are extremely difficult to analyze, because you
> > cannot reproduce them on demand. So how would you describe them for a
> > bug report?
>
> Well, "intermittent connectivity" is a good start :)
>
> "Some network problems" could mean anything - connectivity, latency,
> bandwidth, CPU usage, changing IP addresses... the list goes on.
>
> Any detail at all is better than no detail.
>
>
> Antony.
>
> --
> "this restriction will not apply in the event of the occurrence (certified
> by
> the United States Centers for Disease Control or successor body) of a
> widespread viral infection transmitted via bites or contact with bodily
> fluids
> that causes human corpses to reanimate and seek to consume living human
> flesh,
> blood, brain or nerve tissue and is likely to result in the fall of
> organized
> civilization."
>
>  - https://aws.amazon.com/service-terms/ paragraph 57.10
>
>Please reply to the
> list;
>  please *don't* CC
> me.
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>



-- 
Regards,
Yevgeny
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-20 Thread KatolaZ
On Thu, Jul 20, 2017 at 09:06:17AM +0200, Didier Kryn wrote:
> Le 19/07/2017 à 20:41, Joachim Fahrner a écrit :
> >Hi,
> >since Gnome network manager depends on systemd, I have to use wicd on my
> >notebook. And since my internet provider does not allow to change dns
> >setting on their router, I only can change it on my notebook.
> >But wicd does not accept ipv6 addresses in the dns fields. Is there some
> >other way to supersede the dhclient dns settings on Devuan?
> 
> Jochen,
> 
> I just suggest you google (or duckduck) about how to configure
> wpa-supplicant for roaming, and install wpa-gui. Get rid of both
> network-manager and wicd. You don't need them.
> 


Or, maybe, just give a go to setnet:

  http://kalos.mine.nu/setnet/

It's in the Devuan experimental repo as well.

My2Cents

KatolaZ

-- 
[ ~.,_  Enzo Nicosia aka KatolaZ - GLUGCT -- Freaknet Medialab  ]  
[ "+.  katolaz [at] freaknet.org --- katolaz [at] yahoo.it  ]
[   @)   http://kalos.mine.nu ---  Devuan GNU + Linux User  ]
[ @@)  http://maths.qmul.ac.uk/~vnicosia --  GPG: 0B5F062F  ] 
[ (@@@)  Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ  ]


signature.asc
Description: Digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-20 Thread Didier Kryn

Le 19/07/2017 à 20:41, Joachim Fahrner a écrit :

Hi,
since Gnome network manager depends on systemd, I have to use wicd on 
my notebook. And since my internet provider does not allow to change 
dns setting on their router, I only can change it on my notebook.
But wicd does not accept ipv6 addresses in the dns fields. Is there 
some other way to supersede the dhclient dns settings on Devuan?


Jochen,

I just suggest you google (or duckduck) about how to configure 
wpa-supplicant for roaming, and install wpa-gui. Get rid of both 
network-manager and wicd. You don't need them.


 Didier

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-20 Thread Joachim Fahrner

Am 2017-07-19 22:21, schrieb Antony Stone:


Also, "some network problems" is not a very helpful bug report :)

If you're going to say that something doesn't work properly, please at 
least

say *how* it doesn't work properly...


I'm sorry, but I did not have the time to investigate this further. 
There were intermittent connectivity problems. Since they never happened 
with wicd, the easiest way was to switch back to wicd. Intermittent 
connectivity problems are extremely difficult to analyze, because you 
cannot reproduce them on demand. So how would you describe them for a 
bug report?


Jochen
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-19 Thread Antony Stone
On Wednesday 19 July 2017 at 21:18:21, KatolaZ wrote:

> On Wed, Jul 19, 2017 at 09:27:37PM +0200, Joachim Fahrner wrote:
> > Am 2017-07-19 20:48, schrieb KatolaZ:
> > > Which Devuan release are you using?
> > 
> > Jessie
> > 
> > > A de-systemd-ised network-manager is in jessie for sure.
> > 
> > Is this new?
> > tried it, seems to work, but there are some network problems. Switched
> > back to wicd.
> 
> It has been in Jessie since Jessie has become stable. Please report
> only on bugs/misfunctions about the latest version of whatever you are
> using :)

Also, "some network problems" is not a very helpful bug report :)

If you're going to say that something doesn't work properly, please at least 
say *how* it doesn't work properly...


Antony.

-- 
I own three Windows books, published by O'Reilly.   They are "Windows 
Annoyances", "Office 97 Annoyances" and "Windows 98 Annoyances".   That pretty 
much sums it up for me.

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-19 Thread KatolaZ
On Wed, Jul 19, 2017 at 09:27:37PM +0200, Joachim Fahrner wrote:
> Am 2017-07-19 20:48, schrieb KatolaZ:
> 
> >Which Devuan release are you using?
> 
> Jessie
> 
> >A de-systemd-ised network-manager
> >is in jessie for sure.
> 
> Is this new?
> tried it, seems to work, but there are some network problems. Switched back
> to wicd.
> 

It has been in Jessie since Jassie has become stable. Please report
only on bugs/misfunctions about the latest version of whatever you are
using :)

HND

KatolaZ

-- 
[ ~.,_  Enzo Nicosia aka KatolaZ - GLUGCT -- Freaknet Medialab  ]  
[ "+.  katolaz [at] freaknet.org --- katolaz [at] yahoo.it  ]
[   @)   http://kalos.mine.nu ---  Devuan GNU + Linux User  ]
[ @@)  http://maths.qmul.ac.uk/~vnicosia --  GPG: 0B5F062F  ] 
[ (@@@)  Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ  ]


signature.asc
Description: Digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-19 Thread Joachim Fahrner

Am 2017-07-19 20:48, schrieb KatolaZ:


Which Devuan release are you using?


Jessie


A de-systemd-ised network-manager
is in jessie for sure.


Is this new?
tried it, seems to work, but there are some network problems. Switched 
back to wicd.



If you don't want anybody to change the DNS settings in
/etc/resolv.conf, just:

  # chattr +a /etc/resolv.conf


Thats' great, thanks!
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] WICD & DNS & IPv6

2017-07-19 Thread KatolaZ
On Wed, Jul 19, 2017 at 08:41:25PM +0200, Joachim Fahrner wrote:
> Hi,
> since Gnome network manager depends on systemd, I have to use wicd on my

Which Devuan release are you using? A de-systemd-ised network-manager
is in jessie for sure.

> notebook. And since my internet provider does not allow to change dns
> setting on their router, I only can change it on my notebook.
> But wicd does not accept ipv6 addresses in the dns fields. Is there some
> other way to supersede the dhclient dns settings on Devuan?
> 

If you don't want anybody to change the DNS settings in
/etc/resolv.conf, just:

  # chattr +a /etc/resolv.conf

HND

KatolaZ

-- 
[ ~.,_  Enzo Nicosia aka KatolaZ - GLUGCT -- Freaknet Medialab  ]  
[ "+.  katolaz [at] freaknet.org --- katolaz [at] yahoo.it  ]
[   @)   http://kalos.mine.nu ---  Devuan GNU + Linux User  ]
[ @@)  http://maths.qmul.ac.uk/~vnicosia --  GPG: 0B5F062F  ] 
[ (@@@)  Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ  ]


signature.asc
Description: Digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng