Networking Forums

Networking Forums > Computer Networking > Linux Networking > Mandrake 10.1 ; apache 2.0.48 ; URL not showing in address bar

Reply
Thread Tools Display Modes

Mandrake 10.1 ; apache 2.0.48 ; URL not showing in address bar

 
 
czepp25@gmail.com
Guest
Posts: n/a

 
      02-15-2005, 12:25 AM
I tried this yesterday, but was making up names and IP for the sake of
trying to remain slightly anon. But it wasn't working. So here is my
dilema...


Running a webserver on my linux box, and connected to the internet via
a comcast cable modem. Whenever I browse to a webpage hosted on my
server, the ip address is shown instead of the http://www.czepp.net/


Here is some info on my setup...
czepp.net is registered with godaddy.com

>nslookup www.czepp.net

Server: ns.inflow.pa.bo.comcast.net
Address: 68.87.167.196

Non-authoritative answer:
Name: czepp.net
Address: 64.202.167.129
Aliases: www.czepp.net



My cable modem is hooked into a Linksys router. Checking the info on
the router shows that the I address assigned to it from the cable modem
is

LAN
IP: 192.168.2.1
Subnet Mask: 255.255.255.0
DHCP: disabled

WAN
IP: 69.141.168.42
Subnet Mask: 255.255.248.0
Default Gateway: 69.171.168.1
DNS: 68.87.64.196
68.87.66.196



The IP address of my linux box is
192.168.2.102 and I have all port 80 traffic being forwarded to that
IP.

On godaddy.com, i have
traffic for czepp.net to be forwarded to http://69.141.168.42/


And now for some detailed info about the linux box..
Mandrake 10.1
Apache 2.0.48


>hostname

www.czepp.net


>cat /etc/hosts

127.0.0.1 localhost
192.168.2.102 www.czepp.net www


>cat /etc/resolv.conf

search czepp.net
nameserver 68.87.64.196
nameserver 68.87.66.196


>grep hosts nsswitch.conf

hosts: files nisplus nis dns




and from httpd.conf
--------------

Listen 80

ServerName www.czepp.net

UseCanonicalName On

HostnameLookups Off

All the VirtualHost stuff is commented out


This is all the info that i could think to post that might be relative.
Anyone have any idea on how i can this to work?? Thanks again

 
Reply With Quote
 
 
 
 
paulywall
Guest
Posts: n/a

 
      02-15-2005, 02:04 AM
On 2005-02-15, (E-Mail Removed) <(E-Mail Removed)> wrote:

> Here is some info on my setup...
> czepp.net is registered with godaddy.com


So, godaddy is hosting your domain

> On godaddy.com, i have
> traffic for czepp.net to be forwarded to http://69.141.168.42/


Right here you tell godaddy that you want traffic for czepp.net
forwarded to a different IP address (69.141.168.42)

> Anyone have any idea on how i can this to work?? Thanks again


You need a DNS A record for czepp.net pointing at 69.141.168.42. If your
cable internet is DHCP, like most consumer cable internet, you will need
some provision for updating this A record when your IP number changes.

I have a similar situation, but I have a registered domain that is
updated through DynDns.org. Their DNS servers point directly to my IP
address. Maybe godaddy has someway to do this?


--
 
Reply With Quote
 
czepp25@gmail.com
Guest
Posts: n/a

 
      02-15-2005, 03:48 AM
that got it!!!

Thanks!!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing IP address pheasant Wireless Internet 11 07-05-2007 07:50 AM
"ifconfig eth0" command not showing the Gateway address, how can I verify on Linux system? santa19992000@yahoo.com Linux Networking 3 10-16-2005 04:48 PM
apache not showing name in address bar czepp25@gmail.com Linux Networking 4 02-14-2005 03:31 AM
Mandrake 7 Elliot Rosewater Linux Networking 5 11-08-2004 04:22 PM
IP address not set with ifconfig on Mandrake 9.1 boot in VMware 4.0 Phil Holland Linux Networking 2 07-27-2003 10:09 PM



1 2 3 4 5 6 7 8 9 10 11