Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
turris-build
turris-build
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 11
    • Merge Requests 11
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Turris
  • turris-buildturris-build
  • Issues
  • #107

Closed
Open
Opened Jan 13, 2020 by Vojtech Myslivec@vmyslivec🚀Owner

Unreliable DSL (PPP) connection

On Turris OS 4.0.3, I had configured a WAN interface of my MOX classic to PPPoE protocol (behind VDSL modem in bridge mode).

The connection is fine, however it is unreliable after reboot. The connection flaps up and down after reboot and in fact never gets fully connected. If I issue /etc/init.d/network restart manually after reboot, the connection goes up and everything is fine until next reboot.

This issue is really annoying and critical as

  1. It needs manual action after each reboot
  2. The device is not remotely accessible until someone connects and fix PPP connection from LAN

WAN interface configuration in /etc/config/network (generated from Foris) is:

config interface 'wan'
	option ifname 'eth0'
	option ipv6 '1'
	option proto 'pppoe'
	option username 'adsl'
	option password 'adsl'

First log messages about PPP in /var/log/messages are: ppp-issue_startup.log

Repeating log messages are: ppp-issue_repeating.log

Edited Jan 13, 2020 by Vojtech Myslivec
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: turris/turris-build#107