General :: Single Application Through OpenVPN Tunnel (Debian Lenny)?

Jan 25, 2010

I'm using Debian Lenny and I want to tunnel rtorrent only through a OpenVPN tunnel. I have a tunnel running, the config file looks like this:

client
dev tun
proto udp
remote openvpn.xxx.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun

[Code]...

My idea is that I could run a sockd proxy internally that redirects traffic to the openvpn tunnel. I could use the *nix "proxifier" application "tsocks" to make it possible for rtorrent to connect through that proxy (as rtorrent doesn't support proxies). I have trouble configuring sockd as my IP inside the VPN changes every time I connect. This is a config file someone said would help:[URl].. As my IP changes at each connect I don't know what to put in that config file. I have no control over the host side config file.

View 1 Replies


ADVERTISEMENT

Fedora :: Openvpn Certificate \ Installed Openvpn And Config It For A Tunnel?

Aug 9, 2010

i have installed openvpn and config it for a tunnel. my server.conf and client,conf is as follow:

server.conf
port 1194
proto udp

[code]...

View 1 Replies View Related

Debian :: Modify Configuration To Enable OpenVPN To Act As Tunnel Broker

Feb 18, 2011

I currently run openVPN on my Debian box that provides secure ipv4 routing from my laptop to my VPS in a different country (and from there the internet via this box). This works fine. However, id like to sort out ipv6 through this VPN as well as IPV4 and not overly sure how to do it. The remote server itself has native ipv6 configured on device eth0 and it works (ping6, traceroutes all fine,incoming to web servers etc) nicely on dual stack.

How would i go about modifying the config (both client and server if needed) to enable openVPN to act as a tunnel broker to enable the laptop to use the ipv6 through the server as well as the old v4? (the internet connection laptop end will not/does not have native ipv6 from the ISP. Currently im using he-net tunnel broker but id like to run myself through my existing openVPN). VPN config details: Its using UDP, port 1194, creates a TUN interface, redirect-gateway etc and the rest is normal config. Edit:- if it matters the clients are all running windows so i cant use sh scripts to set up stuff client end.

View 1 Replies View Related

General :: Setup VPN Tunnel With OpenVPN

Jan 31, 2010

I need to know the procedure to setup VPN between two network. i setup openvpn access server to do this easy. 1. Step by step procedure to setup VPN 2. Setup VPN with DHCP 3. How to check that open vpn is running successfully.

View 1 Replies View Related

General :: Windows - Routing Everything Except A Certain IP Range Through An OpenVPN Tunnel?

Aug 31, 2011

I've been working with my OpenVPN server for a while, and I have a rather interesting problem. I need to redirect all client traffic through the tunnel except for a couple IP's that need to be resolvable locally. The way I'm doing this is pushing these routes from the server:

Server 'PUSH' directives

push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"

I'm seeing that translating into these Windows routes:

Windows routes occurring

Wed Aug 31 15:14:35 2011 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 8.8.8.8,dhcp-option DNS 8.8.4.4,route 10.8.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.8.0.6 10.8.0.5'
Wed Aug 31 15:14:35 2011 ROUTE default_gateway=192.168.1.254

Wed Aug 31 15:14:40 2011 C:WINDOWSsystem32
oute.exe ADD 199.[*.*.*] MASK 255.255.255.255 192.168.1.254
Wed Aug 31 15:14:40 2011 C:WINDOWSsystem32
oute.exe ADD 0.0.0.0 MASK 128.0.0.0 10.8.0.5
Wed Aug 31 15:14:40 2011 C:WINDOWSsystem32
oute.exe ADD 128.0.0.0 MASK 128.0.0.0 10.8.0.5
Wed Aug 31 15:14:40 2011 C:WINDOWSsystem32
oute.exe ADD 10.8.0.1 MASK 255.255.255.255 10.8.0.5

I've hidden my server's IP beginning with 199 for security purposes.What I've gathered.I'm assuming that 0.0.0.0 is a kind of code for "everything," so I'm not sure how I could get this to work, but the general idea is that I need a specific IP range (172.16.*) to be resolvable on the LOCAL NETWORK (of the client) meaning it does not go through the VPN tunnel and the client can connect to 172.16.* locally.Is this possible? Routes can be executed through the command line, server "push" or client config options. Any way to get this to work while still routing other traffic through would do, really.

Additional Info: I have the server running on Debian 64-bit and the client running on Windows 7 (although Vista needs to work as well).Client/server configs can be provided if needed.

View 2 Replies View Related

Networking :: Setting Up A VPN With OpenVPN On A Debian Lenny Server?

Sep 9, 2010

I'm setting up a VPN with openVPN on a debian lenny server. I successfully installed it in the server, then created the certificates and both client (winXP) and server config files. For the client I use openVPN gui. I tested the tunnel and everything went just fine. I even can ping the openVPN server from the XP client.But thats all. I can't ping any machine behind the openvpn server.Some facts that you may find useful to help me with this issue are:

- The openVPN server is not the default gateway of the LAN. The dg is a pfsense server
- I dont have iptables enabled (policy of all chains are ACCEPT).
- I have configured ip forwarding (echo "1" >/proc/sys/net/ipv4/ip_forward)

[code]....

I have checked and all seems to be OK. I think that the problem is connected with routing the traffic from the vpn to my LAN but I don't know how to do that (besides the push route line in the server.conf).

View 11 Replies View Related

Networking :: OpenVPN Can't Establish A Tunnel Via Fw2

Feb 10, 2011

I have two firewalls, one primary (fw1) and one fall-back/backup (fw2). On the LAN side the fw's reside in the same LAN segment. I have a client who wants VPN redundancy. So I configured two VPN tunnels for this client. One via fw1 and a backup via fw2. Since the default gateway on the VPN server points to fw1 only the tunnel via fw1 is established. OpenVPN can't establish a tunnel via fw2 because of the gateway and just sits there waiting...

View 1 Replies View Related

Networking :: Share NAT Internet With Openvpn Tunnel

Jul 31, 2010

I'm playing with OpenVPN and I'm trying to share my VM's internet connection with another VM. My server VM has internet access through a NAT interface on virtualbox. My client can even ssh to the server, so the openvpn tunnel must be working. I've tried on the server:

[Code]...

View 1 Replies View Related

Ubuntu Servers :: Setting Up A Bridge For OpenVPN / Tunnel All The Traffic Through The VPS?

Feb 3, 2011

I have an Ubuntu VPS running 10.10 x86_64

This is what is in my /etc/network/interfaces right now.

Code:
auto eth0
iface eth0 inet static
address 67.202.x.x
gateway 67.202.x.1
netmask 255.255.255.0
auto lo
iface lo inet loopback
My server.conf
code....

I can get the VPN server running and everything connects fine from the client. I just don't know how to tunnel all the traffic through the VPS because it involves making the bridge which I'm having trouble with. What exactly am I supposed to put in /etc/network/interfaces?

View 1 Replies View Related

Software :: Geronimo-jetty7-javaee5-2.2 Fails To Deploy War Application Debian Lenny

May 3, 2010

I am trying to deploy a helloworld application of grails in war format which exists.To geronimo web server while deploying it failed and gives following error the username and passwords are the default that come with geromino is it the right way to use or I should do some thing more.GUI based deployement is not possible for me.It is an SSH server where Geromino is running.
System configuration is

[Code]....

View 3 Replies View Related

General :: Run Single Application Off Of Boot

Aug 8, 2011

I'm trying to run a Linux application and all I want to run is this one application off of boot. I need networking and that's all (no display, peripherals, etc.). I want no other applications running so that the application I run has 100% of the CPU. Is this possible?

View 4 Replies View Related

General :: Debian Lenny : How To Install Xfce 4.6 Instead Of Lenny's 4.4

Dec 14, 2009

i was trying to use gnome and kde but i don't like them. I tried xfce and it seem to fit my needs but.My computer is used to be powered on for a weeks. While time passes, a process xfdesktop begin to use more and more memory and to free RAM i need to log out and log in again.

I tried squeeze yesterday on my virtual machine and it has 4.6 and seem not to have that bug, RAM usage is static(yes it still works when i write this and have memory usage 34492k, which is not changing for an hours of usage already), also 4.6 is MUCH better than 4.4.

i already tried adding squeeze to "sources.list" but i can see too many dependencies which should be upgraded if i install 4.6, i'm beginning to afraid it can crash entire GUI(or entire system, i can see there is libc6 required to be updated).

View 14 Replies View Related

General :: Mute Sound From Single Application?

Apr 7, 2011

how to mute sound from certain application on linux(without changing sound setting within that programm)?

View 2 Replies View Related

Software :: "Single-Application Mode" In Debian?

Apr 19, 2010

There's this feature in MacOSX called "Single application mode", that makes it so only one window shows up. I was looking at ratpoison, but that doesn't allow the panel to run. What I would want is for my KDE-Dock and the menubar to stay, but only one "main" app loads at a time [the rest are "hidden", not minimized, either]. is this possible?

View 3 Replies View Related

Server :: Creating A VPN Using Lenny With A Single NIC

Aug 18, 2010

I want to create a VPN server using my Linux box that is running Lenny. I've googled and googled and tryed and tryed, and I havent been able to find something that will help me get it going. The server that I am running at the moment does not have a desktop installed as I don't need one. I access it through SSH.

So scenario that I have got and I want to incorperate is this:

I have a ADSL2 router that I want to port forward to my VPN server, and my VPN server has 1 physical NIC and a logical that I have pre-configured (Sub interface) thats on a different network. so this is what the IP configuration is:

192.168.0.1 (Router/Gateway)
192.168.0.254 (Linux Box/Proposed VPN server/eth1)
192.168.1.254 (Linux Box/Proposed VPN server/eth1:1)
192.168.1.253 (Windows Server that I can remote access to through the VPN)

I've looked at a few daemons that are available online for Linux. But I just can't figure out how to set it up properly. Perhaps someone who knows the best practices and pracedures when it comes to VPN with Linux that can pass there wisdom to me so I can note this down and keep it for later on.

View 5 Replies View Related

General :: Setting Up OpenVPN On Debian In Bridge Mode

May 12, 2011

I'm trying to setup openVPN on debian, well this worked. But every client will get the same ip (172.17.0.6 - local it is). how to set my server in bridge mode. I've read about: server-bridge LOCALIP 255.255.0.0 172.17.1.20 172.17.1.100

BUT, my server has no ipv4 address, but only ipv6: 2001:41d0:2:b2d6::542a:74a so I am not sure how I can do this.

View 1 Replies View Related

Server :: Running A Single Application On A Cluster?

May 28, 2010

I have come across an issue. We have an application for the biotechnology. The application is very heavy so we are trying to run it on cluster. We have four Dell workstation 7500. Each is having 32 GB RAM. But I am not getting the exact method of configuring cluster and node. I have tried Conga (Luci, Ricci). My questions are:1) Is it possible that our application can run on cluster ?2) If its possible then how shall i configure it?

