Networking :: Error In Mounting IP Address?

Jan 4, 2009

i want to mount ip address in linux i used following command bun an error apeares

Code:
#ifconfig eth0 192.168.0.31
#mount 192.168.0.31:/ /mnt
mount : 192.168.0.31:/ faild reason given by server. permision deneid
i had turn off iptable in network services ,
i using Fedora Core 6

View 2 Replies


ADVERTISEMENT

Networking :: Mounting Permissions Error / Mounting A Windows Host?

May 28, 2009

I am having permissions errors every time I try to mount a windows host. I have a linux server and all the windows computers can see that computer and its files, but we wanted to start backing up the linux machine to one of our other computers. so I tried to mount one of the computers. here is the sequence of events:

Code:
$mount -t cifs //192.168.1.194/Admin$ /mnt/Anita-comp
password: (I have no password so I left it blank)
Mount error (13): Permission Denied
I tried all sorts of passwords we use around the office and none of them worked.

I then decided to try mounting one of our other computers. this one looked like it worked fine. no error messages at all. (I left password blank) so I look in my filesystem and the mounted drive is not in the /mnt/Anita-comp file. What gives?

View 11 Replies View Related

Networking :: Error Str2addr:Address 35 Outside Range Of Address Field Length 1?

May 12, 2011

I am working on implementing a protocol on NS2.34 .I really need help to solve this problem . Actually , I don't now whether the problem is generated by the tcl code or the c++ code when I run the simulation, I get this result :

Code:
num_nodes is set 64
INITIALIZE THE LIST xListHead
34
45
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
code....

View 1 Replies View Related

Ubuntu Installation :: Error "mount Error: Could Not Resolve Address For Servername: No Address Associated With Hostname

Jul 14, 2011

This morning it would not boot; when I tried to wake up the system, it gave me a bunch of errors, the last ones being as follows: "mount error: could not resolve address for servername: No address associated with hostname mountall: mount /media/shares [1402] terminated with status 1" I am writing this in Win 7 since I lost ubuntu. I am using ubuntu 11.04.

View 2 Replies View Related

Networking :: Shows Error Rtnetlink Answers: File Exists Error Adding Address [ip]?

Jul 3, 2009

I'm only partially new to Linux. I'm running Fedora 11. I've just set up two machines, I thought to be identical. Evidently I missed something. I had some problems getting the network started on the second machine, and I must have forgotten a name change somewhere. Anyway, after doing lot's of comparisons between the boxes, editing and renaming and re-linking the ifcfg-GigaStorey file, they are both functioning. The problem is that whenever I start or restart the network on box 2, it reports the following error:

Bringing up interface GigaStorey: RTNETLINK answers: File exists
Error adding address 192.168.1.6 for eth0.
[ OK ]
The file ifcfg-GigaStorey is linked in the following directories
/etc/sysconfig/network-scripts
/etc/sysconfig/networking/devices
code....

Like I said, it's not super critical, just annoying. The networking comes up ok, but the error is puzzling. I figure if I learn what this problem is I'll be one step closer to my Linux beanee.

View 4 Replies View Related

Ubuntu :: An Error Occurred While Mounting /proc/bus/usb - Press S To Skip Mounting Or M For Manual Recovery

Apr 30, 2010

Quote:

an error occurred while mounting /proc/bus/usb - press s to skip mounting or M for manual recovery

I'm getting this error while booting.

View 9 Replies View Related

CentOS 5 Networking :: When Type Command To Edit My Network IP Address Get Error

Dec 9, 2009

I installed Centos server and when I type this command to edit my network IP address I get this error.

View 5 Replies View Related

Debian :: Mounting An FTP Address To My File System Automatically During Boot?

Apr 7, 2010

I'm having difficulties mounting an FTP address to my file system automatically during boot. After a bit of research I have discovered a package called curlftpfs, I've installed this package using aptitude and I had no errors.

I've successfully mounted an FTP address manually using curlftpfs at the command line and proved to myself that this is working as it should...However, I can't get this to mount automatically and I am receiving the following error during boot when I try and mount it through /etc/fstab...

Error connecting to ftp: Failed to connect to (IP address of server): Network is unreachable

My research indicates this package should be able to do this.

I'm still a learner when it comes to Linux, but could this be because TCP/IP services are not started at the time of mounting the filesystems? I've tried a continuous ping at this computer whilst it is booting and I don't get a response until after /etc/fstab has been processed. If this is the reason, can I start them these processes earlier?

Another option would be to have a script/command run when the computer boots, but prior to MySQL loading. If this is possible, it would also satisfy my problems.

View 4 Replies View Related

