Results 1 to 10 of 10

Thread: Virtual Server on port 80

  1. #1

    Virtual Server on port 80

    Hi, I've been using Virtual Server successfully for months, forwarding ports for games etc into my LAN. I've just started using it for a Linux server and am having problems with port 80. Forwarding SSH and FTP on 22 and 21 respectively to the box works fine, but 80 doesn't. When I forward 81 instead and config my webserver to listen on 81, it works fine. It's ONLY port 80 that can't seem to forward. I've checked with my ISP and they are not blocking 80. What is wrong with my bloody router?
    Thanks

  2. #2
    Join Date
    Sep 2005
    Location
    Madrid
    Posts
    31
    What firmware version do you have? Can you post your firewall rules?
    Go to http://my.router/Main_AdmStatus_Content.asp and type "iptables -L -v -n " (without quotes)

  3. #3
    Hi unaiur
    I will check the firmware version and firewall rules tonight and post here. I updated to the latest binary release on the ASUS site last night.
    Thanks for the quick reply.

  4. #4
    My ISP suggested that maybe because the router web configuration runs on 80 it's unable to forward 80. Is it possible to change the port that the web configuration runs on?

  5. #5
    Join Date
    Sep 2005
    Location
    Madrid
    Posts
    31
    Linux is capable to do so. Traffic comming from the wan can be redirected to an internal webserver while traffic from the lan arrives to the administration web page. I don't know if the web interface is also capable, but the great Oleg's firmwares can do it (using telnet, the command line and a text editor, of course).

  6. #6
    OK my firmware version is 1.9.4.0.

    The Port forwarding page in the web interface shows the following ports redirected:

    Destination Proto. Port Range Redirect to
    203.etc TCP 22 192.168.etc
    203.etc TCP 21 192.168.etc
    203.etc TCP 80 192.168.etc
    Running the iptables -L -v -n command gives me nothing. The screen just refreshes and there's nothing displayed.

    I haven't been able to find anywhere to change the default port for the web interface.
    Last edited by ruprecht; 05-09-2005 at 12:39.

  7. #7
    I restored to default settings, and even that didn't help. Should I switch to one of these custom firmwares? Anyone know how I would fix the issue with a custom firmware?

  8. #8
    Join Date
    Sep 2005
    Location
    Madrid
    Posts
    31
    The iptables command works in Oleg's firmwares, that is what I use and works fine. The extra ports shown at the forwarding page can be generated by the "Port Trigger" feature.

  9. #9
    OK I have upgraded to Oleg's 1.9.2.7-6b

    I have set it up again with virtual server forwarding 80 to local Ip 192.168.1.197 on 80. the iptables command via telnet reveals the following in chain FORWARD:

    0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.1.197 tcp dpt:80
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 192.168.1.197 tcp dpt:22

    SSH works, http does not. Any ideas?

  10. #10
    OK, i fixed it!
    Turns out the problem was my D-Link DSL-300G ADSL modem that was plugged into the router. The modem blocks inbound 80 and 23 by default
    http://martybugs.net/smoothwall/dsl300g_ports.cgi
    Thanks for the help mate

Similar Threads

  1. Virtual server local port bug
    By spearhead in forum WL-500g Custom Development
    Replies: 1
    Last Post: 07-03-2005, 06:48
  2. virtual server
    By rblezer in forum WL-500g Q&A
    Replies: 1
    Last Post: 04-03-2005, 08:38
  3. Replies: 0
    Last Post: 16-09-2004, 09:46
  4. Replies: 0
    Last Post: 20-05-2004, 16:57
  5. Port Forwarding cq Virtual Server not working?
    By Antiloop in forum WL-500g Q&A
    Replies: 1
    Last Post: 09-12-2003, 08:04

Posting Permissions

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