Networking :: Access Ssh Tunneled Location Trough Lan?

Nov 9, 2010

I'm quite new to ssh tunneling but I now want to make one of my machines at home accessible to my lan network here. I used the following command to make it available trough 127.0.0.1:5555(lo interface):

ssh -L 5555:192.168.0.15:80 me@xx.xx.xx.xx -N

now I want to make it available to eth0 on 192.168.1.40:5555 How do I do this?

View 3 Replies


ADVERTISEMENT

Ubuntu Networking :: Connect To Box From The WAN Side With VNC Tunneled Through SSH

Dec 17, 2010

I'm trying to connect to my Ubuntu box from the WAN side with VNC tunneled through SSH. I've set up the port forward for SSH on the router and can successfully connect to SSH from the WAN side but when I try to forward my VNC session through SSH it times out or does not connect. On the LAN side I can also connect via SSH and also connect with VNC through SSH on LAN. Any ideas why I wouldn't be able to do the same from the WAN side when it works within the LAN? SSH port has been changed to 3250 and the VNC server is the defualt, Vino, with Ubuntu 10.10. The SSH command used was:

Code:
ssh -L 5901:local-host-IP:5900 USER@WAN IP -p 3250 This followed with: localhost:5901 within the VNC client connecting to the box. This command worked fine within the LAN, substituting the WAN IP for the internal IP.

View 9 Replies View Related

General :: Apache And Access To Samba Shares Index (or Contents) Trough Http

Aug 10, 2010

i want to access to my samba shares index (or contents) trough http. something like this: [URL] i read something about aliases...i wrote this in the httpd.conf:

[Code]...

View 6 Replies View Related

Ubuntu Networking :: Can't Get Trough Firewall/VPN

Nov 21, 2010

On the office we have a Firewall/VPN infrastructure. Everybody connects to internet trough an Access Point (Lynksys RWT120N), which, in turn, connects to a WatchWard/Firebox red box. I suppose this is the equipment that does the VPN stuff. Finally, the red box connects to a DSL modem from our ISP.The problem is: Everybody on the office can connect to the AP and surf the internet without any issues, excepting me when I connect with ubuntu 10.10. I have windows on the same machine and I can access the internet without problems.

What I have seen so far is that Network Manager associates with the AP, gets what I would consider all the expected information from DHCP, but internet connectivity is none.For "expected information from DHCP" i mean: IP address, gateway, and DNS.I can ping my assigned IP address, the gateway and even other machines in the same network. I cannot ping the DNS or other external IP addresses.

View 2 Replies View Related

Ubuntu Networking :: Can't Connect To Localhost Trough Lan?

Jul 22, 2010

i know it all sounds weard but ive been searching google so much now.. look the setup is kinda straight forward. We got a test server for websites. This server has lamp server configured. Now i have a Website in the apache www folder. From here on everything works fine in http://localhost or 127.0.1.1 etc etc. also i have configured virtualhosts. This so we can have a live enviroment but its actually a test enviroment.

Now i try to connect trough the lannetwork! so i goto my windows client and hit in the browser :http://(serverip+port) and also tried http://(serverip) When i do this i get a 403 forbiddin acces. I solved that problem by deleted a line in the apache2.conf wot was called : virtualHost xxx.xxx.xxx.xx: xx

Now Hes loading the page but says he cant connect to 127.0.1.1 Any1 knows a solution? (sorry for my bad grammer btw )

View 9 Replies View Related

Networking :: Route For IP And Port Trough Specified Interface?

Aug 13, 2010

I have two NIC, one is ethernet and second is via modem. On the eth0, most of no standard ports are blocked, so I need to connect to specified port on some IP, through ppp0 (modem), to use ssh connection on non standard port to that IP. For other ports on that IP and all other IPs I want to use eth0.

View 1 Replies View Related

Fedora Networking :: How To Share Folder To Acces Trough Another Fedora System?

Aug 16, 2011

Maybe the most stupid question you guys ever heard, but i do not find the solution.Now that i have acces on the netbook i would like to share a folder on my desktopcomputer so i can acces it with the netbook when im in the bedroom.(moviefolder)But how do i share a folder in Fedora 15?

