connectivity issue

  • Thread starter Thread starter kasthuri
  • Start date Start date
  • Replies Replies 15
  • Views Views 2,537
Configure your DBC with PPP(oE) details and if there's DHCP server, enable it and disable DHCP on your Beetel making it just an access point. You can google "dump ap setup" for tutorials. If there's no DHCP server option on DBC connect it Beetel as wan with dynamic IP or static however it's working now. That's it.
By workload I meant they aren't very powerful devices but I think it'll be fine in your case.
 
Thanks Wheatbread. would try this tip.
 
You'll have check it's system log and maybe you'll see an error.
This "Could not find a [connection name] for the specified service. Delete the service name option & try reconnecting." alert is what macOS uses for everything "Connection Failed".
 
<key>PPPoE</key>
<dict>
<key>SystemConfig</key>
<dict>
<key>PPP</key>
<dict>
<key>ACSPEnabled</key>
<integer>0</integer>
<key>AuthName</key>
<string>tn.XXXXXXXX</string>
<key>AuthPassword</key>
<string>A421302E-C034-41D8-98DF-xxxx24887EAB</string>
<key>AuthPasswordEncryption</key>
<string>Keychain</string>
<key>CommRemoteAddress</key>
<string>Railwire</string>
<key>CommUseTerminalScript</key>
<integer>0</integer>
<key>DialOnDemand</key>
<integer>0</integer>
<key>DisconnectOnFastUserSwitch</key>
<integer>1</integer>
<key>DisconnectOnIdle</key>
<integer>0</integer>
<key>DisconnectOnIdleTimer</key>
<integer>1800</integer>
<key>DisconnectOnLogout</key>
<integer>1</integer>
<key>DisconnectOnSleep</key>
<integer>1</integer>
<key>IdleReminder</key>
<integer>0</integer>
<key>IdleReminderTimer</key>
<integer>1800</integer>
<key>LCPEchoEnabled</key>
<integer>1</integer>
<key>LCPEchoFailure</key>
<integer>4</integer>
<key>LCPEchoInterval</key>
<integer>10</integer>
<key>Logfile</key>
<string>/var/log/ppp.log</string>
<key>VerboseLogging</key>
<integer>0</integer>



This is what i am getting. can something be read from this to solve frequent disconnection with railwire . Thanks ( few letters are replaced with X)
 
PPP log is at /var/log/ppp.log, you need to check system log too.
Anyway, you're looking into wrong problem.
 


Back