Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 55 56 [57] 58 59 ... 84

Author Topic: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)  (Read 402709 times)

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #840 on: March 04, 2018, 03:03:38 PM »

I checked ngnix configuration and HTTPS is not configurated.
did you miss that ?
Code: [Select]
    server {
        # ipv4
        listen       80;
        listen       443 ssl;
        # ipv6
        listen       [::]:80;
        listen       [::]:443 ssl;

        ssl_certificate /etc/nginx/server.crt;
        ssl_certificate_key /etc/nginx/server.key;
        # based on https://wiki.mozilla.org/Security/Server_Side_TLS
        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
        ssl_ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:!DSS;
        ssl_prefer_server_ciphers on;
        ssl_session_tickets off;
I think https is not used to access the web interface but for something else.
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #841 on: March 04, 2018, 03:06:49 PM »

Very good! Thank you very much!

Now all that's missing is an empty line, so it looks like this one:

---------------------------------
DHCP Relay disabled

PPP status Not configured
LAN IP: 192.168.0.1

---------------------------------

 :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #842 on: March 04, 2018, 03:25:58 PM »

just add a <br>

ngx.print('<p class="subinfos"><br>')
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

onix20

  • Just arrived
  • *
  • Posts: 9
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #843 on: March 04, 2018, 03:30:39 PM »

I wanted upgrade my rootet  firmware 1.1.0_002 with tim gui  to  firmware 1.1.0 . After point 1 I am loosing my ssh connecting. No connect with Winzip/Putty. The connect to the Tim gui is also failed. What can I do get rooting again?
It worked.
I have made a factory reset.
Then I had access to the Tim GUI again (without WINSCP/Putty access).
Then I startet again from Point 2) with autoflashgui, flash the firmware 1.0.3…
Now everything works including Winscp/Putty. ;D
Logged

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #844 on: March 04, 2018, 03:44:28 PM »

Again, thank you very much!

Now, the TIM GUI looks almost like a unified whole.

 :) :) :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

balteck

  • Member
  • **
  • Posts: 16
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #845 on: March 04, 2018, 03:46:26 PM »

did you miss that ?
Code: [Select]
    server {
        # ipv4
        listen       80;
        listen       443 ssl;
        # ipv6
        listen       [::]:80;
        listen       [::]:443 ssl;

        ssl_certificate /etc/nginx/server.crt;
        ssl_certificate_key /etc/nginx/server.key;
        # based on https://wiki.mozilla.org/Security/Server_Side_TLS
        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
        ssl_ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:!DSS;
        ssl_prefer_server_ciphers on;
        ssl_session_tickets off;
I think https is not used to access the web interface but for something else.
Exactly. If you look at 2 lines before, only HTTP is configured for web default (GUI), while HTTPS pointing to web.assistance and not configured for web.default

Inviato dal mio HTC One M9 utilizzando Tapatalk

Logged

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #846 on: March 04, 2018, 03:47:29 PM »

@onix20
i though you tried that first...anyway glad to hear that now it works.  :)
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #847 on: March 04, 2018, 04:03:55 PM »

Does this mean that I only need to insert this line and the WEB access via https works?

Quote
    init_worker_by_lua '
        local sessioncontrol = require("web.sessioncontrol")
        sessioncontrol.setManagerForPort("default", "80")
        sessioncontrol.setManagerForPort("default", "443")
        sessioncontrol.setManagerForPort("assistance", "443")

 :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #848 on: March 04, 2018, 04:13:13 PM »

I also find the layout of the Technicolor TG789vac v2
(Smart Modem Tim) very successful.



 :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #849 on: March 04, 2018, 05:06:50 PM »

just add a <br>

ngx.print('<p class="subinfos"><br>')

The distance between the lines created with <br> is much too large. If I use <p> (at the same place) instead, I get the right distance. Unfortunately, everything will then be pushed forward. Something's wrong, what other options are there?

 :)

Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

shdf

  • Reg Member
  • ***
  • Posts: 379
    • Liveboxinfo
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #850 on: March 04, 2018, 05:42:17 PM »

better not turn this topic into an HTML CSS discussion  :-\ it doesn't really matter if it is at the top or at the bottom...it is like it is, the important is what it says.
Logged
DGA4130 Firmware 2.2.0 Gui 9.5.x Stable
DGA4132 Firmware 2.2.0 Gui 9.5.x Stable
MEGA : Removed

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #851 on: March 05, 2018, 01:49:29 PM »

i tried to add the code asked by eclp but my result is only this:



And i had to cancel this string:           
Code: [Select]
ngx.print(format('%s : <strong id="relaysetupcard_lanip">%s</strong></br>', T"LAN IP", relay_Params["uci_lan_ip"]))
if i put this string, GUI doesn't appear entirely
« Last Edit: March 05, 2018, 01:52:09 PM by Ivymike »
Logged

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #852 on: March 05, 2018, 06:00:27 PM »

:-\ it doesn't really matter if it is at the top or at the bottom...it is like it is, the important is what it says.

But then it would be flawlessly perfect.

Also with you, Ivymike, the gap is much too big. In the "old" code, the spacing is strangely correct even without <br>, with <p> at least the spacing is correct, but then the lower lines are moved to the left.

Example of the correct spacing between the lines:



 :)
« Last Edit: March 05, 2018, 06:03:10 PM by eclp »
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked

Ivymike

  • Reg Member
  • ***
  • Posts: 100
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #853 on: March 05, 2018, 06:05:25 PM »

i was trying but without success... then i solved putting 018_relaysetup.lp from shdf GUI.



I've notice that i lost "show advanced" in every sub cards, all option are visible...  :-\
How can i resolve?
Logged

eclp

  • Reg Member
  • ***
  • Posts: 136
Re: Modem/Router VDSL2 Technicolor DGA4130 (BCM63138)
« Reply #854 on: March 05, 2018, 06:55:44 PM »

 ;D

Here is the correct code (018_relaysetup.lp):

Code: [Select]
  ngx.print('\r\
<div class="span3">\r\
    <div class="smallcard">\r\
      ');  ngx.print( ui_helper.createCardHeader(T"Relay Setup", "modals/relay-modal.lp") ); ngx.print('\r\
      <div class="content">')
ngx.print(ui_helper.createSimpleLight(nil, dhcp_state_map[dhcprelay_state] , { light = { class = dhcp_light_map[dhcprelay_state], id = "relaysetupcard_dhcprelaystatusled" },  span = { id = "relaysetupcard_dhcprelaystatus" }}))
        ngx.print('<p class="subinfos">')
           ngx.print(format('<p class = "subinfos" >%s : <strong id=\"relaysetupcard_pppstatus\">%s</strong></br>', T"PPP status", T"Not configured"))
           ngx.print(format('%s : <strong id="relaysetupcard_lanip">%s</strong></br>', T"LAN IP", relay_Params["uci_lan_ip"]))   
           ngx.print('\r\
        </p>\r\
        '); 
        if relay_Params["uci_relay_status"] == "1" then
          ngx.print(format('<p class = "subinfos" > Relay IP : <strong id="relaysetupcard_relayip">%s</strong></p>',relay_Params["uci_relay_ip"] ))
        end
          ngx.print('\r\
     </div>\r\
    </div>\r\
</div>\r\
'); 
end
  ngx.print('\r\
');

 :)
Logged
DGA4132 Firmware 1.1.0 + TIM-GUI unlocked
DGA4132 Test device unlocked
Pages: 1 ... 55 56 [57] 58 59 ... 84
 

anything