Results 1 to 10 of 10

Thread: Nightmare with virtual server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Thanks for your reply. So I do not need any FORWARD or INPUT chain rules? I will try it out on the router.

    What if I want to forward a port to another port on the router itself. For example, forward port 33425 to port 22 on the router itself (I do not want to open port 22 itself to the outside). Will I need some other rules in this case?

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Khurram View Post
    Thanks for your reply. So I do not need any FORWARD or INPUT chain rules? I will try it out on the router.

    What if I want to forward a port to another port on the router itself. For example, forward port 33425 to port 22 on the router itself (I do not want to open port 22 itself to the outside). Will I need some other rules in this case?
    It should work like this, other chains already have been made
    iptables -L
    you could use the same command, just use the LAN ip of the router as endpoint

    if you want to open a port in a regular way just use:
    iptables -A INPUT -p tcp --dport 80 -j ACCEPT
    or something like that

Similar Threads

  1. Помогите с настройкой Virtual Server
    By idtelecom in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 379
    Last Post: 28-02-2016, 16:39
  2. Linux & Virtual Server
    By Tamadite in forum WL-500gP Q&A
    Replies: 5
    Last Post: 23-12-2009, 20:47

Posting Permissions

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