Ubuntu Networking :: Setup OpenVPN In Order To Connect Back To Home Network While Traveling For Secure Browsing?

Apr 3, 2010

I'm trying to setup OpenVPN in order to connect back to my home network while traveling for secure browsing and such. However, before I can even start trying to set that up I tried to see if I could open port check my computer through the net. And I'm having a hard time doing that.

As far as I can tell, here are my roadblocks:
1. Is ISP (Qwest) blocking my ports?
2. Is my modem doing the proper port forwarding and firewall?
3. Is my router doing the same?
4. Is my firewall on the computer allowing the request?

To minimize sources of error, I've turned off my local and router firewall and setup my router to forward ports. I'm not to familiar with my modem, but I'm pretty sure that the firewall is turned off by default and I think I've done port-forwarding correctly. But still no success when doing an open port check. At this point I don't know how to diagnose the problem.

View 2 Replies


ADVERTISEMENT

Networking :: Use OpenVPN To Connect To Home Network

Apr 14, 2010

I have a network that consists of a few desktop machines, laptops, and two Internet connected linux servers. The Linux servers are the gateways, routers, and firewalls for my desktop and laptop machines.Whenever I'm away from home; I can connect to my home machines over the Internet by first ssh'ng (technically I use Webmin; because my firewall on each Linux servers blocks ssh from the Internet.) to one of the linux servers and then ssh'ng to the desired machine on my home network.

This works fine for my home linux machines. But not my Windows machines.I'd like to be able to rdp or rdesktop to my Windows machines.Will OpenVPN allow me to accomplish this ?

View 14 Replies View Related

Ubuntu Servers :: Squid Setup For Secure Browsing

May 17, 2011

I would like to use my Ubuntu server machine as a proxy so I can browse a little more securely/privately while I am traveling. I connect to a lot of open Wi-FI networks.I have Squid setup on an old laptop running Ubuntu Server 10.10 at home, and the main machine I will be using to connect to the proxy is a computer running Windows Vista.I am able to connect and use the Ubuntu Server machine as a proxy while traveling with the squid config file modified with http access set to 'allow all'.

Obviously this isn't the ideal setting.After lots of reading and Googling I can't figure out how to allow only my Vista laptop to use the proxy.I'm a little lost with the ACL settings required.

View 7 Replies View Related

OpenSUSE Network :: Browsing Secure Sites Is Very Slow

May 21, 2011

I've recently installed openSUSE 11.4 (64 bit) on my system and am experiencing severe performance issues with websites using https (any site using https). Page loads over https take anywhere between 30 seconds to 2 minutes. It's the same issue posted here Secure sites load slow or not at all -- there was no confirmed solution.

- My router/hardware configuration has not changed in a long time and I've run Ubuntu, Arch Linux, and Windows XP on the same machine within the last year and have not had any issues.
- I also have a laptop running Arch Linux (kernel 2.6.38) and this problem does not occur using Firefox 4 or Chrome. To add to the madness this problem occurs while running Firefox 4 inside a Windows 7 guest via virtual box, but NOT while running IE 8 inside the same guest.
- This issue occurs using Firefox 4, Chromium, Opera, Konqueror, and Arora.
- I've disabled ipv6 in Firefox via about:config.
- I've disabled ipv6 in yast and have attempted to use both the "ifup" and "networkmanager" options.
- I am not using a proxy server.
- I've attempted the fix posted in the Ubuntu forums for a similar problem [ubuntu] [SOLVED] Banking Site is very slow.

View 7 Replies View Related

Ubuntu Networking :: Cannot Connect To Secure Wireless Network

Jan 4, 2010

