Ubuntu :: SSH Setup - Cannot Get FTP To Work

Apr 22, 2010

I downloaded Ubuntu, installed, setup ssh, setup user accounts. I cannot seem to get ftp to work
. I setup / installed vsftpd
How do I test if FTP is setup correctly on my machine? I setup a user (say abc). Then tried to ftp into the box using its IP number and I get "Connect call failed!"

View 1 Replies


ADVERTISEMENT

Ubuntu :: Setup A Compile Job To Work Like F@H?

Aug 30, 2010

I sometimes do heavy compile jobs, which may take a while. Now I don't like leaving my computer idle just because I'm compiling something. Folding@Home adjusts it's CPU usage if your using another application, so I can run firefox and do whatever I want while running F@H. How can I do this with compile jobs? Is it possible?

View 2 Replies View Related

Ubuntu :: Setup Up Samba Properly To Get It To Work?

Mar 7, 2010

I just installed ubutnu 9.10 and just installed samba. I edited the config files to workgroup to dhome which is the work group all my windows comptuer uses to share files. I want to share files and also be able to access files off my windows computers. I got onne windows 2000 that has a username needed to be typed in to access it. the rest is accessable. In the config file. I uncommented the security= user thing. I now tried to access the network but still fails.

Here is what I can see. when I go to places and click network I see windows network and click it it will say dhome and Workgroup. when I click on the dhome folder it takes a while and then gives me the error saying sorry didnt' get a list from the server. what do I need to do to access the network?

View 1 Replies View Related

Ubuntu Networking :: Setup Ssh With Dynamic DNS - But Can't Seem To Get It To Work

May 19, 2010

I've read some guides on how to setup ssh with dynamic DNS, but can't seem to get it to work. My Linksys router is currently set to forward port 22, so I don't know why SSH still gives:

ssh admin@xxx.hopto.org ssh: connect to host xxx.hopto.org port 22: Connection refused In particular, I also have openssh-server running on the target machine. Given that I have port forwarding enabled, why would this be happening? If I try to login directly to the IP, I get the same refusal.

View 4 Replies View Related

Ubuntu Installation :: Setup Gogui To Work On Kubuntu?

Mar 29, 2010

I was trying to setup gogui to work on kubuntu, using instructions found on an ubuntu forum: [URL]. I did not even have Java installed yet, so I first tried installing some of the sun-java6 packages. Usually kpackage is good at picking dependent packages and installing them also, but apparently not this time. Next time I tried using kpackage, I was not able to do anything. It gave me a message saying I had broken dependencies, and should use synaptic or aptitude. I do not even have these installed! I think that un-installing the Java software and starting over should do the trick, but I'm not sure how to do this from the command line. Also the instructions in the link above never worked for me.

View 2 Replies View Related

Ubuntu Multimedia :: Get 2x Videocard, 3x Monitor Setup To Work In 9.10?

Mar 30, 2010

Suppose i'm this guy right there:[URL]..And all i'm used to seeing is this:[URL]..And clearly NOT this:[URL].. And my technical expertise dates back to early eighties, a few lines of x86 assembly and a few lines of C. And i haven't written a single line ever since (got bloody rich since win 3.1 shipped).