Username and password are the same on desktopcomputer and netbook.
desktop computer is named koen-pc
netbook is named koen-net

View 7 Replies View Related

Ubuntu Security :: Disable Tunneled Clear Text Passwords

Nov 13, 2010

The ubuntu installation came with my ubuntu (it does not matter which version etc.) Contains sshd_config file with this interesting lines:
# Change to no to disable tunneled clear text passwords
#PasswordAuthentication yes

The same lines are seen in many Ubuntu-related internet pages. This is quite surprising to see.
This seem to contradict to the fact that ssh was created specially to provide authentication (with passwords, of couse) but without sending them by internet as clear text like previous programs did. But I could not find any clear confirmations of that neither in Kubuntu-related documents no anywhere else. I put below fragment of a document from RedHat. This seem to imply that if one will use two "yes", the passwords will be passed in encripted form (and this is what is recommended by RedHat). Is that true? Is this true for Ubuntu too? Is the quoted line from sshd_config wrong? Or incomplete?

[URL] RSAAuthentication yes
The option RSAAuthentication specifies whether to try RSA authentication. This option must be set to yes for better security in your sessions. RSA use public and private key pairs created with the ssh-keygen1utility for authentication purposes.
PasswordAuthentication yes
The option PasswordAuthentication specifies whether we should use password-based authentication. For strong security, this option must always be set to yes.

View 9 Replies View Related

Security :: Apache2 Access Restriction In Location

Jan 22, 2010

I've got this in my Apache2 config (on a Ubuntu 9.10 server):

Code:
<VirtualHost _default_:443>
DocumentRoot /srv/svn
<Location /repos>
DAV svn

[Code]....

When I comment out the "allow from" line, I have no access to this server at all, but when "Allow from 127.0.0.1 172.23.120" is activated, I can also access that location from other IP's (I can even access it from the internet).

What I really want is access limited to the IP's in "Allow from" because I don't want anyone accessing our subversion repo's from anywhere else.

View 5 Replies View Related

Ubuntu :: File Location On Disk & Access Speed?

Aug 23, 2010

On a modern system--Lucid, SATA 3.0--does the location of a file on the physical disk make an appreciable difference to its access speed? If so, is there a (safe) way to put a file in a particular place on the disk?

I ask because I would like to reserve some space on disk to remain unused without messing with the partition table. My thought was to do this by using dd to create some large files (4 Gb each, or so) containing zeros.But obviously I would like to put them on the slowest part of the disk, as they won't be used for anything.

View 2 Replies View Related

Fedora Servers :: Script Can't Access Mounted Location While Logged Out

Feb 24, 2011

I want to backup some data on my Fedora box to a external Hard Disk (USB). I mounted the external HD on my box. I wrote a bash script to do that and I scheduled a cronjob to execute the script. When I am online the script executes as planned. However when I am logged out the copy does not work. I also tested this with a cifs mount (via fstab) and that does not work either. I set the script to generate some output at the end and that is OK so the script does run when I am offline. I suppose the mounted locations are not reachable while logged out, is that correct? Is there a workaround so I can reach the mounted locations while logged out?

View 2 Replies View Related

Debian Hardware :: Cannot Access External Hdd, Memory Stick, Mp3 Player - Unable To Mount Location

Jul 22, 2011

usb devices, such as external hdd, memory stick and mp3 player, when I connect them to USB, they show up in Nautilus, but when I click on them, Nautilus is unable to mount them and returns the following error: Unable to mount location Error mounting: mount exited with exit code 1: helper failed with:mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error in some cases useful info is found in syslog - try dmesg | tail or so

View 3 Replies View Related

Ubuntu Servers :: Lost Going Trough IPsec Documentation?

Jun 15, 2011

So I need to make an IPsec vpn. I've been told to use Shrew Soft. But I'm completely lost on where to begin. I've gone trough the documentation and stuff but I have no idea what to do next.

I can't find anything on the site how to install or configure the shrewsoft shizzle. The only thing I could use is something about ipsec-tools because all the rest is using a graphical interface (which ofc I'm not seeing how I'm using a server edition).

View 4 Replies View Related

Programming :: Connect To Sourceforge.net And Manage Files Trough Ftp?

Nov 30, 2010

