Ubuntu Servers :: Iscsiadm: Connection To Discovery Address X.x.x.x Failed
Feb 7, 2011
I'm trying to setup a new Ubuntu Server via terminal to host a variety of websites. I need quite a bit of space, so our Windows System admin set me up with an iSCSI connection to a drive array, however I'm a little unsure how to translate that and get the is open-iscsi service connecting to it.The settings he sent me include:
DNS Domain Name
two IP Addresses for it
A Name for the service: pd2_video
An IQN:
He enabled CHAP with a username and password.Where do I need to look to see documentation on how to connect to this service?I have tried following: [URL] However I get:
iscsiadm: connection to discovery address x.x.x.x failed
View 1 Replies
ADVERTISEMENT
Oct 12, 2009
irda enabled in system administration.
View 4 Replies
View Related
Apr 24, 2010
So I got Ubuntu 9.10 on my laptop working really neat and wanted to upgrade my desktop to 9.10 as well. So I reinstalled Ubuntu there and now I can't connect to my network anymore....
I have a usb wireless adapter (currently Sitecom as I bought a new one today to hopefully fix it, but ended up at exactly the same problem as with my old adapter). The network manager I'm using now is Wicd since some topics I was looking through were about malfunctioning GNOME network-manager (which I removed) and suggested to try this. The GNOME network-manager kept prompting to insert my WEP network key which was a correct one. When I removed all security from the network it didn't prompt anything anymore but just failed to connect. The Wicd network manager is so nice to tell me that it cannot obtain the IP address however, so I suspect that this is my main issue... but I have no idea what I can do about this? Tried using a static IP and then I get the message "Connection failed: Could not contact the wireless access point."
I feel powerless as my knowledge here is just lacking..
View 4 Replies
View Related
Jan 26, 2010
I seem to be having real difficulty downgrading my Wicd as I keep getting "Connection Failed: Unable to Get IP Address", and after having the trouble in another laptop (Ubuntu Mint) with the same problem...oddly enough the solution (other than buying another router) was to downgrade the wicd. butttt.... Now I not able to uninstall Wicd and therefore can't install the downgraded rpm file.Below is the error when trying to delete Wicd 1.7.0.2/ On another note,,, is there an easier one stop search for available software?, One that doesn't require an intimate knowledge of repositor
Error
Subprocess failed. Error: RPM failed: /var/tmp/rpm-tmp.T9VAvE: line 1: /usr/share/rpm-helper/del-service: No such file or directory
/var/tmp/rpm-tmp.T9VAvE: line 2: /usr/share/rpm-helper/add-service: No such file or directory
/var/tmp/rpm-tmp.T9VAvE: line 3: /usr/share/rpm-helper/add-service: No such file or directory
error: %preun(wicd-1.7.0-1mdv2010.1.x86_64) scriptlet failed, exit status 127
View 1 Replies
View Related
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
May 4, 2011
I finally got the certs to configure:
openvpn --config server.conf
Tue May 3 17:26:27 2011 OpenVPN 2.1.1 i686-redhat-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] built on Jan 5 2010
Tue May 3 17:26:27 2011 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue May 3 17:26:27 2011 Diffie-Hellman initialized with 1024 bit key
Tue May 3 17:26:27 2011 TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Tue May 3 17:26:27 2011 ROUTE default_gateway=192.168.122.1
Tue May 3 17:26:27 2011 TUN/TAP device tun0 opened
Tue May 3 17:26:27 2011 TUN/TAP TX queue length set to 100
Tue May 3 17:26:27 2011 /sbin/ip link set dev tun0 up mtu 1500
Tue May 3 17:26:27 2011 /sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2
Tue May 3 17:26:27 2011 /sbin/ip route add 10.8.0.0/24 via 10.8.0.2
Tue May 3 17:26:27 2011 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Tue May 3 17:26:27 2011 Socket Buffers: R=[114688->131072] S=[114688->131072]
Tue May 3 17:26:27 2011 UDPv4 link local (bound): [undef]:1194
Tue May 3 17:26:27 2011 UDPv4 link remote: [undef]
Tue May 3 17:26:27 2011 MULTI: multi_init called, r=256 v=256
Tue May 3 17:26:27 2011 IFCONFIG POOL: base=10.8.0.4 size=62
Tue May 3 17:26:27 2011 IFCONFIG POOL LIST
Tue May 3 17:26:27 2011 Initialization Sequence Completed
But openvpn still won't start; where to go from here.
Tue May 3 17:54:25 2011 TCP/UDP: Socket bind failed on local address 192.168.122.3:1194: Address already in use
Tue May 3 17:54:25 2011 Exiting
View 3 Replies
View Related
Jan 14, 2010
I was trying to assign the static IP address of my internet connection to my home server and managed to make a mess of it. I've configured the router to assign it the address every time but when I rebooted everything the server is cut off from the network completely (rather unfortunate with a headless server...). The only file I've edited on the server when trying to do this is /etc/network/interfaces, everything else network related is default. My intention in editing the file was to make the server accept the IP address assigned by the router since the router was already configured to assign the right one. I put in
Code: inet dhcp in the /etc/network/interfaces file, is that wrong? What is that line supposed to be?
View 9 Replies
View Related
May 5, 2011
I have a problem with my Terminal Server Client, I cannot seem to connect to any windows server via IP address. Can anyone please recommend any tool I could use to connect? I need to work on the server for admin interfaces example Admin Kits for workspace protection
View 9 Replies
View Related
Dec 9, 2010
I am trying to update my server, but it won't do it. It tries to connect, but says "Waiting for headers". If i try to install other packages it says "Connection failed". Apparently it has Internet connection since my server shares Internet connection with other machines.
View 9 Replies
View Related
Mar 22, 2011
I am using Ubuntu Server 10.10 64bit. While executing apt-get update i am getting error Connection failed. I have checked other post also some where i found to change the country name 'us' to other present in repository url inside /etc/apt/sources.list file. I tryied with country 'de' and 'in' but then also got the same error. I am getting following error
[code]...
View 8 Replies
View Related
Jun 26, 2010
Let me show you the Details:
[code]...
So that means the User Test can connect from any host without password and with the named privileges, but he has no right to grant any privileges. CONSOLE:
[code]...
View 1 Replies
View Related
Dec 8, 2010
figure out this error?
Code:
kradalby@hpcompaq6530b-laptop ~/.ssh $ ssh -vvv -p 110 kradalby@dfekt.no
OpenSSH_5.5p1 Debian-5+b1, OpenSSL 0.9.8o 01 Jun 2010
[code]....
View 3 Replies
View Related
Apr 9, 2010
I am using Red Hat AS4 Update 5. code...
I installed the following RPM from CD #4.
iscsi-initiator-utils-4.0.3.0-5.i386.rpm
The RPM installed without any errors. However, I don't have the 'iscsiadm' executable installed.
How can I get 'iscsiadm' executable?
View 2 Replies
View Related
Feb 14, 2011
i have a xeon machine with ubuntu os machine specification is 3gb RAM 3 scsi hard drives each 73gb it have two ethernet cards one ethernet card is connected with adsl modem and the second is connected with LAN. now what is mikrotik doing for me is control access to bind mac adress with ip adress and control the band width for induvisual conection.
View 2 Replies
View Related
Jul 20, 2011
what is Production IP address and Management IP address in Linux servers? What is the significance of these two? When to use what?
View 3 Replies
View Related
Jul 4, 2010
I tried to finally set-up surround sound on my Ubuntu 10.04 machine and i was successful in doing so after a while of changing settings and tinkering. After doing so though, i was later in the day not able to get into the Pulseaudio Volume Control, therefore, everything is stuck where it is and i can't change anything. When i try to open Pulseaudio Volume Control i get the error message, Connection failed, Connection refused. My programs still play sound and i can control the sound of the programs through the programs, but i cant control the sound of the sorround sound now and my main sound bar only affects my stereo speakers, not the surround ones.
I believe this may have happened after the random disk check on restart, but i can't 100% confirm that and i'm not even sure if they are related. I still have sound, but i have no way to control the volume of my entire system at once. I did some looking around online and saw that others are having or had the same issue, and it was through different versions of Linux also. somehow reset everything so i can access PAVC and start over . I also tried steps listed in another thread here on the same topic, but they weren't working and it also seemed to be for older Ubuntu versions.
[Code]....
View 9 Replies
View Related
Aug 13, 2009
I am trying to setup multipath with failover policy on openSuSE 11. I have two qla2xxx HBA's installed and they appear to be working. Here is the output of "multipath -l" command
[Code]....
While testing, I pulled one of the two connection to SAN, and the connection failed over to second HBA connection to SAN. When I plug the cable back in, it does not fall back to original connection... It stays in failed state. Also, I noticed that failed disk (sdd disk) comes back as (sdg disk), which is probably why connection does not fall back to original HBA. But, when I run "/sbin/service multipathd restart" sdg disk shows as as enabled in multipath -l...
View 9 Replies
View Related
May 21, 2011
I got an error while working with NetworkManager in new RHEL6/ Fedora14. I have a ZTE AC 2726 3G wireless modem. i had tried to connect it via NetworkManager . It only requires username and password to connect but the thing is that after putting all the credentials i had checked the option" available to all the user "and while i was trying to save the profile it shows the following error saving connection failed 0 can't write connection type 'cdma'I had google so many times around this error but no better solution is there .
View 1 Replies
View Related
Apr 28, 2010
vsftpd not working on my CentOS system. I tried logging in using FileZilla but the error message was: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
View 7 Replies
View Related
Dec 12, 2010
I got this error for two days.back then I googled this error and i got some information about log file in /var/log/syslog but i couldn't find it in google at all. this is all i got from syslog . look at the red paragraph
[Code]....
View 1 Replies
View Related
Nov 28, 2010
Every time i boot up i get an annoying message that says: Network service discovery disabled.
View 1 Replies
View Related
Jan 30, 2011
Is it possible to run two servers through one ip address? And I don't mean through apache to run virtual servers. Right now my set up is: Cable modem>router>server.
View 9 Replies
View Related
Jan 2, 2010
When I ran updates and installed 9.10, this message appeared, "Network service discovery disabled. Your current network has a .local domain, which is not recommended and incompatible with the Avahi network service discovery. The service has been disabled." The computer will not respond to anything, completely frozen--I am not able to open any programs and the CPU itself seems to be running loudly.
View 1 Replies
View Related
Jan 14, 2010
I set up a static IPv6 address and a gateway in /etc/network/interfaces. However, a bad router in my network environment alway send wrong ICMP router discovery messages to me. So I have got extra (wrong) IPv6 address and gateway, and the routing is confused. On Windows Servers, I can use "netsh interface ipv6 set interface "Local Area Connection" routerdiscovery=disable" to disable ICMP router discovery. But I don't know how to disable it on Ubuntu 9.10. How could I disable ICMP router discovery for IPv6?
View 4 Replies
View Related
Jan 20, 2010
Ubuntu Community, I have just switched to ubuntu 9.04, from openSuse.
Am programming with bluetooth. I get the following error. code...
View 3 Replies
View Related
Mar 13, 2010
I can't seem to get on my Twinkle SIP Phone, it says: "Failed to create a UDP Socket (SIP) on port 5060 Address already in use" after that message it brings me back to the window were I'm supposed to run my profile, how do I fix this?
View 6 Replies
View Related
May 31, 2011
I got a task to discover printers available in my network using cups.
View 10 Replies
View Related
Nov 4, 2009
For legal reasons, I may soon be required to have the ability to provide a user's emails to authorities as part of a discovery action.Not just a copy of backup.I'm running postfix with dovecot on rhel5.I'd need to be able to produce emails sent and received in a given time frame by a given user.
View 1 Replies
View Related
Mar 25, 2010
how to block any IP address who failed to connect more than 3 ssh?
View 5 Replies
View Related
Feb 10, 2011
I am running an Ubuntu Server on a VirtualBox VM running on my windows machine. So I've created a self-signed certificate using the following tutorial: [URL]
From this tutorial I'm left with 3 files:
server.key
server.csr
server.crt
Then I found this very similar tutorial that has an extra bit on installing the certificates in apache: [URL] So I followed it's instructions which boil down to this:
[Code]...
So I'm thinking this should work now. However in Chrome I get: SSL connection error Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error. IE8 gives me a typical "Internet Explorer cannot display the webpage" Note that [URL] fails while [URL] works fine, so it's definitely something in my ssl setup I'm thinking.
View 5 Replies
View Related