Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 01:16:05 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Edward Tomasz Napierala <trasz@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r338590 - in head: share/man/man4 usr.sbin/ppp
Message-ID:  <c62e5a69-3a43-7a22-95c8-ef44293f0738@grosbein.net>
In-Reply-To: <201809111705.w8BH5Qku042892@repo.freebsd.org>
References:  <201809111705.w8BH5Qku042892@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
12.09.2018 0:05, Edward Tomasz Napierala wrote:

> Modified: head/usr.sbin/ppp/ppp.conf
> ==============================================================================
> --- head/usr.sbin/ppp/ppp.conf	Tue Sep 11 16:46:28 2018	(r338589)
> +++ head/usr.sbin/ppp/ppp.conf	Tue Sep 11 17:05:26 2018	(r338590)
> @@ -35,3 +35,10 @@ papchap:
>  
>   set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
>   add default HISADDR			# Add a (sticky) default route
> +
> +u3g:
> + set device /dev/cuaU0.0
> + set phone *99\#
> + set timeout 0
> + set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
> + add default HISADDR			# Add a (sticky) default route

Some u3g devices require "set cd off" command or else ppp(8) drops connection
complaining about missing Carrier Detect signal.

I see no reason to not use this always for u3g.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c62e5a69-3a43-7a22-95c8-ef44293f0738>