This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is this a BUG in WebAdmin?

In webadmin when setting the MTU size for ETH0(internal) you simply select "Standard Ethernet Interface" then click "Advanced Options" and MTU appears at the bottom of the screen.  The problem I have is ETH1(external) is "PPPoE-DSL" but when you select "Advanced Options" the MTU window does not appear.  
Strangely, when I check MTU sizes in REPORTING>NETWORK>"System Interfaces" I see  ETH0=1492, ETH1=1500, and ppp0=1492.  1492 is the correct MTU for my ISP but I cannot modify ETH1 due to the above webadmin issue.  Is this a BUG or was this meant to be?  Thanks and ASL is a wonderful piece of software especially for a LINUX noob like me!  


This thread was automatically locked due to age.
  • Found the file to change webadmin in order to display MTU size:
    /etc/itfdesc.conf

    find the following section and add "mtusize=manual[string]"

    # PPPoE interface
    [ppp-pppoe]
    address = assign|manual[address]
    gateway = assign|none|manual[address]
    username = manual[string]
    password = manual[string]
    servicebind = 1
    masquerading = 1
    ipsec = 1
    dhcpd = 0
    accountable = 1
    ha = 0
    qos = 1
    qosstatus = off|on
    qosreal = manual[string]
    qosreserved = manual[string]
    mtusize = manual[string]
    account = 1
    config = pppoe.conf

    Now MTU shows up in webadmin and after changing the MTU to 1492, rebooting, then checking Reporting>Network....everything looks good.  Now I need to figure out if my DSL sucks or something else is wrong with ASL because I lose my PPPoE connection after 30 seconds.  It works for a few seconds then permanently closes the connection.

    I'll keep pluggin away.
     [:S]   
  • Unfortunately something is not working when I change the MTU size of the PPPoE connection to 1492.  I set the MTU, reboot and when I log back in everything is UP and working.  I can then only load one web page then the PPPoE connection closes. ???  I notice that the connection will come back UP on its own(probably a default action) but it too only lasts a little bit then closes again.

    I know the DSL line is set for 1492 and I was using a Linksys BEFSR41 with an MTU of 1492 and there were no problems.

    Can anyone shed some insight on what I may be doing wrong or have configured incorrectly?

    Thanks so much.

    ASL 4.017