View 7 Replies View Related

OpenSUSE :: Disable KDE Desktop Effects On A Single Window / Application?

Aug 17, 2010

When Desktop Effects are enabled in KDE the window for Tecplot 'bleeds' through, as if ~40% transparent in various regions. Disabling desktop effects fixes this, however, I would like to keep them. Is there a way to disable desktop effects on a single window/application?

View 7 Replies View Related

General :: Installing KDE 4.x On Debian 5/Lenny?

Oct 22, 2010

I've recently started trying out Debian 5 coming from Ubuntu. I'm very much in love with KDE 4.4 now they've fix it so it actually runs. but I'm unable to install it on Debian 5.

Right now I have Debian 5.0.3 on an Asus Eee netbook, and it's running KDE 3.5.x. I installed this from a Disk marked Debian, Official CD KDE i386, Debian GNU/Linux 5.0.3 "Lenny" (I bought the entire 33 CD set.)

I've tried to install KDE 4.x via synaptic, using the kdebase-runtime-bin-kde 4:4.1.0-2.

Even after a 3h download and install, it still boots with KDE 3.x. There is no switching to KDE 4.x in the KDM as well.

I've been unable to find a repository. I thought about using a Ubuntu KDE install, but after reading some posts here, I thought I'd better ask your opinions first. (Which I should ask too. if I see programs I like in Ubuntu, should I just compile them from tarballs instead of the .DEB binary to make sure they work in Debian 5?)

