Ubuntu Servers :: Server Cannot Be Seen On Network?
Sep 14, 2010
Recently my OS hard drive died on my wonderful ubuntu server, so I took that chance and upgraded it to 10.04 ... Everything works great except I cannot get any other computer in the house(windows and linux) to see the computer or the samba shares. It is not just the shares that are missing but the server itself does not show up. For my windows machine I verified the workgroup is correct and it still does not show up as a device on the network, ditto for my ubuntu desktop install.Here is my smb.conf
Code:
[global]
workgroup = SWARM
[code]....
View 4 Replies
ADVERTISEMENT
Jan 14, 2010
The Short VersionTwo Vista machines connected to a 2Wire wireless router (AT&T UVerse) via DHCP.One (headless) Ubuntu 9.10 Server machine connected (tried both wireless and wired at different times) to the same 2Wire router via a static IP.Samba is installed on the Ubuntu Server.Vista computers connect perfectly to Ubuntu Server.Various file transfers/communications ensue.Ubuntu Server 'disappears' from network.Sometimes after a couple of minutes.Sometimes longer.Cannot ping server.Cannot SSH into server.It's just 'gone'. Reboot server. Everything's fine (can ping, find, connect, etc.) until (some minutes later) server 'disappears' again.
The Long Version
Network Configuration
Code:
|---------------------|
| Vista Machine #1 |
| 192.168.1.70 (DHCP) |
|---------------------|[code].....
The Question: Why won't my damned Ubuntu server just stay connected to the network?
View 9 Replies
View Related
May 7, 2010
i have just installed the 10.04 LTS server on my system.I set up a file server for my windows computers and can connect to the server. However, I was going to update and install a couple of packages, but My system cannot find the update or download server for itIs anyone else experiencing this problem. If not, any ideas on how to fix it.
View 1 Replies
View Related
Jun 24, 2010
Does anyone know, or have any experience with, what the best way to set a network interface on a linux server to be up - so that virtual machines can bridge through the physical interface, but not allow anyone on a network to connect to the server itself? Thank you
View 1 Replies
View Related
Feb 4, 2011
I installed Ubuntu Server 10.10 today on an old laptop. I then used webmin to configure it and enabled windows networking, the laptop is in the same workgroup as another win7 laptop and a win xp desktop. However, I can't see the server in My network places.
View 9 Replies
View Related
Feb 3, 2010
I've installed Ubuntu Server 9.10 on a small VIA C7 pc. Every now and then (it can take days or hours) the server goes to sleep. It can't be reached by network. If I hit the keyboard it comes to life within a second.I've looked in the bios and I cannot find any option that would prevent this. I used to run Debian Lenny on the same machine and never experienced the problem.
View 6 Replies
View Related
Mar 31, 2010
I have a server on my home network. It's currently running a DNS server (bind9) and an HTTP caching server (squid).What I would like to do is redirect all outgoing port 80 connections to the squid server and also make the server responsible for managing DHCP on the network.
Do I just need to install a DHCP daemon on the server, disable it on the router, then set my server as the default gateway and configure iptables to route all connections like I want? Or is it more complicated than that? Also, would that mean that all communication between two computers on the network will go through the server?
View 9 Replies
View Related
Aug 16, 2010
I had problems with my Ubuntu Server 10.4, so I reformatted and reinstalled (I only choose OpenSSH from the install menu), then after it rebooted I installed apache. So I can access the machine via web, ssh and scp from within my local network, but strangely outside my network I can access it from web, but not ssh or scp. Nothing has changed on my router.
View 9 Replies
View Related
Jan 7, 2011
im trying to use this as an ssh server but i need to some how install drivers for my WMP600N V1.1 network card from linksys. so how would i go about this.
View 9 Replies
View Related
Jun 14, 2011
I am trying to setup a DNS server on my local network. When I set linux clients to use it, it works as expected. However, when I set windows clients to it, the root name doesn't resolve. For example, I have a zone called daniel. On linux "anything.daniel" resolves to the correct ip as does "daniel" which is the behavior I want. However, on windows 7, "anything.daniel" resolves correctly, but "daniel" doesn't. I am new to BIND9 so my config is mostly copy and pasted. Here is my zone file for daniel (where #.#.#.# is the ip I want daniel to resolve to):
@ IN SOA ns1.daniel. admin.daniel. (
2007031001
28800
3600
[code]....
View 1 Replies
View Related
Aug 4, 2010
I am looking for some advice on how best to lock down our office network to keep our employee's from wasting time on sites like facebook and ...... This will be my first time setting up a server as a gateway in a production environment so I thought I should get some suggestions on what the best packages would be to do this.
I essentially need to lock down our network so that i can monitor what everyone is doing on the Internet and block it if needed. it doesn't have to be web based or have a bunch of gui's, im fine with command line, configs and log files, but it would be nice.
I'm interested in commercial products as well as long as they are linux based.
View 2 Replies
View Related
Aug 15, 2010
I'm trying to setup a NAS for my network, the only problem is that I can't figure out how to do it. On my network I have about 3 computers however only I only use 2 of them so I thought that maybe I could use the third computer in such a way that I could access it 24/7 from the internet as a server for all of my files (school papers, music etc etc...). The only problem is that I don't know where to get started. Both of the computers I'm currently using are Windows and the one that I,hopefully, can turn into a server is running on Ubuntu.
View 4 Replies
View Related
Oct 30, 2010
I am sure there is a nice guide out there somewhere but I cannot find it. My question is: The company I work for has a fully windows environment, servers and clients. The current server is on a Windows 2000 Server and I plan on replacing that. I wish to use Ubuntu server with Joomla for this purpose. This is my first venture into a purely command line interface, although I have played around with Ubuntu desktop in the past. My first question right now is: How do I log onto the Windows Network (active directory) from the ubuntu server. eth0 is reporting a valid internal IP on the network, so its been picked up okay.
Edit: I also want to assign a static internal IP address instead of grabbing from the DHCP. Edit2: Thinking about it, as the ubuntu server and windows server can ping each other do I even need to log into the domain? The server will only be serving web pages.
View 3 Replies
View Related
Jul 2, 2010
How to configure DNS server for my small network. In Fedora Linux operating system I want to use Linux as a DNS server for my small office. there are files " /etc/hosts" and "/etc/resolv.conf ".
what is the purpose of these files and in which situation we use these files? For configuring a new DNS server. how can i configure my own DNS server for my small office? Any blog or site in which they show steps to configure DNS server.
View 8 Replies
View Related
Jan 13, 2010
I have two ubuntu boxes. One is a 9.04 desktop edition and the other is a 9.10 server edition I am working on some code that needs to be highly tolerant of bad network connections. It sends transactions to a central database, but when the network is not available, it caches them locally to retry later.
I have the code working beautifully on my desktop box. but when I test it on this other box (the one running server edition) there is a HUGE DELAY every time it tries and fails to send a transaction to the database when the network is down.
I tested a little further, and I found that if i unplug my network cable and run ping somehost on the desktop, it fails instantly saying "ping: unknown host somehost" But if I unplug the cable on the server box and run the same ping command it lingers for about 40 seconds before the ping fails.
Does anybody have any idea why this might be happening? Is this a 9.04 vs 9.10 difference? Is this a desktop vs server difference? Is there some package I can install, or some config setting I can change that will make the server box insta-fail just like the desktop does?
View 5 Replies
View Related
Oct 7, 2010
I have a good grasp on windows server 2003 but I don?t want to pay outrageous license fees for software and services and clients. I am newish to terminal as I only know a few commands. I have no problem installing services for the server edition for 10.04. Its just understanding whats going wrong to troubleshoot. I guess there is you guys and I have good working knowledge of Cisco's IOS's so I understand things like routing tables and interfaces and such for troubleshooting.
Questions I have... Can I install the desktop version of 10.04 and just install the server services? I was looking at the server guide [URL] and would like to know if these can all be installed on the desktop edition without too much trouble. I would imagine one could just use the server edition but I would really want a graphical user environment for some of the activities, if not all that I can. This would be becuase on my skills in the CLI. I priced out a server from Dell. I fits my budget perfectly if I go the Ubuntu 10.04 route. I was wondering if anyone sees any conflicts with the hardware for the Ubuntu OS....
[Code]....
View 4 Replies
View Related
Jan 22, 2011
I would like my Ubuntu server to show up as a drive on my XP home machine. I have loaded samba on to the server but I can only get it to show as the printer and faxes under my work group. Also is there a way to have my Ubuntu laptop to auto mount the server when I am on my home network?
View 6 Replies
View Related
Jun 9, 2011
Does anyone know how to go about setting up a secure IMAP email server that is able to be accessed from outside the network? Similar to how you can access your google email account from your computer using Thunderbird.
View 3 Replies
View Related
Jun 28, 2009
I have a lab of 10 computers with ips from 192.168.1.120 to 192.168.1.130 the server's Ip is 192.168.1.116When I am on client computer I type the server's Ip address on the browser and it works. All i want is that instead of entering my servers Ip I could just enter an address like: example.lan
View 3 Replies
View Related
Feb 27, 2010
I'm attempting to run a DHCP server on my home network to enable PXE booting for ethernet clients, but I'm having quite a few issues getting it all up and running. I'm not entirely sure what is wrong, but I keep encountering errors in syslog as follows:
Code:
Feb 27 02:26:46 servnerr-1 dhcpd: Wrote 0 leases to leases file.
Feb 27 02:26:46 servnerr-1 dhcpd:
Feb 27 02:26:46 servnerr-1 dhcpd: No subnet declaration for eth0 (192.168.1.3).
[code]....
Networking is not exactly my strong suit, but I would like to get this up and running if at all possible.
View 9 Replies
View Related
Oct 31, 2010
So basically what I am trying to do is install Ubuntu 10.04 on a Dell Poweredge 2600 server. Right now I dont care wither I get the server version or the desktop version, I just need to get it on their. this is what I have run into. When installing the regular Ubuntu 10.04 desktop for 32bit, the server just locks up on the very first ubuntu install screen and the keyboard lights just start blinking non stop. When I use the server version, the server get to the Detecting Network Hardware and locks up at 94% and the keyboard will also start blinking nonstop. I have looked all over for an answer to this problem and have yet to find one. This guy figured out how to make it work but he never mentioned what version he was using. [URL]..
On this server I have 6 HDs, 5 of them are RAID 0 with 1 Hot Spare. I have also tried using the ubuntu-10.04.1-alternate-i386.iso.torrent and still had the same problem. I have spent the last 3 days searching all over google and the forum to an answer but had no luck.
View 9 Replies
View Related
Feb 24, 2009
I'm trying to setup a Samba network share with a Fedora Directory Server backend. This will be used primarily for Windows users to authenticate before accessing the share. I am using Fedora Core 10 and have all of the latest updates installed. When I try to connect from a Windows machine, I am prompted for a username and password. I enter the username and password of the account I created in Fedora Directory Server in OU=People. The credentials are rejected. At the same time in the log file I see this:
[2009/02/24 16:50:16, 3] auth/auth_sam.c:check_sam_security(282)
check_sam_security: Couldn't find user 'Administrator' in passdb.
[2009/02/24 16:50:16, 2] auth/auth.c:check_ntlm_password(318)
check_ntlm_password: Authentication for user [Administrator] -> [Administrator] FAILED with error NT_STATUS_NO_SUCH_USER
Administrator is the user I created in Fedora Directory Server. If I perform an ldapsearch it will find the user as uid: Administrator so I know it is able to be looked up in FDS. But I'm guessing that's not the problem.
[Code]...
View 4 Replies
View Related
Feb 22, 2011
I have a problem between a jail root (so a group of users can access through sftp to Apache directory (var/www) an not get out of this directory.
1. I have the group 'sftponly', I need to access / var / www for sftp (read only)
2. On the other hand I need that user www-data (Apache) is the owner or at least have write permissions in the same directory (/ var / www)
The problem comes when the two needs together, as from what I read, to do jailroot in a directory is necessary for the owner is root and any other user has write permissions on it.
If along the jailroot with write permissions then attempt to connect to the client via sftp throws me the following error: "Error: Server unexpectedly closed network connection"
Permissions system User/group/Others doensn't work to me, so I tried it with ACL, but I have the same problem when I grant write permissions to the apache user.
Does anyone know how can I do for the user www-data can have write permission in the Apache directory and be able to create a user or group of users who are "locked"in this directory to enter sftp?
View 5 Replies
View Related
Sep 5, 2010
I am using debian testing on my office pc, but i need to access it's desktop from time to time. So i need No machine/teamviewer software that can provide me with possibility to interact my desktop. The problem is, that i want to run shadowed session type, because teamviewer is not good for me. So, when i run no machine in shadowed mode, it crashes with message "The connection with remote server was shut down, please check your network settings and try again." The log is here:
[Code]....
View 1 Replies
View Related
Aug 13, 2011
I've installed the Ubuntu 10.04 Server onto a PPC G4 Mac just for the experience of setting up a server. During the installation process Ubuntu couldn't auto-configure my DHCP Network. I'm using the airport card on a wireless network. How can I manually configure the network once Ubuntu is installed.
View 6 Replies
View Related
Feb 25, 2011
I've installed Ubuntu Server 10.10 with two network cards. One for external, and one internal.My problem is that as soon as i activate eth1 (external), i can't access the server from the internal network (eth0)
With these settings i can't reach the internal network from inside.If i disable the gateway on eth1 and enable the gateway on eth0, it works.
View 6 Replies
View Related
Dec 16, 2010
Problem with my Internet connection. I can't connect to the update servers. I don't know why. It's a brand new installation, not a week old yet. I can't install the support for restricted media for example. The servers won't refresh in YaST. It tells me it can't download the repomd.xml.asc.
The other problem is that some servers on the web won't load for me either.
For example, I get most of my local news from The Toronto Star, and I can't connect to it's website at all.
I can from Windows (I dual boot) but not SUSE. I don't think its a problem limited to that one website either. I am able to connect to most websites though.
This is the result of zypper repos -d
Code:
View 9 Replies
View Related
Jul 6, 2011
I installed a simple VPN pptp. Works fine to connect to the linux server. However I would like to connect my other linux-server and (more important) my old Novell 6.0 server. Anyone have an idear what I need to change?
View 3 Replies
View Related
May 10, 2010
i found this video, and i really want to do the same. *newbie needs to learn [URL]...my question is, what need to be installed and how?
is there any specific configuration to make it works?
and will it work if i want to connect from Ubuntu to Fedora ?
View 1 Replies
View Related
Apr 1, 2011
I'm curious if anybody can shed some light for me in this department. We're in a large environment with a Windows DHCP Server. We have been tinkering with LTSP on Edubuntu as thin and fat clients. It works great, but right now we just have 1 server handling the lab, which works fine unless we want to expand, which may be very possible.
These are the instructions I received:
Login to your windows server and load the DHCP configuration screen
Create a DHCP reservation for the MAC address you obtained
Add the configuration options below to enable the machine to boot from the LTSP server
017 Root Path: /opt/ltsp/i386
066 Boot Server Host Name: <ip address>
067 Bootfile Name: ltsp/arch/pxelinux.0 # Specify CPU architecture in place of 'arch', for instance 'i386'
From: [url]
I'm curious, what if I want to have multiple Ubuntu servers on the network that I want to have bootable? For example, let's say I have 3 labs, and 3 servers. Server A to Lab A, Server B to Lab B, and Server C to Lab C. I want all C's computers to boot to C, and B to B, A to A, etc.
1 - How would I add multiple entries on the Windows DHCP Server to allow all 3 (A B C) servers to boot?
2 - How would I be able to isolate the clients so ONLY Lab A clients boot to Server A, etc?
View 7 Replies
View Related