"Rambo" <(E-Mail Removed)> wrote in message
news:4b4500d8$0$394$(E-Mail Removed)...
> Linea Recta wrote:
>> I have been portforwarding ports 20-21 in router setup for using my FTP
>> server.
>> Worked fine at first, but next day the PC ip seems changed and I have
>> connection problems again.
>>
>> Anyone a clue how to proceed making a static ip?
>>
>> Afraid this is very confusing stuff. :-(
>> Using a Sitecom WL-174, have a "manual" but it seems to be for experts...
>> I found DMZ... do I use that??
>> http://www.sitecom.com/support-produ...id/538#manuals
>>
>> Also, in Windows XP I have been following this
>> http://www.portforward.com/networking/static-xp.htm but it disabled my
>> connection altogether. So I undid the changes.
>>
>>
>>
> In your router, you certainly, together with DHCP, have the possibility to
> have an option to give to a pc a static IP. This is done by creating a
> relation between his mac adress and the expected IP.
> You don't need DMZ which is a security hole.
Routers normally "hand out" IP addresses (via DHCP) based on a config
parameter that defines the range of IPs that can be dished out. For example,
if the router is 192.168.1.0 the default setting may be to hand out IP
addresses starting with 192.168.1.100 (up to 192.168.1.254 say)
As the previous poster indicated, you CAN usually tell the router to give
one of those specific addresses to a specific machine based on the MAC
address of that machine... that is similar to a DHCP reservation - the
machine requests an IP address (as most machines do) - the router determines
that the machine's MAC address [which is unique] is in its table and always
gives that machine the same IP address. This way, you KNOW what IP address
that machine will always have.
The alternative, is to change the machine to NOT use DHCP to request an IP
address, but instead pick an IP address in the correct range (say
192.168.1.99) - note that this address is NOT in the range that the router
would normally hand out, but IS within the scope of the IP space managed by
the router. This change is made in the network properties of the machine
(the PC) that you want to have a static IP address. If you change things
this way, you may need to make sure the other values normally supplied by
DHCP (dns server, subnet mask, gateway IP etc) are correctly supplied.
The link you gave to set up a static IP (at portforward.com) contains good
info - if it disabled your connection it is likely because you pooched one
or more of the settings - I would suggest following that info carefully!
HTH