Koozali.org: home of the SME Server

NEWBI: Cant See LAN or Internet

Offline chhatrashal

  • 3
  • +0/-0
NEWBI: Cant See LAN or Internet
« on: September 04, 2008, 06:21:01 AM »
i have a small  setup with an established network having an ADSL modem acting as gateway and DHCP (192.168.1 - 32)(255.255.255.0). but when i plug in my sme server with static ip of 192.168.1.50. server cannt see the lan and vice versa. please help

 this is first time i am setting up a server.
  rathore

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: NEWBI: Cant See LAN or Internet
« Reply #1 on: September 04, 2008, 12:19:54 PM »
you need give us more info:
* What are you using as DNS server ? (maybe you have a DNS problem not a network problem)
* Do you try to ping an IP address (internet and LAN)? What do you got?
* What mode have you choosen (server, private server, server&gateway)?
* How many NIC do you have on server?
* What IP and netmask of your computers AND of your gateway?
* Do you disable DHCP server on SME ?
* What you put on netmask on server config ?
* What version of Windows do you run on computers ?  Are they firewall disabled ? What about AV?

Do you read the manual on Wiki pages ?


...

Offline chhatrashal

  • 3
  • +0/-0
Re: NEWBI: Cant See LAN or Internet
« Reply #2 on: September 04, 2008, 01:48:43 PM »
1. there is no DNS srver . as the network is basically for interset sharing. and all DNS is through ISP server through ADSL modem.
2. yes i trie to ping to the server from outside and othr way round. what i a getting is "destination host unreachable"
3.i have chosen server.
4.i have 2 NIC. tried ineterchanging them also.
5.ip of my network is 192.168.1.2 to 192.168.1.32 .. netmask is 255.255.255.0. gateway is at 192.168.1.1
6. yes i have disabled the DHCP of SME.
7. i have put 255.255.255.0
8.i have windows Xp and their firewall are disabled. but i had tried from  a linux box as well. also i tried to ping the gateway as it is a Modem with no firewall but no reply is comming.

yes i ahve read the manual but may have missed something.. plz point out my mistake..

Offline arne

  • *****
  • 1,116
  • +0/-4
Re: NEWBI: Cant See LAN or Internet
« Reply #3 on: September 05, 2008, 03:25:56 AM »
If you are running the sme server in server only mode, I think you should remove the network adapter no 2, as this might mess it up a bit.
......

Offline chhatrashal

  • 3
  • +0/-0
Re: NEWBI: Cant See LAN or Internet
« Reply #4 on: September 05, 2008, 07:24:04 AM »
can i disable it without removing it.

Offline the-heck

  • ***
  • 63
  • +0/-0
  • Chance favors the prepared mind.
Re: NEWBI: Cant See LAN or Internet
« Reply #5 on: September 05, 2008, 02:04:02 PM »
To shutdown eth0:
ifdown eth0

To enable eth0:
ifup eth0



***************
·¨­­­°÷»the-heck«÷°¨·
***************

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: NEWBI: Cant See LAN or Internet
« Reply #6 on: September 05, 2008, 03:30:34 PM »
1. there is no DNS srver . as the network is basically for interset sharing. and all DNS is through ISP server through ADSL modem.
OK... BUT even if you´re using ISP DNS, you must have one configurated on computers or will have no name resolution.
Choose one WinxP computer and run: "ipconfig /all" and post here.

Quote
2. yes i trie to ping to the server from outside and othr way round. what i a getting is "destination host unreachable"
Normally it´s one of 2 things: bad IP config or not internet at all.
Please do a "ping 200.176.2.10" and a "ping 192.168.1.1" from same WinXP computer as above and post here.

Quote
3.i have chosen server.
Are you sure you do not choose PRIVATE server option?

Quote
4.i have 2 NIC. tried ineterchanging them also.
Disable 2nd NIC on BIOS or remove it and post results of "ifconfig" on server here.

Quote
5.ip of my network is 192.168.1.2 to 192.168.1.32 .. netmask is 255.255.255.0. gateway is at 192.168.1.1
6. yes i have disabled the DHCP of SME.
7. i have put 255.255.255.0
Those appears be fine.

Quote
8.i have windows Xp and their firewall are disabled. but i had tried from  a linux box as well. also i tried to ping the gateway as it is a Modem with no firewall but no reply is comming.
that is a huge problem... you should be able to ping your modem/default gateway because this is a LAN!
I suggest you to try to connect your modem to a single computer (a notebook maybe) and try to ping it an web.

Quote
yes i ahve read the manual but may have missed something.. plz point out my mistake..

I´m trying. If you like, you can contact me at my gmail (just type using gtalk!) account: jader.marasca  so we can diagnose it quickly.
But I´m pretty sure your problem is to be unable to ping your default gateway (ADSL modem)...as this would be possible from ANY computer from LAN!

Jáder
...

Offline arne

  • *****
  • 1,116
  • +0/-4
Re: NEWBI: Cant See LAN or Internet
« Reply #7 on: September 05, 2008, 04:25:00 PM »
To be on the safe side I would first have removed the extra card physically, and then logged on to console as admin to run a config setup. The server should then work.
......