Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. C

    Strongswan package from Entware on Asuswrt-Merlin?

    same error as last time, so frustrating. # ipsec start Starting strongSwan 5.0.4 IPsec [starter]... insmod: 'ah4.ko': module not found insmod: 'esp4.ko': module not found insmod: 'ipcomp.ko': module not found insmod: 'xfrm4_tunnel.ko': module not found insmod: 'xfrm_user.ko': module not found...
  2. C

    Strongswan package from Entware on Asuswrt-Merlin?

    Great site merlin, you are awesome. Based on that information, I found only one that I needed to set, as the others were already set. insmod: 'ah4.ko': module not found ---> CONFIG_INET_AH=y already set insmod: 'esp4.ko': module not found ---> CONFIG_INET_ESP=y already set insmod...
  3. C

    Strongswan package from Entware on Asuswrt-Merlin?

    I can see the source code for these kernel modules but I have no idea how to "include" them in my kernel. I am new at this, sorry for all these questions. $ find . -print | grep ah4 ./linux/linux-2.6/net/ipv4/ah4.mod.c ./linux/linux-2.6/net/ipv4/.ah4.o.cmd ./linux/linux-2.6/net/ipv4/ah4.o...
  4. C

    Strongswan package from Entware on Asuswrt-Merlin?

    Which lines do I change to enable these modules? insmod: 'ah4.ko': module not found insmod: 'esp4.ko': module not found insmod: 'ipcomp.ko': module not found insmod: 'xfrm4_tunnel.ko': module not found insmod: 'xfrm_user.ko': module not found Thank you. $ grep -i ah4...
  5. C

    Strongswan package from Entware on Asuswrt-Merlin?

    With the compiled firmware based on the git master (RT-N16_3.0.0.4_374.33_beta3.trx) plus my changes above... # ipsec start Starting strongSwan 5.0.4 IPsec [starter]... insmod: 'ah4.ko': module not found insmod: 'esp4.ko': module not found insmod: 'ipcomp.ko': module not found insmod...
  6. C

    Strongswan package from Entware on Asuswrt-Merlin?

    Merlin, there are four src* directories, can you tell me what the differences are between them? I am working in src-rt and my router is RT-N16. Thank you src/ src-rt/ src-rt-6.x/ src-rt-6.x.4708/
  7. C

    Strongswan package from Entware on Asuswrt-Merlin?

    Using '=m' is the problem. I changed them to '=y' and it compiled. I will report back later.
  8. C

    Strongswan package from Entware on Asuswrt-Merlin?

    I made the changes to config_base (basically the variables mentioned in my last post). rubble@barney ~/asuswrt-merlin/release/src-rt $ diff ./linux/linux-2.6/config_base ./linux/linux-2.6/config_base.orig 287c287 < CONFIG_NET_KEY=m --- > # CONFIG_NET_KEY is not set 309,316c309,316 <...
  9. C

    Strongswan package from Entware on Asuswrt-Merlin?

    I was looking at this file: https://github.com/RMerl/asuswrt-merlin/blob/master/release/src-rt/linux/linux-2.6/config_base These appear to be relevant lines: 1. ( from http://wiki.strongswan.org/projects/strongswan/wiki/KernelModules ) ***NOT FOUND: CONFIG_XFRM_USER***[1] 287:#...
  10. C

    Backup Manual DHCP List?

    Going back to the original poster's question, I have a suggestion. If you create a file called /jffs/configs/dnsmasq.conf.add with this line: dhcp-hostsfile=/jffs/etc/dnsmasq/static_leases Then you can put all your manual DHCP leases into this file /jffs/etc/dnsmasq/static_leases which...
  11. C

    Strongswan package from Entware on Asuswrt-Merlin?

    To: ryzhov_al Thanks! I was looking at the tomato config-base and comparing. Do you think we need to add these lines too? CONFIG_IPV6=m CONFIG_INET6_AH=m CONFIG_INET6_ESP=m CONFIG_INET6_IPCOMP=m CONFIG_IPV6_MULTIPLE_TABLES=m Right now, they are set to: 340:# CONFIG_IPV6 is not set 345:#...
  12. C

    Strongswan package from Entware on Asuswrt-Merlin?

    According to a few posts I found googling around, the Linux kernel needs to be compiled with CONFIG_XFRM=Y. (Ref: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=83750) Would this be possible for an experimental build? If it is as simple as changing a flag (CONFIG_XFRM=y in the...
  13. C

    Strongswan package from Entware on Asuswrt-Merlin?

    After downloading and installing all the strongswan* packages from Entware, I run "ipsec start" and see the following errors: # ipsec start Starting strongSwan 5.0.4 IPsec [starter]... insmod: 'af_key.ko': module not found no netkey IPsec stack detected insmod: 'ipsec.ko': module not...
  14. C

    accel-ppp (l2tp/ppp/ppoe) software on ASUSWRT-Merlin

    I wanted to replace the built-in PPTP VPN with a L2TP software instead because PPTP can be cracked within a day. http://www.computerworld.com/s/article/9229757/Tools_released_at_Defcon_can_crack_widely_used_PPTP_encryption_in_under_a_day Browing the Entware list of packages, I found...
  15. C

    how to prevent repeater from associating with another repeater

    To: PrivateJoker I was intimidated by DD-WRT and wanted to stay with the Merlin ASUSWRT because Merlin's was very similar to stock firmware and I had gotten familiar with it. But your suggestion turned out to be the right one. DD-WRT has two modes that turned out to be just what I...
  16. C

    Using a /jffs/configs/dnsmasq.conf.add file

    At boot time, the various config files in /tmp/etc/ (such as /tmp/etc/dnsmasq.conf) are created. They are not modified even if the service is restarted later. So we just need an additional ASUSWRT script that would insert in between the time where config files are copied/created and the step...
  17. C

    Using a /jffs/configs/dnsmasq.conf.add file

    By way of an alternative idea... the init-start script runs before DNSmasq gets started. So I thought, maybe I could use this script to modify /etc/dnsmasq.conf. But it didn't work because later in the boot process, my changes got overwritten. So perhaps an additional script can be inserted...
  18. C

    how to prevent repeater from associating with another repeater

    With the stock or Merlin firmware, the RT-N16 has: Router mode, AP mode, WDS (Bridge) mode But WDS mode can only use WEP security or no security at all. With the experimental "RP" Merlin firmware, it adds: Repeater mode
  19. C

    how to prevent repeater from associating with another repeater

    I actually don't want the "repeater" function as I am only using these as a bridge to connect wired devices at two locations to the main router. Is there a way to prevent the repeaters from 'repeating' the SSID signal? Some parameter that can be set in NVRAM?
  20. C

    how to prevent repeater from associating with another repeater

    To: thiggins The ASUSWRT (either stock or Merlin) doesn't support security higher than WEP when in WDS mode so it won't work for most people unless they want mediocre security (I believe WEP is very easy to hack). To: PrivateJoker Thanks!
Top