Should I wait till Debian.org actually puts KDE 4.x on their repositories (I hear the next version will have KDE 4.5.x on disk.)

System:
Asus Eee 1000HA
1.67ghz ATOM processor
2g memory
160g HD
Grub2
Debian 5.0.3, w/KDE 3.5.10
Ubuntu 9.04/Gnome

View 3 Replies View Related

General :: Upgrade A Debian Etch Box To Lenny?

Dec 8, 2010

I'm trying to upgrade a Debian Etch box to Lenny. I've opened /etc/apt/sources.list, did a global replace etch->lenny. Then I did "apt-get update" as root. After some activity, I got the following message:

W; GPG error: http://security.debian.org lenny/updates Release: the following signatures couldn't be verified because the public key is not available: NO_PUBKEY xxx And then another error of the same nature for the different, FTP site. Then it said I might to run apt-get update to correct that.

View 1 Replies View Related

General :: Debian Lenny Wireless Not Detected

Mar 16, 2010

I have been Linux user(Ubuntu)for about 3 years since my switching from Windows. Although I did not have any complain against it, I wanted to try Debian Lenny. I have already partitioned my disk and installed Debian. Everything worked fine according to my expectations except for one thing: wireless.I tried different things to get it works without result. The light indicator of my computer seems to be working but the Network Manager does not detect any signal. In Ubuntu the wireless is detected automatically even using the Live CD.

View 1 Replies View Related

General :: Check HDD Capacity Debian Lenny?

Nov 9, 2010

My specs: Debian Lenny i686, 7gb ram, 1tb hdd, Pentium 4 2.2 the rest not important.

Now, i did clean install of Debian on to my 1tb hdd as such:

- 14 gb swap (as far as I understood it has to be twice as ram)
- / root 25 gb
- /home the rest