Fedora Networking :: Establishing A Vpn Connection Using Vpnc / Error Failed To Bind To 0.0.0.0:500: Address Already In Use?

Nov 24, 2010

I am having difficulties in establishing a vpn connection using vpnc (or NetworkManaager-vpnc).

As long as the openswan IPsec daemon is running, vpnc-helper quits with the error message

Quote:

Failed to bind to 0.0.0.0:500: Address already in use
[user@computer ...]# vpnc-helper --local--port 0

If I use NetworkManager-vpnc, then establishing the connection simply fails.
Using the --local-port 0 option does not change anything.

If I stop the ipsec service (service ipsec stop) then establishing the connectiong works, both with NetworkManager-vpnc and the console tool, but apparently the network traffic is not routed via the VPN - in my case this means that I cannot access hosts within the vpn and stuff.

Funny thing is - on my notebook from where I connect via WLAN, everything works fine. With Fedora 13 everything works fine, too.

Does anybody have an idea how to enforce that the vpn connection is actually used?

View 2 Replies View Related

Ubuntu Networking :: Install NIC Wired RC-400 - Error Comes Out - Unable To Access The Internet Or Ping Any IP Address?

May 5, 2010

we are trying to install this NIC Rosewill RC-400 Chipset RTL8169S-32 in Ubuntu 9.04 we downloaded the drivers from Rosewill website (For kernel 2.4.x and 2.6.x V 3.1) but when we follow the instruction in the readme file and do make clean modules and error comes out

