DHCP and IP Issues

Undead Surfer

Registered
I'm using an ADSL modem through my ethernet port. The modem acts as a router. I'm trying to set up a webserver but the router does not designate the IP to my computer, the IP is designated to the modem and I receive a 10.0.0.* IP address. Other than turning off DHCP, what else do I do to have the IP designated to my computer?

These are some of the modem settings:-

Routing:

IP address table
Intf Address Netmask Type Transl
ADSL 96.1.169.185 255.255.255.0 Auto pat
ADSL 216.110.96.17 255.255.255.0 Extra none
eth0 10.0.0.138 255.0.0.0 Extra none
loop 127.0.0.1 255.0.0.0 Auto none


IP route table
Destination Source Gateway Intf
default 10.0.0.1/32 196.1.169.185 ADSL
216.110.96.0/24 216.110.96.0/24 216.110.96.17 ADSL
10.0.0.0/8 10.0.0.0/8 10.0.0.138 eth0
196.1.169.185/32 any 196.1.169.185 ADSL
255.255.255.255/32 any 10.0.0.138 eth0
216.110.96.17/32 any 216.110.96.17 ADSL
10.0.0.138/32 any 10.0.0.138 eth0
127.0.0.1/32 any 127.0.0.1 loop
10.0.0.0/8 any 10.0.0.138 eth0



PPP Config:

Routing

Connection Sharing: Only Me
Destination networks: All Networks
Specific network:
Address translation (NAT-PAT)
Primary DNS: 205.214.191.201 Secondary DNS: 205.214.192.202


Options

Local IP: none Remote IP: none
Mode : always-on Idle time limit :
__ LCP echo(currently enabled)
__ PAP(currently disabled)
__ ACCOMP(currently enabled)

Can anyone who knows, take a look at these and give me some insight into this situation?
 
You have to have your router forward port 80 (and/or 443, or whatever other port you want to use) to your local box. You would specify the port and then the LOCAL ip (10.x.x.x) of the computer running the webserver. Your router should then pass any incoming requests to that port to the computer you specified.
 
Back
Top