seems that the secret way to manage sourceforge.net files without pain and blood is not revealed yet!I uploaded some files in my sourceforge project named blackwar .I want to connect to my projects folder in sourceforge.net using filezilla or gftp.I want to see my files there and manage them.

View 3 Replies View Related

Ubuntu Security :: Is It Safe To Use Apt-get Trough Untrusted Proxies/mirrors?

Jul 10, 2010

What if someone tampered with some important security updates, and suddenly you get a rootkit instead?

View 4 Replies View Related

Ubuntu :: OpenMotif : Create Network Location Link As Local Filesystem Location?

Apr 26, 2011

I'm working with a program that uses Open Motif to create all of the widgets, including the Open File dialog box (obviously). However, Open Motif being kinda old-timey, 80's vintage, and for the most part now an abandoned project, it is quite clunky. So, actually what I need to do is to open some files located on my work server. I have already successfully connected to the relevant server directories with Samba, and with programs built with GTK+ (such as GIMP) I can open files across the network because I have created a bookmark in Nautilus, and those bookmarks appear in the Open File dialog box created by GTK+. Now, Open Motif is different: it doesn't see network locations, orNautilus shortcuts. When I type "smb://serveripyadayada" in the search folder, it really doesn't like it and complains. So, what do I do? Can I get somehow Open Motif to open a network location? Or can I do a run-around and place a shortcut in the file system that points to the network location?

View 2 Replies View Related

Ubuntu Multimedia :: Lenovo SL500 And Connect To LG 32LE4500 Trough HDMI But Get No Signal Message

Dec 28, 2010

I have Lenovo SL500 with ubuntu 10.10. Also i have installed latest GeForce 9300M GS drivers from NVIDIA site. NVTV is also installed. When i want to connect to LG 32LE4500 trough HDMI i get no singnal message. I tried to configure with nvidia-settings but no positive results. Also i have tried with bigger SAMSUNG screen but no results... am i doing something wrong? Or, is this problem with NVIDIA (or ubuntu) HDMI support. If it is, where can i find information when will be bigger support for HDMI with NVIDIA and ubuntu?

View 1 Replies View Related

Ubuntu :: Nautilus Location Bar: How To Write Manually Location

Oct 30, 2010

I have been testing ubuntu 10.10 maverick, it has some nice features. Anyway I am missing the possibility of writing manually the folder you want to go on nautilus using the Location bar. It was used to have some kind of icon which you can click and it switched between graphich breadcrumbs or the location of the folder and you could changed it manually, you know what I mean?

View 2 Replies View Related

Server :: In Apache Server, Change Log File Location And Log Format For Access Log Fil?

Aug 19, 2009

I installed Apache server with Debian 5.0.2 Lenny. I am trying to write a script which would analysis web log files. I found the log files on /var/log/apache2. There is an access log file, `access.log`. My question is what configuration file determines the location and the name of the access log file. How can I change them? I used CustomLog in /etc/apache2/apache2.conf like below.LogFormat ": %h %l %u %t "%r" %>s %b" common
CustomLog /home/test/my_log_file common Apache2 generated /home/test/my_log_file. But no logs were written in the file even after I run `/etc/init.d/apache2 restart`. Ichanged the log file location. It still didn't work. However, Apache2 still wrote logs in the file `/var/log/apache2/access.log`

View 1 Replies View Related

Networking :: DNS Server Location?

Feb 10, 2009

Do all ISP have DNS server?

View 4 Replies View Related

Ubuntu Networking :: Automount Location In 10.04 From 10.09

Jul 31, 2010

In 9.10 I could access my auto-mounted network location with something like /home/user/.gvfs/sharename. This was particularly useful for F-Spot because that's the only way I could get it to import photos from my server.However, in 10.04 I no longer have a .gvfs folder and can't find a way to import photos from my server in F-Spot.

View 3 Replies View Related

Ubuntu Networking :: Not Able To Mount Location - Fix It?

Jul 30, 2011

I am having problems sharing my external hard drive.

It is plugged into my Ubuntu LTS media centre computer and is just a standard USB Seagate HDD. It works fine when I access it from the same computer it is plugged into, both in Ubuntu and Windows machines.

I have set it up as a shared resource using the shares-admin app and at the same time, shared the home folder of that machine. I can access the home folder fine from my laptop over the network but when I try to access the external HDD, I get the following error msg: 'Unable to mount location - failed to mount Windows share'.

My laptop has the same OS as the media centre - Ubuntu LTS 10.04 Lucid. I am trying to access the share via Places > Network. I'm not sure why it comes under Windows shares because neither machine has Windows on. The network is a Wi-fi home network.

View 3 Replies View Related

Ubuntu :: Edit Location At Location Bar?

Apr 30, 2010

i found that 10.04 hasn't edit location icon at location bar of nautilus. how to get it?

View 2 Replies View Related

Ubuntu Networking :: Can't Mount Network Location

Sep 27, 2010

I added this line to the fstab file:

Code:
//SERVER/dfs/users/USER /media/USER cifs uid=1000,gid=1000,username=USER,password=PASSWORD 0 0
and when I try to run

[Code].....

The line worked fine on Ubuntu 10.04 but is causing this error on 10.10

View 3 Replies View Related

Ubuntu Networking :: Obtaining IP Location From Logs?

Nov 5, 2010

I've signed up with a hosting company and have access to logs of visits to my website. How can I process these logs to obtain the geographic location of visitors from their IP number? If there's a way of bash scripting this, it would be ideal, or a dedicated softare that could read in the log file and output the location for each visit

View 4 Replies View Related

Ubuntu Networking :: Unable To Mount Location

Nov 29, 2010

I have two Windoze 7 laptops (i know, i'm evil) one Windoze Vista desktop, one Android 7" tablet, one Windows mobile 6.1 PDA and one Ubuntu 10.10 laptop. everything can read and write to everything except for the Ubuntu machine. i Can't see the Ubuntu machine from windoze or the droid, and like wise, my windoze and droid can not see the Ubuntu laptop. I keep getting the error "UNABLE TO MOUNT LOCATION", "Failed to retrieve share list from server."

this is what I have tried. Followed about 20 videos on you tube (to no avail.) Edited my smb.conf file (to no avail.) Uninstalled then reinstalled samba (to no avail.) Smashed my head into the screen several times (to no avail.)I was able to get 9.10 & 10.4 working O.K. But 10.10 has got me stumped. I did a search through this forum, but nothing seems to work. I don't restart Samba, I restart the laptop (better?)

View 4 Replies View Related

Fedora Networking :: Connecting To Server - Cannot Display Location SMB

Feb 15, 2009

In fedora 10 I want to browse the share files in our windows network. When I want to use 'connect to server' with user name and password. It says:
"Cannot display location smb://servername/"
"No application is registered as handling this file".

View 2 Replies View Related

Fedora Networking :: Samba Client - Could Not Open Location

Mar 2, 2009

I'm having a problem when browsing shares on other machines. If I hit alt+f2 and enter "smb://server" I get an error saying:
Could not open location 'smb://server/'
No application is registered as handling this file
If I enter "smb://server/share1" everything works fine. Typing the server name without the share name worked fine in Fedora 8, which is what this machine was running before I did a clean install of Fedora 10.

View 2 Replies View Related

Ubuntu Networking :: Cannot Connect To Other PC By Entering Its IP Address Into Location Either

May 5, 2010

Two machines with Lucid installed last week, both installed with the same standard settings. One machine can see the network and both itself and the other machine, the other PC cannot see the first machine or itself. In the Network window all I get is a folder saying 'Windows Network' and clicking that ticks away for a minute or so before saying error, cannot connect to it.

On both machines I have created a shared folder on the desktop to trigger an installation of samba shares which has happened.I cannot connect to the other PC by entering its IP address into location either.

View 3 Replies View Related

Ubuntu Networking :: Sharing USB HD - Unable To Mount Location

Jul 17, 2010

Have a home network consisting of a Desktop and a Laptop Both Running 10.4. The desktop has a usb hard drive attached that contains all files music, videos, photos etc. Have gone in and set up the share of the drive in the desktop and changed all the permissions etc. When I open network on the laptop the hard disk is visible but when i double click to access I get the following error message:
"Unable to mount location"
"failed to mount windows share"

View 1 Replies View Related







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