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

Extra masq modules?

I have noticed that most linux based routers,firewalls etc use extra modules (example:h323.o) to implement extra features for the user. The add masquerading rules to the router. I would like to know if this is possible with astaro in any way?

Does anyone know this? 


This thread was automatically locked due to age.
Parents
  • maybe a 'lsmod' will answer your question... 

    /marcel 
  • I think what he meant is that if you had logged into your ASL and had done a 'lsmod', this question would have been answered.

     Code:

    loginuser@host:/home/login > /sbin/lsmod | grep ^ip_
    ip_conntrack_h323       2336   1 (autoclean)
    ip_nat_h323             2720   0 (unused)
    ip_nat_snmp_basic       8160   0 (unused)
    ip_nat_proto_gre        1344   0 (unused)
    ip_conntrack_irc        3424   1 (autoclean)
    ip_nat_irc              2496   0 (unused)
    ip_conntrack_pptp       2368   1 (autoclean)
    ip_nat_pptp             1984   0 (unused)
    ip_nat_ftp              3072   0 (unused)
    ip_conntrack_ftp        3968   1 

     

    andreas  
  • But can I add modules to it?And more so how? 
  • If you really need a module not included with ASL, it is possible to compile your own modules. Since those are kernel modules, they have to be compiled to fit the running kernel. You can do the following:
    Get the pluspack, get kernel sources and compile your module with your own kernel. This is not officially supported, bears security risks and could leave your ASL in an un-bootable state, all dependiing on your knowledge. This develops into a thread for the ASL Hackers forum ...
    Greets,
        andreas  
Reply
  • If you really need a module not included with ASL, it is possible to compile your own modules. Since those are kernel modules, they have to be compiled to fit the running kernel. You can do the following:
    Get the pluspack, get kernel sources and compile your module with your own kernel. This is not officially supported, bears security risks and could leave your ASL in an un-bootable state, all dependiing on your knowledge. This develops into a thread for the ASL Hackers forum ...
    Greets,
        andreas  
Children
No Data