Page 48 of 64 FirstFirst ... 38464748495058 ... LastLast
Results 706 to 720 of 958

Thread: [HowTo] Install and configure Oleg's firmware

  1. #706
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    have a look at the smb.conf in chapter 17 A)

    This is the config i am using with the built in samba.
    But the config should nearly be the same with samba2.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  2. #707

    500gp v2

    hi again

    my asus 500gp stopped working
    the guys in the store from where i bought it told me that they are going to change it with a new 500gp v2
    my question is : will this how to work with this 500gp v2 ?

    thx

  3. #708
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    yes.
    V2 is simply the same but slower hardware.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  4. #709

    Also problem with Samba (when coupled with inetd)

    First and foremost a thanks to oleg for the FW & wengi for the excellent tute.

    I want to setup a wl520gu as a media file server & torrent box. I have followed wengi tute but find that inetd & samba just don't work. when I remove inetd & samba and just install samba, it works.

    I get the same error message as claudiuid ie

    \\Wl520gu\torrent is not accessible.You might not have permissionthis network resource.Contact the administrator of this server to find out if u have access permision.

    This network name cannot be found.

    (edited smb.conf entries, replace with another problem as described below 31/07/2009)

    Also when not using inetd, devices attached to the WL520gu is able to see the samba share but PC connected to the AP or other wireless client is not able to see the samba share of the WL520GU.

    Any help is appreciated.

    Thanks
    Last edited by sc00bie; 31-07-2009 at 03:47.

  5. #710

    Disabling IPv6 in -9 version

    Hello guys,

    I tried and tried and tried but to no avail...

    I'd like to switch of the ipv6 functionality completely so my wl500g only uses ipv4 addresses but have not found a way to do this.

    The reason I want to do this is because of Wondershaper. Basically I would like to limit my upload speed to the internet but NOT on my LAN obviously. My setup involves an ADSL modem in bridged mode (not possible to do any traffic control there) and a router (too old to support QoS) and my wl500g as access point. I need to do the traffic control on the Asus therefore but only to the outside. Wondershaper or 'tc' do not seem to support ipv6 though. I mean it does work but it is not possible to make the distinction between internal traffic and external traffic.
    Using Wondershaper I set up a class for my internal range and a class for my 'external' range (effectively 0.0.0.0/0). Unfortunately I can only setup my internal range class using ipv4 addresses.
    So if anyone knows how to configure Wondershaper to work with ipv6 then, yes please! If not then I would very much like to know how to disable ipv6 in my current firmware?

    Thanks a lot in advance!

  6. #711

    forwarding ftp

    this is my laest PAIN in the ASS
    I want to make ftp more secure, by using portforwarding.
    iptables -t nat -A PREROUTING --dport 10000 -j DNAT --to-destination 21
    I know that, there's something missing
    could someone Linux guru help me out?

  7. #712
    I tryed this one
    Still nothing

  8. #713

    automated login

    Next problemm
    How to step 15
    I did everything step-by-step , but asus says
    Server refused our key

    I found this, but I dont understand "simply use the dropbear part of the" <- is this the step 15?
    The question is: how I can create automated login for ssh?

  9. #714

    Exclamation Problem 1.2 solved

    Quote Originally Posted by GS_IT View Post
    Next problemm
    How to step 15
    I did everything step-by-step , but asus says
    Server refused our key

    I found this, but I dont understand "simply use the dropbear part of the" <- is this the step 15?
    The question is: how I can create automated login for ssh?
    Thanks to HoGo and google I solved this problem.
    Problem was in file/folder permission and wrong type of rsa key.
    Problemm with iptables and sftp is still actual!

  10. #715
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Quote Originally Posted by GS_IT View Post
    this is my laest PAIN in the ASS
    I want to make ftp more secure, by using portforwarding.
    iptables -t nat -A PREROUTING --dport 10000 -j DNAT --to-destination 21
    Hi,

    i am not an iptables expert, but referencing this you could try
    Code:
    iptables -A INPUT -p tcp --dport 10000 -j ACCEPT
    iptables -A PREROUTING -t nat -p tcp --dport 10000 -j REDIRECT --to-port 21
    The first one opens port 10000. The second redirects.
    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  11. #716

    sftp portforwarding

    Quote Originally Posted by wengi View Post
    Hi,

    i am not an iptables expert, but referencing this you could try
    Code:
    iptables -A INPUT -p tcp --dport 10000 -j ACCEPT
    iptables -A PREROUTING -t nat -p tcp --dport 10000 -j REDIRECT --to-port 21
    The first one opens port 10000. The second redirects.
    wengi
    Thanks
    I'll try this one

  12. #717

    flashfs

    Now I get this error
    [root@WL-001FC64989AD root]$ flashfs save && flashfs commit && flashfs enable && reboot
    /sbin/flashfs: /sbin/flashfs: 20: cat: Permission denied
    /sbin/flashfs: /sbin/flashfs: 73: [: Permission denied
    tar: Removing leading '/' from member names
    tar: /tmp/local: Unknown file type
    tar: Error exit delayed from previous errors
    /sbin/flashfs: /sbin/flashfs: 73: ls: Permission denied

  13. #718
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Did you install bash?
    If so: remove it.
    bash modifies your profile and this is the result.

    You can reinstall bash later...

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  14. #719
    Quote Originally Posted by wengi View Post
    If so: remove it.
    bash modifies your profile and this is the result.

    You can reinstall bash later...

    wengi
    It helped
    Thanks
    So now I can reisntall bash?

  15. #720
    Quote Originally Posted by wengi View Post
    Hi,

    Code:
    iptables -A PREROUTING -t nat -p tcp --dport 10000 -j REDIRECT --to-port 21
    wengi
    This helped. Now everything ( read as sftp ) is working great

Page 48 of 64 FirstFirst ... 38464748495058 ... LastLast

Similar Threads

  1. [Howto] Install DLNA media servers for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 18
    Last Post: 06-06-2017, 07:40
  2. Replies: 24
    Last Post: 05-05-2015, 07:42
  3. Replies: 28
    Last Post: 02-06-2013, 20:58
  4. Replies: 6
    Last Post: 21-09-2012, 17:06
  5. [Howto] Install kernel modules for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 0
    Last Post: 05-12-2011, 16:18

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •