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

WebAdmin very,very slow

Hello,

I´m using ASL 5.1 on a P3 650 MHz 265MB.
When I enable/disable a PacketFilterRule speed of changing is very slow. It´s about 2 minutes or longer.
Generally WebAdmin feels very slow.

Any suggestions about it ? Is this normal?


This thread was automatically locked due to age.
  • ...oh you are right, i havent looked "so" deep into that. [:)]
    Strange that it logs Accepts for that.

    B
  • It is required for some certifications that all packets which belong to an admin session are logged. But since we know that this is only needed for a small number of our customers, it will be made configurable in one of the next up2dates.
    In any case, that should not be the reason for any speed issues.

    Greets,
    andreas
  • This should not be the reason, but we all dont really know what it is. Im having the same problem with a P2 400, 256 MB RAM. When I have a look on the Hardware reporting, everything seems ok, but still WebAdmin is much slower than on Version 4.

    Btw... how can I change the behavior of the Menu? Its allways scrolling by script to the current display position. This is somewhat annoying.
  • You can't. If you use mozilla, it does not scroll - it stays fixed on the same position. If you are using IE, it doesn't look that nice. As always the problem is different implementation of standards.

    We are working on the webadmin speed issue.
  • Well, this sounds nice, thanks!
  • [ QUOTE ]
    Actually these are ACCEPTs not DROPs, but I recognized the same thing. There doesnt seem to be an option to turn logging for these packets off. Its especially annoying when you are watching Packet Filter live log    

    [/ QUOTE ]

    I couldn't stand it any more, so I just had to tinker didn't I?

    If you wish to "turn off" the packet logging for all those port 443 packets from your WebAdmin source address you might use this IPTABLES command:

    # iptables -R AUTO_INPUT   3  -p tcp -s  192.168.1.1  -d 0.0.0.0/0 --source-port 1024:65535 --dport 443 -j ACCEPT

    the following command can be used to view the AUTO_INPUT chain (obviously you'll want to do this before using the previous -Replace command!):

    # iptables -L AUTO_INPUT --line-numbers -vn

    Of course this assumes that your local PC (the WebAdmin administration PC) is 192.168.1.1 and the previous (LOGACCEPT) rule is number 3 in the AUTO_INPUT chain.  And as we all (should) know 'assumption' is the mother of all computer problems, so please don't tinker if you're not sure about this.  I'm an IPTABLES and Astaro newbie, so I had to ask a very experienced Linux/Security friend for general advice about this small change.  Yeah, he's going to try Astaro for the 1st time soon, at my suggestion.
    I've probably incurred the wrath of admins here for suggesting the above.  It's not even a suggestion. Just an observation   


    One final comment:  Genuine huge thanks to the creators of Astaro, and their generosity regarding the Home User license with Intrusion Protection.  Fantastic.