Koozali.org: home of the SME Server

Cannot see internet via my sme server

Anthonye

Cannot see internet via my sme server
« on: April 22, 2004, 03:12:29 AM »
I have configured my sme using a static IP and attempted it with DHCP and neither works. I have a valid Domain name, and I have DNS service from a friend. My Wireless router can get the DHCP ip from my cable service (the IP has not changed in a year that's why I tried the static IP). I have tried everything and it all fails. I have Road Runner Cable service in Central Texas (USA). Does anyone have any ideas? Is it required to use the DHCP if that is what my cable modem requires? and if so, do I need to tell my friend that I am using DHCP?

I appreciate the help

Tony

RavenIV

Cannot see internet via my sme server
« Reply #1 on: April 23, 2004, 02:18:01 AM »
if you get a dynamic IP from your ISP, then you have to use it.
there is a service dyndns.org where you can get a DNS-entry for your dynamic IP.
the service is free and there is a contrib for it.

search the forum for the HowTo for dynDNS.

cheers klaus

Offline electroman00

  • *****
  • 491
  • +0/-0
Cannot see internet via my sme server
« Reply #2 on: April 23, 2004, 03:01:31 AM »
Is the lan working?

Can you get to the server manager?

tonyae

Lan
« Reply #3 on: April 23, 2004, 03:58:36 AM »
Yes I can get to the server mgr. When I run the internet test it fails. Also when I try to hit my .com it fails from an outside computer.

Souley

Cannot see internet via my sme server
« Reply #4 on: April 23, 2004, 05:29:40 PM »
Have you setup your DNS ?
Edit resolv.conf and put the DNS of your isp
Code: [Select]
#vi /etc/resolv.conf

#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software. Instead, modify the source template in
# an /etc/e-smith/templates-custom directory. For more
# information, see http://www.e-smith.org/custom/
#
# copyright (C) 1999-2003 Mitel Networks Corporation
#------------------------------------------------------------

domain your_domaine.com
nameserver your_isp_dns
nameserver your_isp_dns
nameserver your_isp_dns


Have a nice day