Results 1 to 4 of 4

Thread: remote access to WL-500G

  1. #1

    remote access to WL-500G

    Helo,
    sorry about my english.
    I have Asus WL-500G deluxe. Everything is ok, besides remote access.
    I cannot access my router from internet (WAN) - i tried web access, telnet and ssh (putty). From my lan everything is ok (access by web, telnet or ssh).
    The only way is to disable firewall (Internet firewall-basic config). But then itīs impossible to disable ping to WAN - relatively great problem for me.

    So my question - is it normal, or itīs "firmware-bug"?
    I would like to have firewall enabled, ping disabled and to have access to my router from everywhere (via SSH).

    Note: I have the latest "Olegīs firmware (1.9.2.7-7e)

    Than you very much,
    Pavel

  2. #2
    Join Date
    Mar 2006
    Location
    Moscow, Russia
    Posts
    108
    To enable SSH access from outside you should add the following line to post-firewall:

    Code:
    iptables -i xxx -I INPUT -p tcp --dport 22 -j ACCEPT
    where xxx is the interface through which you are connected to internet (for example ppp0)

    If you understand Russian you may also read http://wl500g.info/showthread.php?t=4824

  3. #3
    Thank you very much.

    I have this line in /usr/local/sbin/post-firewall:

    iptables -i vlan1 -I INPUT -p tcp --dport 22 -j ACCEPT

    Still i cannot conect, there is this line in log:

    Jun 15 11:22:47 kernel: DROP IN=vlan1 OUT= MAC=00:03:e2:5f:e3:55:00:30:b8:ca:04:33:08:00:45:0 2:00:30 SRC=222.222.222.222 DST=44.44.44.44 LEN=48 TOS=0x00 PREC=0x00 TTL=119 ID=62140 DF PROTO=TCP SPT=1858 DPT=22 SEQ=1824245381 ACK=0 WINDOW=65535 RES=0x00 SYN URGP=0 OPT (020405B401010402)

    (IP addresses i have changed)

  4. #4
    Sorry, i had not file "post-firewall" marked like "executable"
    Connection to SSH is OK now, thank you very much.

Similar Threads

  1. HTTPS on remote access
    By renaudtwingo in forum WL-500g Q&A
    Replies: 2
    Last Post: 01-02-2006, 14:14
  2. After selecting AP-mode, no access to 500G
    By thijs in forum WL-500g Q&A
    Replies: 0
    Last Post: 03-11-2004, 10:29
  3. tale of a sad 500g owner
    By oferlaor in forum WL-500g Q&A
    Replies: 1
    Last Post: 15-10-2004, 15:27
  4. Local network access from behind 500g
    By Sandros in forum WL-500g Q&A
    Replies: 0
    Last Post: 03-08-2004, 12:06

Posting Permissions

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