Marconi port forward and dyndns

Cybercide

Member
Joined
Jan 18, 2004
Messages
10
Hi all

I getting to the end of my tether with this so I'm asking for a guiding hand. I''ve set up an apache server on my PC at home it has mysql and PHP support plugged in. OS is WinXP. Firewall has been told to open to all ports for this exercise.
I've registered with dyndns which is fine and it updates my IP which is fine.
The thing that is not so fine is my port forwarding seems completely stuffed. No matter what i try in the PAT settings whenever is surf to my dyndns URL it gives me the router interface which obviously is not good. Any idea what I'm doing wrong?
BTW im setting up PAT as follows

Index Protocol interface Service Port Server IP Address server Port
1 TCP LAN HTTP 80 192.168.10.1 80

In theory this should direct traffic to my PC onto my localhost apache site correct?
I've also tried a million and one other PAT combos so I'm stumped
 

Cybercide

Member
Joined
Jan 18, 2004
Messages
10
UPDATE (Yes this is keeping me up all night)

when i try to tracert the route the signal takes when i request the page i get the following:

Tracing route to rrba-167-68.telkomadsl.co.za [165.165.167.68]
over a maximum of 30 hops:

1 3309 ms 1 ms 1 ms 192.168.10.200
2 14 ms 10 ms 10 ms rrba-160-01.telkomadsl.co.za [165.165.160.1]
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.

It looks as if telkom is blocking things not me...
 

Cybercide

Member
Joined
Jan 18, 2004
Messages
10
Hmmm interesting

It seems that not matter what i change my NAT or PAT settings to the router hardware keeps the same route

Software Version: 1.0.27L10-3A
CPU: MPC850SAR at 48MHz
RAM: 4MB
Flash: 2MB
Chipset: Alcatel MTK-20150
Host Name: MK-ATUR-150
Domain Name: premierme.com.tw
Primary_DNS: 168.95.1.1
<b>Default Route: 192.168.10.200</b>
LAN MAC: 00:02:96:11:B6:D5<u></u>
 

MercuryStorm

Active Member
Joined
Aug 11, 2003
Messages
97
Ok.. firstly your dns issues are wrong on your modem,

they should be 196.43.1.11 and 196.25.1.11

Those are the saix DNS servers.. (This will not stop it working, but increase poformance as those are international DNS servers)

Secondly, are you trying to access the website from internal? this cannot be done as the Marconi adsl router also has the port for its webserver set as 80 by default,

Go into NAT, and make sure EVERYTHING is deleted from it.

Next.. its not LAN.. its ATM1.. lan is for local ONLY!

IM running my marconi router with no-ip.com

Running SSH, FTP, Webserver,

1 TCP ATM1 Webserver 80 192.168.0.131 80

Also i recommend you set it to a static IP if you want to use a webserver on it

My webserver is running on Linux, with Apache, Php and Mysql

Good Luck!
 

MercuryStorm

Active Member
Joined
Aug 11, 2003
Messages
97
Oh and if you try access that site from localhost / in the LAN

You will get the Routers webpage, you have to test it from external. i cannot tracert my own connection here from work.. it timesout., but my website is working
 
Top