I have a Dell Inspiron 8600 laptop on which I recently installed Ubuntu 9.10. Most things work, but the wireless will not connect to my home wireless network (a Linksys WRT54G). (Cannot see any other WIFI antennas from here, so I don't know if it works on other networks). Ubuntu says I have an Intel PRO/Wireless 2200BG, Kernel Driver ipw2200.

When I try to look for a wireless network, Ubuntu doesn't see any. (Every other computer in the house does, Macs and PCs). I tried Connect to Hidden Wireless Network > New > and filled in the name and the WEP password that the Linksys gave me.When I select Connect to Hidden Wireless Network and select the network that I entered all the information for, the Connect button is always grayed out.

View 5 Replies View Related

Ubuntu Networking :: Connect To Secure Network Via Script?

Nov 2, 2010

Does anyone have a way of connecting to a secure network via a bash script?

Code:
#! /bin/bash
sudo su
iwconfig wlan0 stop
iwconfig wlan0 essid NETWORK_NAME
iwconfig wlan0 key NETWORK_KEY
iwconfig wlan0 start

View 2 Replies View Related

CentOS 5 Networking :: OpenVPN Network Manager PPTP Connect

Sep 15, 2010

I successfully installed openvpn and networkmanager openvpn plugin. Then I successfully added a PPTP vpn connection by networkmanager vpn tab which name is "vpn1". But now I don't know how to connect to this PPTP vpn connection. I tried bellow command but no luck.
openvpn --config vpn1.config

View 3 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

Fedora Networking :: Connect The Network Where The Openvpn Client Is,throught The Computer With The Client To The Other Network?

May 20, 2009

I have the following problem:I have to networks in remote places.I have an opnvpn client in one network that connects to the the router (openvpn server).My question is,can i connect the network where the openvpn client is,throught the computer with the client to the other network.If yes,how? (please make it an idiot proof anwser because i have limited knowledge about iptables). I was thinking like forwarding (the router in the network with the openvpn client is also firewalling with iptables) the request of the ip class of the openvpn network to the computer with the client,which masquarades the interface

View 2 Replies View Related

Ubuntu Networking :: Network-manager-openvpn And Static-key OpenVPN Connection In 9.10

Apr 5, 2010

i have some problems with configuring openvpn tunnel connection to my openvpn server. I'm using static-key tcp connection. Network manager always said to me that connection could not be established. Also, when i try to run openvpn from terminal, i got some strange permissions problem:

Code:

openvpn --config config.ovpn
Mon Apr 5 15:48:37 2010 OpenVPN 2.1_rc19 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] built on Oct 13 2009
Mon Apr 5 15:48:37 2010 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Mon Apr 5 15:48:37 2010 /usr/sbin/openvpn-vulnkey -q moj.key

[code]....

View 1 Replies View Related

Ubuntu Networking :: Setup A Simple Home Network?

Feb 6, 2011

I have three PC's. PC-1 is a newish Dell Vostro 320 running Win 7 as the prime OS with Ubuntu Linux 10.10 dual boot under the control of EasyBCD. PC-2 is a Dell Inspiron 6400 running Ubuntu Linux (10.10). PC-3 is an oldish Dell Inspiron 6000 laptop dual booting Win 7 and Ubuntu 10.10. All three PC's share a DSL connection to our ISP and network using the wireless router capability of the DSL box (a Billion 7401 VGP-M). All three PC's can access the internet using the DSL box both wired and wirelessly under Windows or under Linux. PC-1 is the primary PC and runs Win 7.

PC-2 (Ubuntu 10.10) is running fantastically well and can access PC-1 running Win7 as a member of WORKGROUP for print sharing and for file sharing. The primary PC-1 can also see the files on PC-2 as a member of a Windows WORKGROUP. Simple home networking is working as it should with this setup (PC-1 under Win 7 and PC-2 under Ubuntu 10.10). This has been like this since the installation of Ubuntu on PC-2, which included setting up network printing from PC-1 (Win 7) under Samba.

The problem is thus: If I boot PC-1 or PC-3 up under Linux, I lose all networking capability between the three PC's including print and file sharing, but they can all access the internet through wireless or wired connection. I have configured Samba and done all the home networking troubleshooting especially:[URL]..All to no avail. As I said, my aim to ditch Windows and move all three PC's to Linux but I can't do this unless I can get Linux home networking working properly. By properly, I mean all PC's running Linux or two under Linux and one under Windows 7 and be able to share files and a printer attached to PC-1. I am a Linux virgin and am hoping that a knowledgeable person can tell me what's going wrong and point me to setting up a simple home network under Linux. It shouldn't be this hard.

View 7 Replies View Related

Ubuntu Networking :: Setup A OpenVpn On 10.04 - Error "Stopping Virtual Private Network Daemon - No VPN Is Running"

