Koozali.org: home of the SME Server

Port Forwarding

jonasbrum

Port Forwarding
« on: November 04, 2006, 03:54:50 AM »
Hi,

I have a SME7 running like my web server... one of my website has a Live Camera running... that webcam server is sitting in a XP machine in the same network... running on port 1719... If I try to browse the local ip from the XP PC (192.168.66.21:1719) the webcam server works perfectlly, showing a Flash front-end with the live screaming. I've setup a port forward on my SME from 1719 on the server to 1719 on my XP machine (TCP), now I should see my webcam server typing 192.168.66.2:1719 (my server ip), correct? Yeap, but I don't know why that setup is no working, I have more 10 port forward for another services, and it works... Did someone have a similar experience?

Thanks,
Jonas Brum

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Port Forwarding
« Reply #1 on: November 04, 2006, 04:38:52 AM »
If your using port forwarding then your sme is in server/gateway mode.

Port forwarding works between your network cards. That is WAN to LAN.
Regards,
William

IF I give advise.. It's only if it was me....

jonasbrum

...
« Reply #2 on: November 04, 2006, 05:27:50 AM »
I have a port forward from my router to the server on the same port...

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: ...
« Reply #3 on: November 04, 2006, 06:01:17 AM »
Quote from: "jonasbrum"
I have a port forward from my router to the server on the same port...

Code: [Select]
                                 |
                                  |
                                  |
                                  |
                                  |WAN
                        +---------+----------+
                        |                    |
                        |    SMEServer       |
                        |                    |
                        +---------+----------+
                                  |LAN
                           ,------+--------.
                  +--------    SWITCH       -----------+
                  |        `---------------'           |
                  |                                    |
                  |                                    |
           +------+-----------+            +-----------+------+
           |                  |            |                  |
           |   OTHER PC       |            |       XP         |
           +------------------+            +------------------+
Regards,
William

IF I give advise.. It's only if it was me....