Hardware :: Ubuntu Server 8.04.4 In A VM - Networking / Something About Not Being Able To Find Pcnet32?

Jul 20, 2010

I'll be as detailed as possible about how I got to this point so that anyone who wants to can follow along at home.

I've got an ESXi 3.5u3 Server on which I've built a Virtual Machine and installed Ubuntu Server 8.04.4.

During the installation it was unable to detect the virtual NIC so I chose "Do Not Setup Networking" thinking it would be easy to just configure the NIC later after the install of VMWare Tools.

Once installed, I did the following to get VMWare Tools installed:

# cd /mnt
# sudo mkdir cdrom
# sudo mount /dev/cdrom /mnt/cdrom
(The CD in the virtual drive was the Ubuntu Install CD)
# sudo apt-cdrom add
# sudo apt-get install linux-kernel-headers
# sudo apt-get install build-essential
# sudo apt-get install linux-headers-2.6.24-26-server
(At this point I told ESXi to "Install VMWare Tools" which puts a CD in the virtual CD-Rom containing the VMTools)
# sudo umount /dev/cdrom
# sudo mount /dev/cdrom /mnt/cdrom
# cd /tmp
# sudo tar zxf /mnt/cdrom/VMwareTools-3.5.0-123629.tar.gz
# cd vmware-tools-distrib
# sudo ./vmware-install.pl

At this point I accepted all the default values by pressing enter at each question. I didn't get any errors, and got a message saying something along the lines of "installed for this kernel perfectly". It also told me that to get networking going I should do the following, which I did:

# sudo /etc/init.d/networking stop
# sudo rmmod pcnet32
# sudo rmmod vmxnet
# sudo depmod -a
# sudo modprobe vmxnet
# sudo /etc/init.d/networking start

The first time I did that it said something about not being able to find pcnet32. The second time it didn't complain.

At this point I was hoping I'd have network, but when I run ifconfig it just shows the loopback adapter and nothing else.

So I tried
# sudo ifup eth0
which says "Ignoring unknown interface eth0=eth0".
I found something that said I should edit /etc/network/interfaces , so I did, and I added the following lines
auto eth0
iface eth0 inet dhcp
saved the file and tried again:
#sudo ifup eth0

at which point it just sits there looking for the DHCP server (which we do have running) and never finds it.

I'm stuck. I *think* the drivers are in there somewhere since the VMWare Tools install seemed to work, I just don't know how to tell it to take those drivers, attach them to eth0, and start the damn thing!

View 1 Replies


ADVERTISEMENT

Hardware :: [AMD] 79c970 [PCnet32 LANCE] Cant Set Speed 1000 With Ethtool?

Jun 2, 2010

I have fedora 12 installed in VMWare ESX on a Dell Optiplex machine with a Intel GBit lan.While transfering from fedora's vsftpd to my workstation trough a sitecom gbit switch i get a real bad performance, mostly not higher then 8mb/s. (btw on the same ESX i have Windows 2008 from which i get around 60mb/s)I have tried to set the eth0 to 1000Mb/s full duplex using ethtools but this fails (ethtool -s eth0 speed 1000 duplex full autoneg off). I keep recieving the following error:

Code:
Cannot get current device settings: Operation not supported
not setting speed

[code]....

View 1 Replies View Related

Ubuntu Networking :: Find Gateway - DHCP Server - DNS Server From CLI ?

May 27, 2010

On a remote system, when all you have is the ssh CLI -

How do you find out the ip addresses for:the Gateway
the DHCP server
the DNS server

Don't need to make any changes.

Which commands will display this info?

View 1 Replies View Related

Ubuntu Networking :: Find MEDIATOMB Server From TV?

Dec 25, 2010

I have installed Mediatomb on my ubuntu server as instructed. I can use the Webinterface and so on, but i cant find ther mediatomb server from my Samsung TV.

View 2 Replies View Related

Ubuntu Networking :: Says Wireless Is Connected But Cannot Find Server

Mar 1, 2011