Mar 15, 2011

I'm trying to setup a OpenVpn on my Ubuntu 10.04 and after doing the configs from here: [URL] I get an error:

[Code]....

View 1 Replies View Related

Ubuntu Networking :: Setup Home Network And Share Files?

May 31, 2010

I just switched over to ubuntu 10.04 LTS Netbook Edition from Windows XP and I am wondering how to setup a home network and share files with other computers in my house? I tried going to Preferences -> Personal File Sharing. But the options for 'Share Files over the Network' is grayed out. The message is "This feature cannot be enabled because the required packages are not installed on your system."

View 9 Replies View Related

Networking :: Setup A Firewall In Home Network Environment

May 2, 2010

I am attempting to set up a firewall in my home network environment. the rest of the environment is windows, sorry I am attempting now so bear with me. what I have is a cable modem coming in, then my fedora 11 box with 2 nics, then the wireless router and the rest of the network.

everything works fine until I put the linux box in. If I put the firwall in the firewall sees the internet but the wireless router directly after does not. I am doing something wrong with the dhcp I am guessing. I dont want the firewall to give the address to the network I want the router to. I tried to get the firewall to do it (yum install dhcp leafnode) but it kept saying something didn't work right.

so I figure I will let the cable modem give the firewall an ip and the router give the rest of the network their ip's but how do I get the firewall and router to see each other and allow passthrough?

View 1 Replies View Related

Fedora Networking :: Home Network - Setup One As Server And The Others As Client

Mar 29, 2009

how to setup a home network for learning purpose. i have two laptops and a desktop connected to a modem-router for broadband (wired connection), i want to setup one as server and the others as client.

View 2 Replies View Related

Networking :: Connect To PC In Home Network By Name

Jan 5, 2010

I am still building my home network, and want it o be able to connect to different computers by:
\pc-name

We have 2 types of computers:
Computers in the workgroup WORKGROUP (2 debian, 1 vista)
Computers in the domain TUE (required by our university) (3 vista, 2 xp)

Within the workgroup, I can call pc's by their name, but this is not possible by the pc's in the domain. I can however always do \ip and the 2 debians have a samba server running, which is available through \ip (and \name, for the computers in the workgroup).

View 5 Replies View Related

Ubuntu Networking :: Cable Modem Networking - Can't Connect To Each Other On The Home Network

Feb 14, 2010

I just got connected to Charter Cable Internet service a few days ago and I'm having a weird problem with my home network. Prior to this my network worked fine. On my network I have a desktop running Ubuntu 9.10/64 and Virtualbox with WinXP installed, an HTPC with Ubuntu 9.10/32 installed and a laptop dual booted with Ubuntu 9.10/32 and WinXP. The desktop and HTPC are hard wired to a wireless router and the laptop is wireless. The cable modem is hard wired to the router. I have samba installed and UFW is disabled. The problem is: with the cable modem turned off or on standby, all machines connect to each other and can transfer files, etc just fine but when I activate the cable modem all of the machines can connect to the Internet but the machines running Ubuntu can't connect to each other on the home network. If I boot the laptop into Windows, it can connect to the Linux machines just fine but if I boot it into Linux, it won't connect to the Linux machines but it can connect to the Internet and as far as the desktop, Ubuntu won't connect to the network but Windows running in the Virtualbox with bridged networking can connect to all of the machines.

View 2 Replies View Related

Ubuntu Networking :: Why VCN Will Not Allow To Connect From Phone Outside Of Home Network

Nov 1, 2010

why my VCN will not allow me to connect from my phone outside of my home network... When I do open up remote desktop it changes what it says... one day it says only available through Name.Local and then the other day it shows the IP address and says over the local network. I have tried going into gconf-editor and messing around but it still doesn't seem to work.. I'm not entirely sure how to mess around with my router.. and if that is necessary..

View 5 Replies View Related

OpenSUSE Network :: OpenVPN Server Setup?

Feb 22, 2010

We have installed "openVPN" from openSUSE 11.2 repo and "openVPN - webmin module" (GUI).What it needs to be done .. "Road Warriors" need to be able to access websites through openSUSE box sitting in the data center, from remote locations (hotel, coffe shops, wi-fi hot spots,..)We're half way there but it gets stucked somewhere with the IP's

