I'm not familiar at all with the networking functions of linux systems, but I just bought an iPad, and I want to store all my movies, music, and documents on my computer at home, and access them from my iPad. I've heard a VNC client is the best way to go. But will this allow me full access, or just to view the screen? Will I be able to watch movies at the highest framerate with this method?
I have many .mkv files that have soft subs I'd like to convert so I can play them on my iPad. What Linux tool can I use to do this more of less automatically?
I have three computers in my network, but two will be mentioned. Computer A is a Linux Mint 9/Windows 7 dual-boot, and I have just installed Mandriva Free 2010.2, which I will call Computer B.
Now my main problem is that Computer B, while it can see and access Computer A's shares as well as the third computer, the aforementioned computers cannot access Computer B. The message was: "Unable to mount location/Failed to mount Windows share." Now, the SMB protocol was used because of the third computer and Computer A have Windows OSs installed in them.
What I originally wanted was that I can share Computer B's NTFS partition, namely Documents and Downloads, to the other computers. And I can't do that, because of the error message.
What I can do, however, is use Computer B to view shares from the other two computers (Computer A, as an example). By my experiences in Linux Mint, I understand that I'd have to mount my Windows partitions in order to share them. I don't even know if my NTFS drive in Computer B is mounted, though that is what was described.
I have ubuntu server installed on a pc. The motherboard died, so I switched the HD to another computer. Everything is fine except the network. I cannot access this computer from other computer (while it was possible before). I looked at the interfaces and everything seems fine. The nic itselft seems to work too.
I managed to configure my W890i phone to get access to internet through an ubuntu-based computer. It's very easy to use the phone to give internet access to the computer, but the opposite is quite more tricky. For that I've done the following
----On the phone---
-Set the USB network option to "through computer", so that the phone uses the computer's internet connection and not the opposite.
-Decide and set "Shared Network" parameters: user, pasword and workgroup.
-In "conectivity-> internet connection" set "allow local network" to "yes"
----On Ubuntu 10.04---
-Install samba, samba-client, smbfs, smbclient, firestarter and dhcp3-server
-Configure Samba (System-> Administration-> Shared folders): same workgroup as in the phone, add new user (the phone), passwd this new user. In my case the user was called "w890i" and the password given was the same.
-Once the phone is connected to the computer through USB (then select "phone mode"), a new connection appears in NetworkManager: usb0.The aim is to create a shared network that gives internet access to this device. Edit the IPv4 parameters of this new connection, set them to Manual and give an IP adress (192.168.0.1) and a subnet mask (255.255.255.0); the rest of the fields are left empty.Connect this network.
-Set firestarter to use dhcp3: sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd
-Launch firestarter and follow the wizard. Set "allow internet shared connection", choose the device for the primary internet access, and then the device for the shared network (usb0). Then change the settings for firestarter: activate DHCP for local network, set IP to the one we gave before (192.168.0.1).
-Open dhcp3-server config file sudo gedit /etc/default/dhcp3-server And set INTERFACES="usb0"
-Set the policies of firestarter: in incoming connections, allow connections from the IP adress given to the phone (192.168.0.1). Then add rules for the ports that need to be open for this connection. I opened HTTP, HTTPS, SMB, SMTP, POP3, IMAP, IMAPS, DHCP for all the connections in the local network.
-Apply policies and start the firewall.
------------
After all this, the phone can access the internet through the computer. Two problems appeared:
1. I couldn't get access to https sites, like webmails. The phone gave a "communication error". But then I tried with Opera instead of the browser built in the phone's firmware, and I could finally get to https sites.
2. I couldn't retrieve mail, neither POP nor IMAP nor IMAPS. I thought it was a firmware problem again, and I tried out several mobile phone email clients written in java, but none of them worked.
So this is at the moment the problem. If I connect from the phone to the internet directly through 3G, the email clients work for all my accounts. I don't think it's a firewall problem, because the ports are opened for this connection
I have a desktop installed with Debian Squeeze and ALL my files are stored there, and is always on. Everyone has an account on this computer.
Each of us have laptops (Debian/openSUSE with KDE4) and sometimes need to use the files that is stored on the desktop. Currently, we are transferring the required files via usb drives.
All the computers are connected to a wireless router that connects us to the internet.
So, to enable all laptops can access the desktop's file, should I
- install smb to all the computers or
- install ssh for the task.
- or are there any better way.
Need to ensure,
- security as ALL my personal info is on the desktop
- easy to use and prefer gui than console as I have young kids using the system.
I want to access my files on my home computer when I'm away (school, vacation etc). I set up a scheduled task to send to send me my external IP address by email because I have a dynamic IP and dont want a static url. (dyndns) I planned to use sftp for an encrypted connection, but I dont know where to start. How can I set up my computer to accept incoming requests, but without any security issues?
Yes, I know this is not a good practice, and this is only a short-term solution.I have a server with a web-file-server daemon running internally as root, so the permissions for all files it transfers/creates have a uid/gid of 0:0.This is fine for the daemon, but I would like to manage those files from another workstation - actually a few workstations on a very limited LAN subnet - through NFS. How would it be possible to have users from a certain subnet mount NFS with root read/write abilities?I have seen the anonuid/anongid options (for the /etc/exports file), but I'm not so sure this is the right way to go.
I'm not really a newbee in Linux but I am a newbee in networking. I have both a Ubuntu laptop and a Gentoo desktop computer. I have just bought me the MBR1000 Cradlepoint router and it works great with my Verizon USB 760 modem plugged in it. I can now send and receive email on my Ubuntu laptop. I like it.My Gentoo desktop computer is just sitting there with no Internet access because my Verizon modem is no longer plugged into it but plugged into the router instead. Only my laptop now has Internet access. The laptop has an integrated wireless card built in the MB but my desktop has no such capability.
Is there a way (besides buying a wi-fi adapter) to get Internet access on my desktop computer through networking so that the router would give both computers Internet access at the same? My Gentoo desktop does have an ethernet adapter that perhaps I could useThe router has several LAN ports and one WAN port, both unused.
I have been studying LAMP for a while now and all my websites are on the localhost. But if i wanted to access my websites from a different computer, how do i access do that? LAMP (192.168.0.2) client (192.168.0.3). Do i need to setup the DNS servers as well in my home network for me to access my intranet (LAMP).
I recently decided to install Samba in Ubuntu as a home file-sharing server. However, when I try to access this computer from another (using Windows 7), an error messages comes up. It says: "You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
The specified domain either does not exist or could not be contacted."
running apache2, i have already created a working sites. using virtual name hosting.but my problem is, i cant access my other sites except my server's localhost from other computer. i dont know what seems to be the problem, can you guys point me where to start looking?
So, I'm trying to set up a network with my windows netbook so the Ubuntu comp can access the internet through the netbook's wireless. Finally got the network set up, but can't access the internet on the Ubuntu comp. Also, the Ubuntu machine can recognize and access the files on the netbook, but the netbook only sees a computer named Owner-a6012abd6 which asks for a password.
The netbook is running Windows XP SP3, with an Atheros AR9285 Wireless Network adapter(internet) and an Atheros AR8132 PCI-E Fast Ethernet Controller. The Ubuntu comp is running Ubuntu 9.04.
I set up my first web server and it works flawlessly -when accessed from external network or from other computers on my lan. However, I cannot access it from the computer where the server is run on. I have found numerous people with similar problems but the flavour I am experiencing is somewhat different and no solutions I have found apply to it.
I have two network interfaces on my server, eth0 (public static IP connected to internet directly) and eth1 connected to LAN 192.168.1.0/24 range. The server is 192.168.1.1. It is connected directly to the internet and serves as a SNAT for other comps on the lan.I added "192.168.1.1 www_server_com" to the /etc/hosts on the server and also on the other machines on the LAN. All the other machines can open website without any problem.HOwever, the server itself only opens website if the address islhost. Internal IP, i.e. 192.168.1.1. gets a time out and so does www_server_com ( I cant use dots as I do not have more than 15 posts on the forum )Here is the firewall script I am using.
I am in a situation at the moment which means I am going to be without an ISp for a week or two, and I can't survive that long without the intenet!!! What's more, I have 8 computers that need to connect, though not necessarily at the same time, but certainly more than one at a time. Anyway, I came up with an idea to buy a Mobile Broadband Dongle, and then share the connection via my PC. Problem is, I don't know how I would go about setting my PC to be a Wireless Access Point/makeshift Wireless Router, and sharing the connection.
I am a newbie to linux of 4 weeks. I set up my first web server and it works flawlessly - when accessed from external network or from other computers on my lan. However, I cannot access it from the computer where the server is run on. I have found numerous people with similar problems but the flavour I am experiencing is somewhat different and no solutions I have found apply to it.I have two network interfaces on my server, eth0 (public static IP connected to internet) and eth1 connected to LAN 192.168.1.0/24 range. The server is 192.168.1.1
I added "192.168.1.1 www.server.com" to the /etc/hosts on the server and also on the other machines on the LAN. All the other machines can open website without any problem.
HOwever, the server itself only opens website if the address is localhost. Internal IP, i.e. 192.168.1.1. gets a time out and so does www.server.com.I do not understand why the record in etc/hosts doesn't point it in the right direction. It seems that when I open address 192.168.1.1 it still gets routed to the external network. I have seen using DNAT to deal with the problem but it didn't work in my case (maybe I didn't do it correctly). I have spent whole evening/night trying to sort it out, it's 4AM now, going to bed frustrated and angry (at myself hahaha). Still like linux very much, won't be going to windows anymore. Please help
I have set samba shared folders on my ubuntu 10.04, which Windows users on my network use. The problem is, even that I leave the computer on, they cannot access the shared folders until I login with my account to the computer.This is a real problem since I either need to come to the office, login with NX or tell them the password which I don't want to do
I wish to write a python code so that I can access a file on a windows computer on the network. I know the IP, Computer Name, Workgroup, username,password and any other neccesary detail of the computer. I also have the access to the computer to intall any software I may need to install on the said windows computer.
Kindly guide me so that I may access the files. The files are in a folder shared over the network but not on the windows drive of the computer.
I am able to access the files using gui (ubuntu 11.04).
I am wanting a computer with an external dialup modem (ppp0 modem through a com port /dev/ttys1) to act as a gateway to the internet, forwarding internet traffic through ethernet (eth0 is set to static 192.168.2.2) to a router (the router is 192.168.2.1) where it will be broadcast to other wireless computers like my laptop (192.168.2.3). I've had this setup until recently when the gateway computer (the one with the modem) died. Now I'm replacing that machine with another box and an install of Ubuntu 10.10 but so far things aren't working for me.
Success so far:I have dialup access working on the new box. Took me a while to work out the configuration for getting dialup working, though the IP address is Dynamic (or it won't stay connected), "Check carrier line" is off, and "Ignore Terminal Strings (stupid mode)" is on in order to successfully connect and stay connected to my ISP. I also had to make my normal (non-root) user "lancer" a member of the "pid" group (the reboot) in order to use gnome-ppp as non-root. The laptop (192.168.2.3) is successfully connecting to the router (192.168.2.1) as I can see the router configuration page when I type http://192.168.2.1 into the laptop's web browser. This setup is unchanged from how I had it before when this was previously working and I don't want to change how the router itself is set up. What I want is to know what to fix in the new box in order to get it connected to the router (through ethernet) and bridging the internet through.
My problem is that whenever I plug in the eth0 from the gateway (192.168.2.2) to the router (192.168.2.1), Ubuntu's automatic plug-me-in network detection kicks in and I find my dialup no longer working through some kind of IP conflict (at least that's what I think it is). Maybe I don't have the "gateway" correctly assigned? (in the gateway computer for the ethernet connection, I had it pointing to itself as I don't know what to put for "gateway IP" as that is automatic So, just to check my connection, here I am pinging google (from the gateway computer which has the dialup modem) once a dialup connection has been made.
Code: lancer@lancer-desktop:~$ ping www.google.com PING www.l.google.com (74.125.237.17) 56(84) bytes of data. 64 bytes from 74.125.237.17: icmp_req=1 ttl=55 time=179 ms 64 bytes from 74.125.237.17: icmp_req=2 ttl=55 time=176 ms 64 bytes from 74.125.237.17: icmp_req=3 ttl=55 time=158 ms
[Code]...
What do I need to do in order to make Ubuntu of my gateway computer stay connected to my dialup but also simultaneously share an ethernet LAN to my wireless router and feed traffic to the other computers from there? I have googled this but some of the most promising instruction (e.g. http://www.ubuntugeek.com/sharing-in...in-ubuntu.html) call for packages like dnsmasq or ipmasq which seem defunct now in Ubuntu 10.10. Other pages seem to suggest dual-networks "can't be done" in Ubuntu [URL].. (what!?! I had it before my other gateway died)
I have a saved a .c file on my department computer and i am able to access it through my computer via SSH. BUT I WANT TO copy and paste it into my system.
Running Ubuntu 9.10. In the Remote Desktop config dialog I get: "Your desktop is only reachable over the local network. Others can access your computer using the address 127.0.0.1 or tabatha.local." I understand this means only the loopback ip address is available. All my other machines show their true local ip address (e.g., 192.168.1.104) in this dialog. Thus I cannot log on to this desktop from other machines.
When I try to do a remote logon from another Ubuntu 9.10 box (or from an XP box using a VNC viewer), I get: "Connection to 192.168.1.102 has been closed." What steps are needed to make this machine show its actual ip address? All file sharing between the various machines is working properly and all windows shares back and forth between XP and 'nix, and among the the vaious XP boxes and linux boxes are available as designed.
If I DL something from the Internet It askes were to save. This is normal however even though my 2 computers are nicely networked I can't seem to navigate to the network to save onto the other computer.
i don't have much space on my individual computers, so i have to keep my music files on my laptop with most of everything else on my PC. i want to have rhythmbox play music from my networked laptop, but i have a few issues.
for one, my laptop doesn't show up in Places --> Network
two, even if it did. i'm not exactly sure how i could get rhythmbox to do that. would i have to use SSH? connect everytime?
My system reports it successfully connected to the VPN at my workplace (pptp / windows server). So I had to enter my username and password in the VPN configuration screen, etc. My machine has Ubuntu 10.04. I tried to find out how to open the files on the server. In windows, after opening the vpn I would go to this location in the file manager: \company-fs1UsersJulian_b This would show me the files I am looking for. In the linux terminal, and the Nautilus file manager, these locations do not exist. I tried using mount.cifs to mount this location and it didn't work. (fails with these messages : mounting the DFS root for a particular server not implemented yet no ip address specified and hostname not found). How do I get to these files on the Windows share?
I'm having a problem with my ubuntu 9.10 machine. I can ssh out of the computer, but not in. I have /etc/init.d/ssh, but not /etc/init.d/sshd - don't know if this is normal If I run /etc/init.d/ssh status I get: robot@cora:~$ sudo /etc/init.d/ssh status * could not access PID file for sshd
If I run /etc/init.d/ssh restart (or stop then start) then I can ssh both ways. But I cannot get this to work automatically at boot. The machine is going to be in a remote location, so I need the ability to ssh INTO it after reboot, which I don't have. I have confirmed that start files are located in /etc/rc3.d/S16ssh
I've uninstalled and reinstalled openssh-server (via "apt-get remove openssh-server" and "apt-get install openssh-server") and this did not help. There are both /etc/ssh/ssh_config and /etc/ssh/sshd_config files that look like they are standard (compared to what I've found from web searches). /etc/init.d/ssh is also standard.
My company runs a Windows server. I can connect remotely via a very slow desktop emulator program in VirtualBox or I can just VPN and access whatever files I need. #2 is the preferred option.
So far I have officially setup the VPN and everything. It logs in. It gives me the little lock symbol above the Network Manger icon. I'm connected!
But...
How do I actually access the darn files available via the VPN? We keep most files on a single server for the company. Internally, it looks something like "//Bob/Folder/". At the office I have the shortcut set to the "folder" portion of the above since that's where things are located.
I'm not seeing anything related to the VPN in Nautilus, under Network... squat. I've tried several methods of using the "Places > Connect to Server" function while setting it to "Windows Share" as well. Honestly, I'm unsure if this is appropriate nor what to put in the fields (Server, Share, Folder, User Name, Domain Name) if this is the right place to be.
I am trying to setup vpn to access folders and files from my school. VPN is connected now through networkmanager, but I don't know how to actually gain access to the folders on the school server.
Is it through nautilus? Or the "Connect to Server"? The school provides addresses that begins with \.. something, and I have tried typing it in to nautilus and the "Connect to Server" but it fails to connect.
I have googled this but all I find is how to connect to vpn manually or through networkmanager, and not how I then can access the folders on the server.
When I first start up my 2 computers once the network is established if I try to acces the Ubuntu shared folders from the Win XP machine I get this error:"\localhost not accessible. You might not have permission to usethis network resource.t the administrator of this server to findout if you have access permissions.You were not connected because aduplicate name exits on the network. Go to System in Control Panel tochange the computer name and try again."If I first access the Windows shared files and then go back to the Win machine I get the password prompt and all is well