Koozali.org: home of the SME Server

Plz help!!

Offline geek3

  • *
  • 7
  • +0/-0
Plz help!!
« on: March 11, 2009, 03:25:01 AM »

I installed, DHCP is working, and assigning ips. but I can't access the admin panel form another computer. and I setup a start webpage (just to test it) and it doesn't work either both just time out. and it also doesn't respond to pings. not sure what's going on. Please help

also I try accessing my router panel from the server and it can't get to it. I have DHCP disabled on my router. also if I plug it directly into to my macbook (no router or switch) it assigns ip but still no acess to admin console.

whats going on??

Offline the-heck

  • ***
  • 63
  • +0/-0
  • Chance favors the prepared mind.
Re: Plz help!!
« Reply #1 on: March 11, 2009, 05:02:40 AM »
To be able to help you... please clearly state the setup you are working with.
like gateway IP, server IP, etc.
***************
·¨­­­°÷»the-heck«÷°¨·
***************

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Plz help!!
« Reply #2 on: March 11, 2009, 08:22:20 AM »
To be able to help you... please clearly state the setup you are working with.
like gateway IP, server IP, etc.
I also suggest reading this: http://wiki.contribs.org/SME_Server:Community:Forum as it contains vital tips in getting the information you desire, as it all starts by drawing the proper attention and asking sane questions.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline geek3

  • *
  • 7
  • +0/-0
Re: Plz help!!
« Reply #3 on: March 11, 2009, 06:25:15 PM »
the server ip is 10.xx.xx.100

the router ip is 10.xx.xxx.1

gateway is 10.xx.xx.100

range for dchp is 10.xx.xx.2 - 10.xx.xx.99

it is setup with dailup gateway and server mode although my modem isn't setup yet.

(I put xx because I don't rember what i used off the top of my head it think it was 10.0.10.xx for them but i am not sure)

Offline Craig Cabrey

  • ****
  • 79
  • +0/-0
Re: Plz help!!
« Reply #4 on: March 11, 2009, 07:14:41 PM »
The client isn't in a different subnet, is it?

Or for that matter on an entire different network?

Offline bbialy

  • ****
  • 105
  • +0/-0
Re: Plz help!!
« Reply #5 on: March 11, 2009, 11:57:07 PM »
check if set  your SME for  private server gateway mode during setup.

log in into admin acount with your password via local attached keyboard.

i've had simmilar problem once.........it was very long night :D :grin:

regards
Bialy
Reading with understanding is the hardest thing IN THE WORLD

Offline geek3

  • *
  • 7
  • +0/-0
Re: Plz help!!
« Reply #6 on: March 12, 2009, 01:11:58 AM »
The ips are same sub net  (there assigned by DHCP, 255.255.255.0). I set it up Server and gateway, not private during setup.


Offline imcintyre

  • *
  • 609
  • +0/-0
Re: Plz help!!
« Reply #7 on: March 12, 2009, 01:29:46 AM »
did you do what bbially asked?, I mean try to log on locally.


Offline geek3

  • *
  • 7
  • +0/-0
Re: Plz help!!
« Reply #8 on: March 12, 2009, 04:08:56 AM »
Yeah, I have login in locally before. the admin panel works with the text browser there. Athouglh it want let me access my router panel from the browser it says something like route to host no found or something similar.

Offline JoshuaR

  • ****
  • 125
  • +0/-0
    • Tech-Eze
Re: Plz help!!
« Reply #9 on: March 12, 2009, 04:39:49 AM »
I always find it help to write out your network setup, and what you're trying to accomplish.

Ok, so you've set up SME to provide DHCP to the network. I take it you've checked the cables are connected to your NIC and switch and there are activity lights on? (and I mean really check, don't just take it for granted)
Now, on your other computer, also connected to the switch. Open a command line and type ipconfig (ifconfig for Mac) and check that the IP is in the DHCP range of your SME server, and that default gateway is the ip of your SME box.
If it is, then you should be able to ping the server.

Quote
also I try accessing my router panel from the server and it can't get to it.
Your router issue may be completely unrelated. Post back when you try that.
Anyway, that's not going to do you any good, SME has a text browser, so you really won't be able to do much in configuring your router.

Life's tragedy is that we get old too soon, and wise too late...

Offline bbialy

  • ****
  • 105
  • +0/-0
Re: Plz help!!
« Reply #10 on: March 12, 2009, 08:00:24 PM »
i'm not sure if I understan you well.
on console (local) use:
Code: [Select]
links 127.0.0.1/server-manager
than look into remote access on left side panel.

pls also check if the external network and internal aren't the same. there is no chance to route from one network to the same one on second interface with NAT.

ex.  bad situation

PC ------------------ eth0-----SME-----eth1 -------MODEM
IP 10.0.0.123        IP 10.0.0.1          IP 10.0.0.25           IP 10.0.0.24
M 255.255.255.0    M 255.255.255.0  M 255.255.255.0     M 255.255.255.0
G 10.0.01                              G 10.0.0.24             G 88.99.111.222 (some public IP - i know that the gateway on picture should be from the same network (ex 10.0.0.255) by public ip i mean Internet or any public network. )

good situation
PC ------------------ eth0-----SME-----eth1 -------MODEM
IP 172.16.13.123    IP 172.16.13.1        IP 10.0.0.25           IP 10.0.0.24
M 255.255.255.0    M 255.255.255.0      M 255.255.255.0     M 255.255.255.0
G 172.16.13.1                       G  10.0.0.24                        G 88.99.111.222 (some public IP)

what you have written is not very precise

Quote
the server ip is 10.xx.xx.100

the router ip is 10.xx.xxx.1

gateway is 10.xx.xx.100

range for dchp is 10.xx.xx.2 - 10.xx.xx.99

why there are two x or  three x.
write exacly ip addresses you may change your public ip if you are affraid.
lets use public ip 88.99.111.222 (or full network)
« Last Edit: March 12, 2009, 08:03:15 PM by bbialy »
Reading with understanding is the hardest thing IN THE WORLD

Offline electroman00

  • *****
  • 491
  • +0/-0
Re: Plz help!!
« Reply #11 on: March 20, 2009, 12:54:06 PM »
First question....what router are you using???
Second...is SME on the Lan  or DMZ Zone of the router???
Third can you give us a simple network layout/map??