View 6 Replies View Related

Ubuntu Networking :: Home Network - Connect To The Windows Machines

Jan 14, 2010

I have a home network of 4 computers - 3 Windows & 1 Xubuntu I'm able to connect to the Xubuntu machine from all of the Windows computers, but I can't do the opposite - connect to the Windows machines from the Xubuntu. I'm using Gigolo, and I can see the network, but it says no servers found.

View 5 Replies View Related

Ubuntu Networking :: WPA Not A Choice - Connect To Home Network Which Is Wpapsk

Jan 17, 2010

I am trying to connect to my home network which is wpapsk when i click on the networking item in the tool bar at the top it shows my network and when i click on it to join the network it asks my for my security and it only lists wep 40/128-bit key or wep 128 bit phrase or leap?? or dynamic wep(802.1x)

there is no choice for wpa. but when i set up a new network or attempt to edit the network listed under wireless i can see wpa but the system does not connect i have tried looking around for info all with instructions on "enabling" wpa by using wpasupplicant which is there but nothing happens in fact when i try the code sudo gedit /etc/network/interfaces i get command not found which in all the techniques i have tried require this line.

View 9 Replies View Related

Ubuntu Networking :: Netbook Cannot Connect To My Home Wifi Network?

Jan 22, 2011

I got my netbook in the mail yesterday, opened it up, logged in, and Windows 7 was installed. Being a Windows hater my whole life, I followed a friend's advice and downloaded Ubuntu netbook, made a USB drive, changed the BIOS settings, all that. Here's when the stupidity occurs--I decided to go ahead and install Ubuntu without trying it, and to delete Windows to do so. A couple minutes later I realized that was a really, really stupid idea, so in a panic I turned my netbook off. I turned it back on and it was still on install but not really moving, so I powered off and on again and went back to the "Try Ubuntu" or "Install Ubuntu" choice screen. I chose "Try Ubuntu" and found that it did not recognize my home wifi network or ask me to join--or any wifi network, for that matter.

Now, it did recognize my wifi network the few minutes I spent on Windows 7, so I tried to change the BIOS settings back to where I could just use that until I figured out the problem. But no matter which setting I tried (HDD/SDD just gives me a black screen, and FDD and LAN do the same as the USB drive), I can't get back to Windows, so I guess I did delete it. Which leaves me with a netbook that can only connect to the internet via ethernet cable. Which kind of defeats the purpose.

Questions I should answer:

1. How am I trying to get online? My home's wireless network. We have a router. All the other laptops in the house connect fine.

2. Who is my internet service provider (and in which country?) COX, United States.

3. Can you get online with any other method? Yes, the internet works fine with an ethernet cable.

4. How am I getting online to post in this forum? My parent's laptop.

5. What hardware are you using? Toshiba N505 netbook and a router. I can give more information about the router if you need it, but I doubt it's the program since the other laptops are fine.

Give me one moment and I will add some code that it gives me when I put in the commands this website tells me to.My two final questions are:

1. Is there any way to recover Windows without buying it again?

2. How can I get Ubuntu to connect to my home wifi network?

EDIT: Here's some code. I have no idea what it means, but hopefully you do.

To run a command as administrator (user "root"), use "sudo <command>".See "man sudo_root" for details.

ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller[code]......

View 1 Replies View Related

Fedora Networking :: Home Network - Can't Connect To Windows XP Laptop

Apr 1, 2009

Since I installed fedora on my desktop (there is no other OS on my desktop computer at the moment) I can't connect to my laptop which has Windows XP installed on it, although I can normally connect to internet from both computers. Here is the drawing to illustrate how everything is connected:

On the picture you can see that the phone line goes to the ADSL modem. The ADSL modem is connected to the Wireless modem with LAN cable. Wireless modem is connected to my desktop computer with LAN cable, and trough the wireless connection to the laptop. Internet is working fine for both computers, but desktop can't see laptop and vice versa. What do I need to do in order to see the laptop?

View 1 Replies View Related

Ubuntu Networking :: No Web Browsing After Dansguarding/squid Setup?

Jul 6, 2010

After following the below how to im no longer able to browse the internet.