Code:
make -C src/ clean
make[1]: Entering directory `/home/trinity/Desktop/r8169-6.006.00/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset[code]...

So I went do realteak downloaded latest available drivers that seems to be were release yesterday did same command and same error So I made only make and it went fine did then make clean modules and went fine so made make install, depmod -a and modprobe r8169 verify int was up and getting correct ip from router but I'm not able to access the internet or ping any IP address

Code:
xxx@xxx-desktop:~$ uname -a
Linux xxx-desktop 2.6.28-18-generic #60-Ubuntu SMP Fri Mar 12 04:40:52 UTC 2010 i686 GNU/Linux
xxx@xxx-desktop:~$

View 9 Replies View Related

Ubuntu Networking :: Port Forwarding From Public Address To Private Address?

Feb 24, 2010

Currently my OS is Ubuntu 9.04 Jaunty Jackalope Desktop OS and my web server is Apache2. I have a public address 60.x.y.z and my pc local address is 10.x.y.z. I have a web app in my Apache2 which currently run in localhost(10.x.y.z).

I would like to enable the web app so that it could be browse from outside. I know there maybe some port forwarding process and some commands involved in order to do that. But I have no idea on the steps to do that.

View 5 Replies View Related

Networking :: Program To Assign Globa LIPv6 Address And Bind() To The Previously Assigned Address?

Apr 24, 2010

Consider the following program:

Code:
#include <stdio.h>
#include <stdint.h>

[code]...

View 2 Replies View Related

Ubuntu Networking :: Static IP Address And The Install Configures For A DHCP Configured Address - Network Not Starting

Dec 16, 2010

Version 10.04 LTS. Installed desktop version and network worked but I needed a static IP address and the install configures for a DHCP configured address. I tried changing to static address using the System->Preferences->Network Connections application but was unable to get the system to come up with the network up.

So I manually modified the /etc/network/interfaces and the /etc/resolv.conf files. I restart the system but when I do an ifconfig, I don't see a configured IP address on eth0 (only the loopback address). If I run /sbin/ifup eth0 everything then works fine and ifconfig shows the correct address bound to eth0.

My files are as follows:

View 2 Replies View Related

Ubuntu Networking :: IP Address Set To Manual But Still Queries DHCP For Address

Mar 12, 2011

I'm running Ubuntu 10.10 and I'm having problems trying to assign it a static IP address. No matter what I put in the Preferences->Networking area (identifying the interface as Manual)... it still will query DHCP for an address if I run the dhclient command. I'm using to using ubuntu server where I just set the IP in the interfaces config file.

View 1 Replies View Related

Networking :: Dynamic IP Address With PTR Record Versus Fixed IP Address Without?

May 7, 2010

I am running my own Postfix mail server. Some time ago I noticed that most email was rejected because of the server's dynamic IP address. So I got a fixed IP address. However then I noticed that some mails got rejected due to failing the reverse DNS check. So my ISP told me to get a range of IP addresses and they could then create a PTR record for one of those addresses. That is now running but it turns out that the IP address used for the PTR record is a ... dynamic IP address. So Spamhaus PBL rejects my emails again.

View 1 Replies View Related

CentOS 5 Server :: Centos And Xen: Lan Error - Vif0.0: Received Packet With Own Address The Source Address

Jun 18, 2010

I installed the Centos 5.5 and after the Xen. After I put a virtual machine named VM01.Initially it worked properly, I tried everything and it worked.When rebooted, I had problems with the network.I have two network cards eth0 and eth1, but eth1 does not have any ip and I use only eth0.The error that appears is:

vif0.0: received packet with own address the source address

View 3 Replies View Related

Networking :: Bind External IP Address To Internal IP Address?

Jun 7, 2009

I have a few external IP's assigned to me by my ISP. I have IPcop as my router/firewall. I am wondering how to bind 1 of my external ip's to my internal ip address. So I do not have to port forward, etc. For Example, 77.77.77.77 to 192.168.1.123 and on the server it see's the external IP address.

View 2 Replies View Related

Ubuntu :: Error On Startup - Error Where Found When Mounting The Disk File

Apr 20, 2011

I was installing last night some applications , then i forgot to plugin my laptop so suddenly it turned off , anyways today i turned it on , while booting it gave me this error : "error where found when mounting the disk file /"so i press I to ignore , and it works , but now how can i fix this error?

View 1 Replies View Related

Hardware :: Error Mounting Volume: An Error Occurred While Performing An Operation On Data Partition?

Oct 24, 2010

I have 2 hard drives on mu box 1st one is 500.0 MB ext4 Volume where I have my syste FC 13 and a 2nd one where I put my database files as follows 78.1 GB ext4 Volume usage = filesystem, format ext4

ih file browser, I can see an icon for a 80GB hard drive but whenever I double click I get the following

Quote:

Error mounting volume: An error occured while performing an operation on data Partition 1 of ATA Maxtor <: <the operation failed

clicking details

Quote:

Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error

when I type

Quote:

dmesg | tail

I get

Quote:

# dmesg | tail
[drm] nouveau 0000:01:00.0: Allocating FIFO number 3
[drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 3
[drm] nouveau 0000:01:00.0: Allocating FIFO number 4

What is very strange is that mysql works fine.In disk utility, it indicates that disk is healthy, but when I click check file system i get

File system check on "data" (Partition 1 of ATA MAXTOR STM380215A) completed File system is NOT clean

View 14 Replies View Related

Ubuntu :: Error Mounting DVD / DBus Error Org.freedesktop.DBus.Error.NoReply: Did Not Receive A Reply?

Mar 17, 2009

I'm not sure what when wrong since I have a few DVDs and they all play well in my normal DVD player, I later attempt to mount it in my Ubuntu 8.10 I'm presented with the following message:

DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

May I know what does this really mean?Is there something in my computer that require a fix?

View 2 Replies View Related

Ubuntu Networking :: Error "couldn't Obtain Ip Address"

Mar 19, 2010

though method of editing /etc/network/interfaces worked for me i have decided to get gui work.i have installed wicd, i set wep key for connecting to my network. when i'm scanning wicd find my network. but i get error "couldn't obtain ip address". when i dived into logs i found that there is some problem with wpa_supplicant. here is piece of log:

Code:
2010/03/19 21:45:58 :: Connecting to wireless network MY_ESSID
2010/03/19 21:45:59 :: /sbin/dhclient -r eth0
2010/03/19 21:45:59 :: ifconfig eth0 0.0.0.0
2010/03/19 21:45:59 :: /sbin/ip route flush dev eth0
2010/03/19 21:45:59 :: ifconfig eth0 down

[Code]...

View 8 Replies View Related

Networking :: Error: "bind: Cannot Assign Requested Address"

Jun 18, 2010

I have a small cluster (OSCAR, Fedora 8) and I was able to run some application software on it. Then lightning struck very close to the building. Fortunately I had unplugged all the power cables (because the cluster has not yet been moved to where the power lines are protected), but it seems that the institution didn't have any protection on their LAN cables, and so the whole building's public network cards are damaged. A costly lesson.

Anyway, when I tried to run the application software in parallel across the cluster (using the private network which is unscathed) I get the error message given in the subject line. I contacted the application software's help department as I thought I had perhaps forgotten to set something, but according to them it is a normal network problem.

Quote:

Check the /etc/hosts file and make sure that the nodes all have a single definition and you don't have lines like

127.0.0.1 localhost normnode3

and that normnode3 has the same address both on the master and on the node. try ping normnode3 from the master and see what address comes back 64 bytes from 164.190.57.105: icmp_seq=1 ttl=64 time=0.306 ms or is it 127.0.0.1. Then do the reverse. Also double check that you can ssh between nodes without password but I would expect a different error then. The command "hostname" returns gnlserv01, which is the public NIC.

After the lightning I had trouble getting the nodes to communicate "automatically" with each other, but it can be cured by starting the xinetd service and disabling the firewall on the master node (it's not too dangerous since I don't have a public interface at present and since I'm sitting behind the institution's firewall as well.) Just by the way, I would think that ther should be a file somewhere in which I could specify those two commands to take place when the master node is switched on. Could you perhaps enlighten me as to where and how I could specify it?

I was wondering whether I would need to explicitly start a bind-type service or something like that? (Since I had to explicitly start xinetd) I'm rather clueless really. I googled around and found that there is a named service, so I tried to start it, but I don't think it's installed on the computer. Therefore, since I have managed to run the application software in parallel previously, the named service is probably not the problem. Here is a copy of how my /etc/hosts file looks like:

Code:

# Do not remove the following line, or various programs
# that require network functionality will fail.
# These entries are managed by SIS, please don't modify them.
127.0.0.1 localhost.localdomain localhost

[code]........

View 3 Replies View Related

Ubuntu :: Error In Mounting Drive And Error In /media

Aug 7, 2010

when i inserted my pendrive, i got this message, and the nautilus opened for me 2 windows for my pendrive, simultaneously And, when i go to the /media, i got this.

View 2 Replies View Related

Ubuntu Networking :: Obtaining Ip Address From Mac Address?

Oct 6, 2010

In my job I use some ethernet embedded devices. They take an ip address from dhcp server or auto ip. I only know mac address.How can I obtain ip from mac address? In other words I need a rarp packet generator.

View 6 Replies View Related

Networking :: (98)Address Already In Use: Make_sock: Could Not Bind To Address [::]:443?

Oct 28, 2010

I dont know for what reason, since 2 days, I started having this message whenever I try to start httpd.I commented "Listen 443", restarted httpd started correctly. I needed to comment "listen 443" in order to be able to start httpdWhat is strange is when I do

Code:
telnet mylinux 443
it responds

[code]...

View 9 Replies View Related

Networking :: Assign A Address To Ethernet Address?

May 29, 2011

how to assign a address to my ethernet card all the options available

View 1 Replies View Related

Fedora Networking :: When Type "http://localhost/myDirectory/index.php" Into The Address Bar Of A Browser, Get A 404 Error?

Jul 12, 2011

I have installed XAMPP on my system and started it just fine, but for some reason when I type "http://localhost/myDirectory/index.php" into the address bar of a browser, I get a 404 error. I followed the instructions hereand after creating test.php, I was still not able to view it. Can someone please tell me what I am doing wrong?

View 11 Replies View Related

Networking :: Renew Ip-address With Mac-address?

Jan 18, 2010

I have a dedicated control computer that can only be accessed with web-browser (with its ip-address). My DHCP-server gives a static ip-address to the control computer (base on its mac-address). Somehow and after some time the control computer looses its ip-address (can't ping to it any more) ... and then I have to reset the control computer to get it to pick up the ip-address ... this is not a good solution since the control computer is not nearby. is there a way to force the control computer to renew its ip-address based on its mac-address

View 1 Replies View Related

Networking :: Trace An IP Address To A MAC Address?

Apr 18, 2011

My security software has picked up multiple port scanning detections on my router/network and only the IP addresses are available. Is it possible to find out what the remote mac address is to see if the IP source has been spoofed? I've got a couple of different IP sources which were found scanning my ports.

I don't know if my IP and the remote IP address are on the same network or subnet for that matter which is the reason for my wanting to know what the mac address is to find out if its coming from the same remote machine.

View 8 Replies View Related

Ubuntu :: General Error Mounting Filesystems - Error "No Such File Or Directory Fsck From Util-linux-ng 2.16"

Apr 1, 2010

My ubuntu stops when mounting system hdd. The screen display the following messages :

mountall:/etc/fstab: No such file or directory fsck from util-linux-ng 2.16 WARNING: couldn't open /etc/fstab: No such file or directory init: mountall main process (545) terminated with status 1 General error mounting filesystems. A maintenance shell will now be started. CONTROL-D will terminate this shell and re-try. udevd[560]: can not read '/etc/udev/rules.d/z80_user.rules. Ubuntu: clean, 474879/24231936 files/28016581/96898047 blocks root@i7:~# exit_

I suspect the disk manager pysdm that i had just installed today and it had crash during the previous session. The /etc/fstab file does not exist anymore and i cant rename the fstab.bak because the disk is read-only even for my root user

View 1 Replies View Related







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