How can i get my gorgeous (20" portrait 30" 20" portrait) setup workin'? Just like in ol' good win xp - each monitor is handled like a separate entity not merged together in one big screen? A step-by-step guide would be perfect!

Both v-cards are ATI, supposedly working from the same drivers. I don't mind using a different linux distribution, if it makes matters any easier.

View 9 Replies View Related

Ubuntu :: Setup Analog Headset So Both Aspects Work At Once?

Mar 5, 2011

my headset has a headphone jack and microphone jack.

if i go to sound preferences > Hardware (Tab) and select Profile: Analog Stereo Input, then I can record sound with Sound Recorder. but in order to be able to hear what I recorded, I then have to go back to sound preferences > Hardware (Tab) and select Profile: Analog Stereo Output.

i see there is a profile option "Digital Stereo (IEC958) Output + Analog Stereo input", but when that one is selected, i can't hear anything through the speakers..., so, still having to switch back and forth as described above. perhaps a profile option with "Analog Stereo Output + Analog Stereo Input" would work, but it is not there...

why do i have to switch back and forth? (actually, it seems this setting-switching-requirement is true of the laptop's built-in speakers and mic as well, not just the headset...)

(Everything in GNOME ALSA Mixer is unmuted and set to maximum volume. Capture is at maximum and the "Rec" box is checked...)

View 1 Replies View Related

General :: RCP - Setup Red Hat And Getting It To Work With Windows?

Nov 16, 2009

I've been trying to get rcp command to work for my development environment but to no avail. I'm working on a Red Hat Linux server, and the rcp is meant to be used between Linux-Linux and Linux-Windows system. I've done some reading up and this is what I found:-

Quote:

Step 01: Turn on RCP service on UNIX Host

Turn on the RCP service on unix machine by using inetd:

1. Log on as root.

2. Edit the file /etc/Inetd.conf.

3. Uncomment the lines that start with shell and that start with exec.

4. Save the file.

5. Use ps -ef |grep inetd and determine inetd service pid. Send the Host User Profile (HUP) signal to inetd by using kill or by using pkill.

6. Run inetd again.

To turn on the RCP service by using xinetd:

1. Log on as root.

2. Edit the file /etc/Xinetd.d/rsh. You may get another file based on your linux distrinution.

3. Change the line disable to no.

4. Save the file.

5. Use ps -ef |grep inetd and determine inetd service pid. Send the HUP signal to xinetd by using kill or by using pkill.

6. Run xinetd again.

Step 02: Set the security permissions

After turning on RCP services you must set the security permissions to allow the Windows host to connect to your computer.

1. Edit the file /etc/hosts.equiv. Based on your linux distribution this file may vary. You can get like /etc/hosts.allow.

2. In the file add a line that contains the name of your Windows host.

3. Add a second line that contains the name of your Windows host and the name of a user who can access the directory that you want to transfer. Separate the two elements with a tab character.

4. Save the file.

I noted that my Red Hat have xinetd BUT I don't have the rsh file in step (2). It says I may get another file but which file should I be looking for? As for Step 02, I did find hosts.allow and updated that and the hosts file itself. Besides that, I also use useradd to add a user to match up with the one in the other system since I've read that the rcp required both end to use the same user name.

View 5 Replies View Related

Ubuntu :: OpenVPN Setup - Bridge Ports (From Work To Home)

Sep 9, 2010

I'm following this guide [URL]. I am trying to use a bridge to vpn from work to home.

/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto br0
iface br0 inet dhcp
bridge_ports eth0

iface eth0 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

I am forced to use dhcp because of my router. (although it is a static lease) I think this is where I am hung up. Everything else seems to be working properly though. I have a windows client connecting but is limited to the server serving out openvpn. (192.168.1.21) In other words it is not functioning as a bridged vpn service.

ifconfig
openvpn server.conf
local 192.168.1.21
port 1199
proto udp
dev tap0
up "/etc/openvpn/up.sh br0"
down "/etc/openvpn/down.sh br0"
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.1.21 255.255.255.0 192.168.1.100 192.168.1.200
keepalive 10 120
tls-auth ta.key 0 # This file is secret
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status openvpn-status.log
verb 3

View 2 Replies View Related

Ubuntu :: Dual Monitor Setup Does Not Work Whenever Install Drivers

Sep 1, 2011

When ever I install the (recommended) drivers through the "Additional Drivers" interface to run Unity my dual monitor setup does not work. The monitors won't even detect correctly what so ever. Then, when ever I install (more basic?) nVidia drivers through the packet manager, my dual monitors work as planned, but now Unity won't work. What's the deal? Are there any work arounds for this?

View 4 Replies View Related

OpenSUSE :: Setup A Conky Setting At Work?

Jul 18, 2011

i would like to set up a conky setting at my work so when employees call me for questions they can just give me the info that is visually on the screen from conky that i want instead of having them look for it, i have done some conky in ubuntu , it is very easy , just install it then enter codes in the text editor, and BAM done, now on opensuse looking at this thread Conky - Hardware Monitor it looks ALOT harder, is there a easier way around this big mess of codes and what not.

View 9 Replies View Related

General :: Setup Command Not Work In RHEL 5.4?

Sep 26, 2010

i am using rhel 5.4..today i type the command setup! is not workERRor: error while loading shared libraries: libslang.so.2: cannot open shared object file: No such file or directory

View 5 Replies View Related

Server :: Setup Sendmail To Work With Domain

Apr 28, 2010

I'm Trying to setup Sendmail to work with my domain in my server which is :

Code: Linux Centos 5.4 My server can send mail locally to users in my Linux Box and it can receive mails from yahoo and other mail providers in the web, but when i try to send mails to yahoo or others it send me some mail delivery message which is :

[Code]...

View 8 Replies View Related

Ubuntu Installation :: Dual Monitor Setup Doesn't Work Anymore

May 1, 2010

It used to work perfectly on Ubuntu 9.10 but I get "input not supported" in the secondary monitor.

View 9 Replies View Related

Ubuntu Servers :: Setup A Proxy Server To View Web From Work Computer?

Aug 2, 2010

I currently have my server setup with a web page and ssh. I am looking to find a way to access the internet from my work computer, but all proxies that I can find have been blacklisted...I can however access my home server webpage. Is it possible to create my own proxy so I can surf from my work laptop?

View 2 Replies View Related

Ubuntu :: Get A Fully Functional Desktop At Work Without A Dual Boot Setup?

Apr 6, 2011

I am once again trying to get a fully functional desktop at work without a dual boot setup. One issue is file searching. I have looked at beagle, tracker and Google Desktop. I am currently testing Google Desktop and it appears to work well, but it is not integrated into nautilus and it appears to not index my email in evolution that is accessed via an exchange server.

Beagle appears dead. Tracker looks promising, but I can't tell if it integrates into Nautilus currently without rebuilding Nautilus. If you use Tracker, can you tell me how it works with Nautilus, mapped cifs drives on windows servers and evolution in exchange mode. Also, the current version of tracker is 0.10.6, but on 10.04 only 0.6.X is available and Natty looks poised to ship with 0.8.X. Is there any advantage to compiling it? Are there Ubuntu specific tweaks that are lost if you go with source?

View 2 Replies View Related

Fedora Networking :: NAT Setup - Activated Eth0 Does Not Work

Mar 29, 2009

I've a desktop running Fedora 10 connected to the Internet via LAN. There's 3 network controllers in the desktop. One integrated to the motherboard and two additional. I would like to connect other computers (two laptops, one running fc9 and the other Window$ XP) to the Internet via the desktop. I googled the question and found out that I need to adjust thing called 'NAT'.

For that purpose I did the following:
iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -j SNAT --to-source 192.168.*.*
where 192.168.*.* - is desktop' IP address. I want to use 192.168.2.0/24 as a network for laptops. I activated one of devices (eth1), gave it IP address:
ifconfig eth1 192.168.2.0/24
and connected f9 laptop to it.

On the laptop I activated eth0 with the same IP. The problem is: it doesn't work. I can't ping anything from the laptop except its own address (192.168.2.0).

View 4 Replies View Related

OpenSUSE Network :: Setup Samba To Work Over IPv6?

Jun 8, 2010

Is it possible to setup samba to work over IPv6?

View 2 Replies View Related

Hardware :: Setup A New Wi_Fi Station - Wi-Fi Card Will Work?

Aug 2, 2010

I am trying to set up an internet only Wi-Fi station using Ubuntu 10.04 so I can get on the internet while my wife does her school homework online. I was wondering if there is a driver for the ZyXEL G-302 H/W v-2 wireless card available? I have checked several sites and can only find v3 drivers.

View 4 Replies View Related

CentOS 5 Networking :: DHCP Work But Not Able To Setup Static IP?

May 26, 2010

I am having several boxex with centos on it. No pb. I have recently setup a new box with centos 5.4 and I am not able to get the network working on it when configuring a static ip.I've configured eth0 and dns using "setup": unsuccessfulI've used the network config GUI: unsuccessfulAnd it is working very well when I let the dhcp getting the setting.I need a static IP.Here is the getinfo output when static ip setup, and below it, the getinfo for dhcp setting

== BEGIN uname -rmi ==
2.6.18-194.3.1.el5 i686 i386
== END uname -rmi ==

[code]....

View 3 Replies View Related

Ubuntu Networking :: Setup TFTP Server To Work On Secondary Network Card?

Dec 14, 2010

a machine with 2+ network cards, need to setup TFTP server on one card and use internet on another.

the tftpd server works on default routing network adaptor with following configuration.

How set the TFTP server on the secondary network adaptor?

TFTP server tftpd by xinetd configuration in: /etc/xinetd.d/tftp
{
protocol = udp
port = 69
socket_type = dgram

[Code]....

Could not find how to change the post <prefix> I remembered clearly I did before.

View 1 Replies View Related

Ubuntu :: Having An OSX Snow Leopard Dual Boot Setup - Ethernet Card Does Not Work

Sep 19, 2010

I booted ubuntu and the included drivers worked beautifully for my Atheros AR8131 PCI Ethernet card on my laptop. I have an OSX Snow Leopard dual boot setup and my Ethernet card does not work. I was wondering if, because OSX is loosely linux based, the network drivers could somehow be loaded into my Snow Leopard install.

View 1 Replies View Related

Ubuntu Servers :: Setup A Local Mail Server For Internal Testing On Development Work?

Dec 10, 2010

how to setup a local mail server for internal testing on my php development work. For example if I sent an email using php script to [url]....I should be able to check the mailbox of 'someone' either in Outlook or SquirrelMail.I have done some reading about this. All I know is that I need Postfix with Courier. But I just don't know to get it working.

View 3 Replies View Related

Debian Configuration :: Missing Policy Package - KDE Setup Several Programs Don't Work

Aug 1, 2011

I've got Debian Sid x64 on my machine. Problem is that in my KDE setup several programs don't work, namely System Load Viewer plasmoid, plasmoid with temperature info and update-notifier-kde. System Load Viewer always shows 0% RAM and swap usage, as well as no processors, temperature sensors plasmoid shows no sensors available even after I installed lm-sensors and run sensors-detect, update-notifier-kde doesn't show any notifications even if I run aptitude update manualy. I might be mistaken but it seems to me that these three programs are not working because of some common reason, most likely some policy package either missing or misconfigured, but I can't figure out what is it.

View 4 Replies View Related

Server :: Setup Forward Mails To A User To Procmail Doesn't Work

Jun 1, 2011

I am trying to setup forward mails to a user in my linux server to procmail. But that doesn't work. My $HOME/.forward looks like the following

[Code]....

View 7 Replies View Related

Server :: Setup A VPN Server At Work For Resource Sharing - Connect Keep Failing

Aug 29, 2010

I need to setup a Linux VPN server at work for resources' sharing, I currently have a server running CentOS 5.4, and tried endless tutorials on the web, but to no avail, and can't find where the logs are kept for the VPN server to check where the error is. But all my attempts to try to connect keep failing.

View 9 Replies View Related

Networking :: Why Doesn't Distro 9.0 Setup Work For 13.1 Distro?

Sep 6, 2010

I have a linux box set up as a multi-purpose server for my home with three Windows client PC's. The linux box is based on a slightly modified Slackware 9.0 distribution using Linux 2.4.20 and an unfortinately old, slow AMD processor with a miserable 512Kb RAM. The linux box serves the CIFS file system to the Windows boxes, runs the SQUID HTTP proxy, the Apache web server, a print server, does masquerading, mail serving and a very effective firewall using iptables.

This system, although slow, has run perfectly for several years.Let me say that again - This system works perfectly.I had decided that now is the time to upgrade the hardware, so I bought a Gigabyte LGA775 motherboard which has two 1Gb network interfaces on it, an ASUS 256Mb PCI-E display card, 2Gb of DDR3 RAM, an Intel Core2-Quad processor and a bunch of 500Gb SATA drives to set up a RAID5 array (but I intend that the system boot off one of several 40Gb PATA drives I have).I set up the processor, motherboard, display card, RAM, a SATA DVD Drive and a 40Gb PATA hard disk in a "breadboard" layout and installed distro 13.1, being careful to set up the static IP for the local network, dhcpcd to get an IP address from the cable modem (my internet connection) and to enable ip_forward in the network configuration.

Then I installed a script invoked by /etc/rc.d/rc.local which installed all the SAME iptables rules as my old Linux box. There was one minor glitch when I had to change 8 occurrences of "-d ! $LOCAL_NET to" "! --destination $LOCAL_NET" but that was no problem. I also set up /etc/resolv.conf, /etc/hosts , the BIND server files etc. etc. exactly as in the old box.

I am able to ping mirror.aarnet.edu.au (this is at the heart of Australia's internet hub network - if it's down the whole bloody thing is down) and have the system find the correct IP from the designated nameservers and contact that server with a return trip time of 35ms. I am able to run a telnet session from one of the Windows boxes and edit files on the Linux server. So both network interfaces work and I've got them the right way around.I am able to run FTP on one of the Windows boxes and connect through to mirror.aarnet.edu.au, although it seems to hang when I try a DIR (but then so does the old linux system).

View 83 Replies View Related

Ubuntu Servers :: Setup New Remote Office - Setup Domain Trust Between Two Sites?

Mar 14, 2010

I ended up setting up a basic linux file server as a pdc for that office. Our main office is a windows 2000 ads domain. The two offices are connected with a vpn. I only have two users at the new location so I simply have the linux and samba usernames/passwords setup manually. I would like to know if it is possible to setup a domain trust between the two sites so I don't have to create a username/password in the remote site for every user at the main office to access. I did some searching but came up empty.

View 5 Replies View Related

Debian :: Ubuntu Local Mirror Setup For FAI Server Setup?

Apr 24, 2011

I want to setup a FAI server for which I was looking for the best method of mirroring the Debian Lenny. I want to setup a local mirror with the best method available for mirroring. If it is ftpsync, please provide me some best ways of doing it. I tried ftpsync mirroring but that was not getting properly working due to insufficient I want this mirror to be accessible in my FAI setup so that I can start the installation on multiple machines and start the updates and package installation to be done from the same local mirror.

View 1 Replies View Related

General :: Ubuntu 10.04 - Cannot Setup GRUB On RAID 0 Setup Disks

Jun 4, 2010

I've been all afternoon trying to install Ubuntu Lucid on my fakeRAID 0 configured (2) HDDs and am unable to set GRUB up. The fake RAID setup is provided by Intel Matrix Storage Manager, it is correctly enabled and the BIOS is also correctly set up -- in fact, I've managed to install Windows 7 with no significant hitch. After struggling with partioning the drives (had to follow advice I found on a very helpful guide online [0]), creating the filesystems AND getting Ubuntu's installer to actually do what it is supposed to do, I now cannot seem to set GRUB up. My system, as it stands, is unbootable at all; via live CD only.

This is how the RAID0 dev is partitioned:
Code:
# fdisk -l /dev/mapper/isw_ecdeiihbfi_Volume0
Disk /dev/mapper/isw_ecdeiihbfi_Volume0: 1000.2 GB, 1000210694144 bytes
255 heads, 63 sectors/track, 121602 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0x6634b2b5 .....

View 2 Replies View Related







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