I don`t know if it`s important, but I am under Gnome+Compiz+Emerald.

So the first question is: There is a program in: Applications/SystemTools/Disk Usage Analyzer It tells me thisScreenshot-Disk Usage Analyzer.png

Correct me if I am not right, but i am running out of disk space on /home?

View 4 Replies View Related

General :: Switching Locale(s) To URF-8 In Debian Lenny?

Apr 2, 2010

In accordance with directives - possibly misunderstood - I have reconfigured the Debian "locales" package; I changed the installed locale from en_US.ISO-8859-1 to en_US.UTF-8 and left the default locale for the system as "none". So far so good. In my ".bashrc" file, I have an entry for "LC_LANG".

If this entry is set to "en_US.ISO-8859-1" all my texts are readable on the console but I get warnings like: Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale If I change the LC_LANG entry to "en_US.UTF-8", I no longer get these warnings but the screen-display of Midnight Commander (mc) is a real mess. And even man-pages are no longer able to display hyphens (-) correctly.

View 3 Replies View Related

General :: Get A Single Cd For Debian Except The Netist

Jan 28, 2010

Where can I get a single cd for debian, except the netist

View 14 Replies View Related

General :: Sources.list For Debian Lenny Stable?

Feb 11, 2010

I am looking for the best sources.list there is for Debian/Lenny Stable,I got the following from the website of sources.list generator, but I am not convince because for the last 6 days I did not got any update to do, my system been for 6 days straight up to date so, I am not convince at all because it is odd, here is my sources.list:

Code:

#############################################################
################### OFFICIAL DEBIAN REPOS ###################
#############################################################
###### Debian Main Repos

[code]...

PD: I got Germany Debian servers because they are pretty fast nothing more and also I am running on my Desktop Xfce4 that I loved, but, I would like to know if there is any repository for updates on this wonderfull Desktop Enviroment.

View 14 Replies View Related

General :: Apache Not Running After Installing On Debian Lenny

Jul 10, 2010

I just installed apache2 on my VPS (running Debian 5 (lenny)). Problem is that when i start apache2 nothing happens.

Code:
ps ax |grep apache
and
Code:
ps ax |grep httpd
returns only the grep process itself, and

[Code]....

View 2 Replies View Related

General :: Debian Lenny Unable To Log In Over SSH Or Straight To The Server

Mar 10, 2010

I have installed Debian lenny with software RAID0 (i think it makes no sence to my problem but maybe...) I have installed apache2+php+MySQL (everything worked) I have installed proftpd (to enable users to put files over FTP) after this i tried to connect over SSH to my server i have got:

Code:

$ ssh -l shark 192.168.0.254 -v
OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *

[code].....

I thought it is problem with SSH i have tried to connect with another machine over putty, but no success... then i have removed ~/.ssh dir and tried to connect again... i got the same error. Then i connected keybord and monitor to my Linux box, tried to connect there... no success... neither root or my regular user shark. but i should mention my FTP users who have shell: /bin/ftp (symlink to /bin/false) log into the system and then automatically disconnect...

i have tried to boot my linux box to debian safe mode... it asked for a root pass. after i provided correct root pass it didn't fit. I remember once i have made my linux boot to init 1 without asking to provide a pass (it was mandriva Free 2005 or 2006.0) how to do it with a debian machine using grub or any other fixing possibilities?

P.S. i can not how provide server side /var/log/syslog or any other info because i cannot log into my Linux "server"

View 10 Replies View Related

General :: Install Givox Webcam On Debian Lenny 5.0?

Sep 28, 2010

I got a givox usb 168z webcam, I want to use it on my pc which has debian, so I want to know the procedure to install it.

View 3 Replies View Related

General :: Installing CUPS On Debian Lenny Server - No GUI

Sep 14, 2010

I have installed CUPS on my Debian 5 Lenny server. I do not have a GUI installed, only SSH to command line.

I cannot get CUPS to let me browse to the html interface from another machine. I believe that CUPS is running only on localhost because when I run

Code:

I get

Code:

When I browse (or telnet) to port 631 from another machine it refuses the connection, if I telnet from my Debian server to port 631 it connects.

My cups.conf is

Code:

I'm not sure how to make it allow me to browse from another machine that does have a GUI so I can configure a printer.

View 5 Replies View Related

General :: Setup Debian 'Lenny' On Machine At Home

Jan 30, 2011

I have set up Debian 'Lenny' on my machine at home. I work in the computer industry but I am not soo techie so I want to find the best way to learn Linux from scratch.

What would be the best source of documents to find what is available in Lenny eg. software and how to install them, how to configure package manager, configure wireless adapters, use UNIX commands for linux and install Apache, MySQL and PHP?

View 3 Replies View Related







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