Just installed ubuntu 10.04 on my Dell inspiron 1525 laptop. Everything got installed right, and I elected to select the sta driver rather than the B43 driver. After restarting, the b43 option disappeared. The wireless said it connected, but when i went to firefox it wouldn't load and said server not found. My wireless card is a bcm4312. Any ideas as to why this is not working?

View 7 Replies View Related

Networking :: How To Find What Vlan My Server Is On

May 10, 2011

Is there a way to see the vlan tagging associated with an ip addresses on my centos servers from their command line?

View 3 Replies View Related

Ubuntu Networking :: Server Doesn't Find My Other Network Devices

Jun 30, 2010

I've got three network devices on a laptop:

1. Built-in ethernet LAN
2. Built-in ethernet WLAN
3. PCMCIA ethernet LAN

I installed Ubuntu Server on this computer without the last one inserted.I inserted the last one today, and it lights up when i put in the cable. To be sure if Ubuntu has found it, I tested with the install CD and could see that it found all three at the first part of the installation where I have to chose a primary device.I can't get my WLAN card working, neither do I get my PCMCIA LAN card working. The third card, this PCMCIA card, has worked on Ubuntu Desktop using another laptop. And as said, the setup finds all three.

View 9 Replies View Related

Fedora Networking :: F11 - Cannot Find Server Settings?

Aug 16, 2009

Although I just installed F11, it's been out a while. Anyway, I went to System -> Administration expecting to find Server Settings. It wasn't there! That had been the way to set up NFS for file sharing on my local network.

View 4 Replies View Related

Ubuntu Networking :: Can't Find Networkpath And Fail To Retrieve Sharelist From Server?

May 2, 2010

I have 2 computer 1 with a ubuntu 10, one with windows 7. I can access the windows 7 computer from Ubuntu, and see all the documents. However I can't access \SAMBA24 which I assume is the Ubuntu. What do i have to do ? I'm a complete beginner at this.Windows 7 can't find networkpath, and Ubuntu says fail to retrieve sharelist from server.

View 9 Replies View Related

Networking :: Windows Cannot Find IP Address Of Samba Server

Jan 26, 2011

We are running samba on a Fedora release 8 (werewolf). The samba server is located on a dmz subnet off of my Cisco ASA 5510 firewall. From my inside network I have no problems connecting to the samba shares. However when someone uses a VPN connection they cannot connect to the samba share. VPN users are assigned an address from a pool which has no problems getting to the dmz based samba server. All ports required are open on both firewalls (Samba server and PC with VPN connection.) I consistently get an error saying Windows cannot find the ip address of the samba server. I have looked at the samba logs in varlogssamba and found a complete list of connection attempts listed by ip address. These addresses match the pool addresses that are being assigned by the firewall when someone tries to connect using the vpn.

Each entry has this:
lib/access.c:check_access(327)
connection denied from (ip address that is assigned by firewall)
smdb/process.crocess_smb(1062)
connection denied from (ip address that is assigned by firewall)
I checked the smb.conf to make sure the subnet the pool addreses is listed in the global section. It is.

View 7 Replies View Related

Fedora Networking :: Ethernet Connection Stopped Working - Cannot Find Server

Jul 23, 2009

After using fedora 11 for a month or two now the ethernet gave out on me tonight. However if I switch to my ubuntu or windows XP install it runs fine. I made no recent changes to network connections, and no installed programs that should effect it.

kernel version: 2.6.29.6-213.fc11
default connection: eth0(and only connection)
ifcfg-eth0:
# Networking Interface
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:1F:C6:DB:05:0C
ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
USERCTL=no
NM_CONTROLLED=yes
NAME=eth0
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
DNS1=192.168.1.254
PEERDNS=yes
PEERROUTES=yes

I have tried, restarting, older kernel, restarting services, and clearing the DNS Cache. The specific error I get is that "Firefox can't find the server", and most other applications return similar. I can however ping websites still. All other computers on the network are running fine, and booting into another system the internet will work. Just not for fedora.

View 14 Replies View Related

Ubuntu Networking :: Android USB Tether "ifconfig Does Not Find A Usb0 Device" And Server

Jan 3, 2011

