GithubHelp home page GithubHelp logo

Comments (12)

majuss avatar majuss commented on June 18, 2024 1

Everytime you change something you need to run: ccfg_cli commitcfg.
For me it looks fine, what exactly is not working?

Please never use sudo with ssh.

from easybox904.

Wapitiii avatar Wapitiii commented on June 18, 2024 1

@fpopic I've had the same problem, i fixed it by doing this after applying the information and rebooting.

cd ..
cd /etc/ppp
./ip-down
./ip-up

(with the ip-up script you need to wait for probably 20 seconds and then do ctrl+c)
after that reboot, then telephony and DSL should connect successfully.

If it still doesn't connect then try also doing this:

ccfg_cli set mtu@wan000=1500
and
ccfg_cli set mtu@wan050=1500

I hope i helped anyone.

from easybox904.

majuss avatar majuss commented on June 18, 2024 1

I don't think anybody got it working with O2.

Use openWrt: https://github.com/zuzia-dev/Easybox-904xDSL-repo-source/

from easybox904.

fpopic avatar fpopic commented on June 18, 2024

For me it looks fine, what exactly is not working?

As you can see on the picture there is no data connection. Is there a way I can provide you with more details? You are using it on 1und1 or?

from easybox904.

majuss avatar majuss commented on June 18, 2024

I used it on a Telekom line. Actually I don't see where it says that it failed somewhere. "Show Time" means that is successfully connected.
Look at closed issues for further details on 1&1 or use openwrt.

from easybox904.

fpopic avatar fpopic commented on June 18, 2024

Yeah it is somehow weird

image

I didn't even put anything about VOIP or Telephone connection and this one is green and data is red (and internet doesn't work).

Will try to get some error code. Thanks!

from easybox904.

fpopic avatar fpopic commented on June 18, 2024

@Wapitiii

did it work for you on 1und1 or on Telekom?

I tried all you wrote and still it doesn't work for 1und1.

here is my log:

root@easy:~# cat /tmp/etc/config/network
# package "network"

config switch eth0
	option vlan71	"4t 6*"
	option vlan66	"0 1 2 3 6*"
	option vlan66	"4t 6*"

config interface loopback
	option ifname "lo"
	option proto "static"
	option ipaddr "127.0.0.1"
	option netmask "255.0.0.0"

config interface lan
	option up "1"
	option ifname "eth0.66"
	option type "bridge"
	option proto "static"
	option ipaddr "192.168.2.1"
	option netmask "255.255.255.0"
	option macaddr "18:83:BF:1E:CA:5C"

config alias
	option interface "lan"
	option proto "static"
	option ipaddr "0.0.0.0"
	option netmask "0.0.0.0"

config interface lan1
	option up "1"
	option ifname "eth0.71"
	option type "bridge"
	option proto "static"
	option ipaddr "192.168.3.1"
	option netmask "255.255.255.0"
	option macaddr "18:83:BF:1E:CA:5D"

config interface lan2
	option up "0"
	option ifname "eth0.3"
	option type "bridge"
	option proto "disable"
	option ipaddr "192.168.4.1"
	option netmask "255.255.255.0"
	option macaddr "18:83:BF:1E:CA:5E"

config interface lan3
	option up "0"
	option ifname "eth0.4"
	option type "bridge"
	option proto "disable"
	option ipaddr "192.168.5.1"
	option netmask "255.255.255.0"
	option macaddr "18:83:BF:1E:CA:5F"


config interface wan050
	option up	"1"
	option ifname	"ptm0.7"
	option proto	"pppoe"
	option ipaddr	"0.0.0.0"
	option netmask	"0.0.0.0"
	option gateway	"0.0.0.0"
	option username	"1und1/[email protected]"
	option password	"XXXXX"
	option defaultroute	"1"
	option keepalive	"3,15"
	option mtu	"1500"
	option disconnecttype	"1"
	option disconnecttime	"02-05"
	option clientid	""

config interface wan051
	option up	"0"
	option proto	"disable"

config interface wan052
	option up	"0"
	option proto	"disable"

config atm-bridge000
	option unit	"0"
	option encaps	"llc"
	option vpi	"1"
	option vci	"32"
	option payload	"bridged"

config interface wan000
	option encaps	"llc"
	option vpi	"1"
	option vci	"32"

config atm-bridge001
	option unit	"1"
	option encaps	"llc"
	option vpi	"2"
	option vci	"32"
	option payload	"bridged"

config interface wan001
	option encaps	"llc"
	option vpi	"2"
	option vci	"32"

config atm-bridge002
	option unit	"2"
	option encaps	"llc"
	option vpi	"3"
	option vci	"32"
	option payload	"bridged"

config interface wan002
	option encaps	"llc"
	option vpi	"3"
	option vci	"32"

config interface wan303
	option up	"1"
	option ifname	"lte3"
	option proto	"dhcp"
	option macaddr	"18:83:BF:1E:CA:61"
	option defaultroute	"1"
	option keepalive	"3,15"
	option mtu	"1364"
	option clientid	""

1und1-easybox
1und1-easybox2

from easybox904.

majuss avatar majuss commented on June 18, 2024

I would try openWrt. Quite funny: Login failed, Login success, modem hangup :D

from easybox904.

fpopic avatar fpopic commented on June 18, 2024

Do you know what might be missing compared to O2 use case from @xxww1 xxww1 that worked

#38 (comment)

here is the log of all @wan050 values from @xxww1 02 setup without ipv6 things

...
netsection@wan050 = wan050
adminstate@wan050 = disable
ifname@wan050 = ptm0.132
proto@wan050 = pppoe
ip4addr@wan050 = 0.0.0.0
ip4mask@wan050 = 0.0.0.0
ip4gateway@wan050 = 0.0.0.0
username@wan050 = USERNAME
password@wan050 = PASSWORD
on-demand@wan050 = 0
idletime@wan050 = 10
auto_reconnect@wan050 = 1
auto_reconnect_start@wan050 = 120
auto_reconnect_interval@wan050 = 180
ppp_startup@wan050 = 1
ppp_laststate@wan050 = 0
lcp_echo_interval@wan050 = 15
lcp_echo_fail@wan050 = 3
macaddr@wan050 =
mtu@wan050 = 1492
disconnecttype@wan050 = 1
disconnecttime@wan050 = 02-05
defaultroute@wan050 = 1
vlan_tagged@wan050 = 1
vlan_id@wan050 = 7
.... 

from easybox904.

fpopic avatar fpopic commented on June 18, 2024

I tried openwrt, but I never got working to have vdsl/adsl with openwrt. Guess this development is more for wifi/3g.

Regarding

I would try openWrt. Quite funny: Login failed, Login success, modem hangup :D

Login failed, login success was bad on my side at the password attempt to enter auth when accessing 192.168.2.1 :-)

Regarding modem hangup, would like to debug what really happens but have not that strong knowledge.

from easybox904.

fpopic avatar fpopic commented on June 18, 2024

@majuss do you know what is

mtu@wan050 = 1492

and what is 1500 vs 1492 for?

from easybox904.

majuss avatar majuss commented on June 18, 2024

It's a packetsize.
https://www.cloudflare.com/de-de/learning/network-layer/what-is-mtu/
In general, if you're setting it to a lower value like 1280 things have a higher possibility to work.

from easybox904.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.