[URL]

This happened after issueing the command:

sudo update-rc.d tproxy defaults

View 2 Replies View Related

OpenSUSE Network :: Setup An Apache Server On Computer Which Will Allow Browsing Of Files In A Specific Directory And Subdirectories?

Jun 13, 2011

I'm trying to setup an Apache server on my computer which will allow browsing of files in a specific directory and subdirectories, without needing any sort of authentication.

I've got the Apache2 server up and running through yast, and everything works fine as long as I try to point it to the /www/htdocs folder. However, I want to point it at another folder, which is on another partition. This partition is formatted as NTFS, if that matters at all (here's some background on some permissions issues I had with the NTFS partitions recently).

When I change the "Directory" setting in the Yast http server configuration utility to the directory on the NTFS partition I wish to use, attempting to access the server results in the following error:

Code: Access Forbidden: You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster.

Error 403
192.168.1.100
Mon Jun 13 23:43:29 2011
Apache/2.2.17 (Linux/SUSE)

View 4 Replies View Related

Networking :: Home Network - Connects To The Internet To Also Be Able To Connect To The Slackware Server

Aug 9, 2010

I have one pc on which I have installed slackware and samba (fixed IP, mask 255.255.255.0) I have another PC (also XP) which also has fixed IP running XP, and I can connect that to the slackware server easily My third PC connects to the internet and gets its IP address from the Cisco router(?) that provides the IP and mask on boot up.

I tried changing the IP and Mask on the slackware server to match the internet PC (which uses a mask 255.255.254.0) but the PC mask and IP changed on the internet PC I want the PC that connects to the internet to also be able to connect to the slackware server, but I see no need for the slackware server to also connect to the internet - I will mainly use it as a file server When I worked for another company I think the IT department talked about having 2 network cards in the PC that connects to the internet

View 6 Replies View Related

Fedora Networking :: Networks Connects To Home Wifi Network / But It Will Not Connect To Internet

Aug 6, 2010

I know Windows forward and backward but I am so new to linux it's just wrong. I just installed fedora (like 1hr ago) on and old toshiba laptop with a WiFi PC card. Everything seems to work fine except. My Networks connects to my home Wifi network but it will not connect to internet. When it connects the IP address isn't even close to being in the same range as my other laptops and PCs. Like I said I'm new to linux but I'm wanting to learn. Any fixes for this issue? Which linus book is the best one to read for a beginner? Other then not connecting to internet I have no complaints.

View 14 Replies View Related

OpenSUSE Network :: Can't Connect To WPA Secure Routers.

Mar 1, 2009

I can connect to unsecure routers, but not to any secure routers. NetworkManager doesn't seem to work and neither does anything else I try. I have tried with WPA supplicant but to be honest I have not a clue what to do. I have an Atheros ar5009 card and I'm currently using the ath9k module. Lan works just fine. But my wireless doesn't.

wlan0 IEEE 802.11abgn ESSID:""
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s Tx-Power=23 dBm
Retry min limit:7 RTS thrff Fragment thr=2352 B
Encryption keyff
Power Managementff
Link Quality=92/100 Signal level:-36 dBm Noise level=-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

I have updated everything it seems like, but nothing I do seems to work. I have been at this for almost 3 weeks already hoping for a break and so far nothing.

View 9 Replies View Related

General :: Cannot Connect To Secure Network (wpa_supplicant)

May 13, 2010

i believe it is a wpa_supplicant problem. running ubuntu 10.04 on a toshiba netbook. i have my account which cannot connect to internet, wicd returns an error that it cannot obtain ip address. cannot even connect to a unesecure network for that matter. if i switch users to another user and do the quick switch users i can get internet then i switched back to my main account and here i am postings. how do i begin to hunt down the problem logs, settings how do some of you begin to hunt down the cause of this and where it would be located.

View 1 Replies View Related

Ubuntu Networking :: Create And Setup Ubuntu Home Network

Nov 26, 2010

how to setup a home network with my three ubuntu boxes. I've looked around online and tried from what i know with windows to setup a file sharing network, but i haven't had any luck. I've been using ubuntu now for almost seven months and would really like to figure this out to expand my setup.

View 9 Replies View Related







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