I am currently trying to get my server box to recognize my Samsung epic 4g (sprint) which is rooted and has usb tether enabled. It works perfectly and effortlessly on my ubuntu desktop box, but I hook it up to my server box and ifconfig does not find a usb0 device like my desktop does. I am running 10.4.1 on both desk and server box.

View 1 Replies View Related

Fedora Networking :: Firefox Says "Firefox Can't Find The Server?

Sep 8, 2009

This is really odd - all of a sudden, my firefox says "Firefox can't find the server at www.google.com" , and my pidgin will not connect saying host not found.However, I am typing this on the same computer using Opera. his is absolutely insane. I have no idea what caused it.. command line nslookup works great, and resolves everything.But firefox and pidgin will not resolve anything.

The only odd thing is this in messages:
Sep 8 12:07:41 tklaptop NetworkManager: nm_ip4_config_add_nameserver: assertion `nameserver != s' failed
Sep 8 12:07:41 tklaptop NetworkManager: nm_ip4_config_add_nameserver: assertion `nameserver != s' failed

[code]....

View 3 Replies View Related

Server :: Error - Server Can't Find 254.0.168.192.in-addr.arpa - SERVFAIL - In Dns Server

Jan 9, 2011

uslookup command is giving me an error.otherwise dns is working ok.when i try to look for server from client using.

Code:

I got the following error :-

Code:

But

Quote:

Is working fine.

I think there should be problem in reverse zone file so i am posting my reverse zone file.

Code:

What is meaning of this error?

View 14 Replies View Related

Server :: DNS SERVER WITH ERROR - Server Can't Find - SERVRFAIL

Apr 1, 2009

I did a basic installation of Debian, which will be used for a mail server. I Installed the bind9 and did the configuration of the zones and created the files in the directory / etc / bind.
After the process I typed the following command to test my DNS:

nslookup mail.hotelpart.com and presented the following error:

Easier to stay I put my files in message: The files named.conf, db.hotelpart.com and db.111.20.11.200.

View 14 Replies View Related

Server :: Find A .ovm Format Image Of A Windows Server Installation?

Sep 16, 2010

I currently run Windows Server 2008 at my office, but I'm looking to test Samba as a PDC for future reference/consulting work. Before I go and try to configure Samba, I wanted to ask if anyone can think of pitfalls I would run into and perhaps recommend a better setup:
<10 PCs running either Windows XP, Vista, or 7.

VirtualBox running Debian (planning on swapping for Fedora) on a Windows XP Home computer.
Computers are connected to a large switch, which is connected to a wireless router. The Windows server doesn't employ ICS (essentially is just a $1500 PDC ). where I could find a .ovm format image of a windows server installation? I'm guessing vmware would work in this regard, but I'm not fond of using purposely crippled software.

View 1 Replies View Related

Server :: Design An Inexpensive Large Scale DNS Server But Fail To Find Any Metrics Or Methods To Base Scalabilty?

Nov 28, 2010

I'm trying to design an inexpensive large scale DNS server but fail to find any metrics or methods to base scalabilty.Can anyone offer information on building a stable dedicated DNS server? That might be able to scale well.

View 8 Replies View Related

Ubuntu Networking :: Find Directions On Networking Two Computers Together In Order To Share Files?

Nov 20, 2010

I am having a heck of a time trying to find directions on networking my two computers together in order to share files. I have two machines running Ubuntu 10.10 Desktop & Netbook remix.

They are both connected to my wireless router to connect to the internet.

View 9 Replies View Related

Server :: Bind ** Server Can't Find Example.com: NXDOMAIN?

Jun 26, 2011

I'm trying to setup DNS server. But i'm getting this strange problem.normally nslookup and workin for other sites.problem only with my local setup. can't see what i'm doing wrong.i've had setted up DNS server before but had no problems.can't see any solution on google.

So...
centos 5.6
bind 9.7 (from repository)

[code]...

View 2 Replies View Related

Server :: Find All Files On The Server +patch?

Jul 27, 2011

There is server with 3 hdd mounted to /h1 /h3 /h4 and its a file server contain 3 TB of data (must of them are in zip or rar format), We need to move whole files to the new server.I need a command or bash file to show me the name of files in these partition and the patch of them in the txt log file. (So i can create the link and download all of them in new server with download manager).I tried rsync but its too slow...After we created the links of whole files we will deny all ip address exclude new server IP address in nginx then we can transfer them all fast. (The servers are in 1 datacenter.)

View 2 Replies View Related

Server :: Server Hangs When Given Find Command

Dec 19, 2010

I am ClearCase Admin, new to Linux administration and our development environment is in linux servers. I have found that our development server which is RHEL 3 (also ClearCase client) hangs when user gives find command.After some time of execution of the find command the server hangs. We have to hard-boot the server.Is this the normal behaviour of the Servers? This server which I am talking about is highly used.Sometimes 120 or more terminals will be opened and few compilation will be happening in the server. And same single user some times opens multiple terminals and works simulataneously.We have been monitoring the server and found out that during the workdays CPU usage % goes very high.

View 3 Replies View Related

Ubuntu :: Website Will Not Load - "server Not Found Firefox Cant Find Server"

Feb 9, 2011

Having a problem on all of my Ubuntu machines when i goto this address: [URL]... i get a "server not found Firefox cant find the server [URL]... this is only happening on Linux i have a dual boot on an epc with vista and it loads the site. normally i wouldn't even care but my girlfriend will be taking on line classes here and i need to get this to load.

View 5 Replies View Related

Server :: Can't Find Http_main.c On Server?

Apr 25, 2010

I read here about NO_LINGCLOSEhttp://httpd.apache.org/docs/2.2/misc/perf-tuning.htmlbut i can't find http_main.c on my server. may be the filename is deferent?

View 1 Replies View Related

Server :: How To Find When Server Goes Down - Whether It Is Hang Or Not

Sep 3, 2009

When i checked my server in today morning,i found server was hang.

How can i find whether it is hang or not?

Where can i find the log from which i can find the exact time?

View 14 Replies View Related

Ubuntu :: How To Find Server Details

Jan 7, 2010

I'm trying to set up my Evolution mail & calendar but I don't know what to put in the server box under Configuration in the setup wizard.

View 2 Replies View Related

Ubuntu :: Find Out Which Ftp Server Installed?

Jun 22, 2010

I need to make some configuration changes to an ftp server running on Ubuntu server 10.04. I don't know which ftp server program is installed, so I don't know where to look for the config files. I know that some server is installed because I can connect to it

How can I determine which ftp server is installed?

View 3 Replies View Related

Ubuntu :: [server] Find The State Of A Process

Feb 16, 2010

On server (no GUI) how can I find the state (running, sleeping, zombie) of a given process, by giving a process name or PID?

View 3 Replies View Related

Ubuntu :: Find The Apache Web Server On 9.04 And SmartPBX 1.2?

Feb 22, 2010

how to find the Apache web server on Ubuntu 9.04 and SmartPBX 1.2. I had found some guidelines from Internet to search for the Apache as following:

Apache config files are in /etc/apache no
Apache log files are in /var/log/apache
Apache libs are in /usr/lib/apache
Other files can be in /usr/share/apache, /var/lib/apache

However, I cannot found the said files. What command should I type so that it will bring me to Apache folder? Another question, currently I has a website which can be run locally. But how can I configure the website so that it could run on Internet.

View 3 Replies View Related

Ubuntu :: Find Fastest Update Server Through CLI?

Apr 13, 2010

The graphical package management tools like Synaptic have a nice feature where you can scan for and connect to the fastest server. I'm writing a setup script for minimal installs and would like to offer the option to scan for a fast server, does anybody know how to achieve this through the command line?

View 7 Replies View Related

Ubuntu :: Find Out Second Fastest Repository Server

Sep 22, 2010

how to find out second fastest repository server.

I know ubuntu will choose the best server for you by ping value, but it's not give you the ping value list.

For some reason, I don't want to use the server ubuntu choose.

Are there any method/software can show the speed list of ubuntu repository servers?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved