Fedora Networking :: How To Create Tunnels In 13

Jul 24, 2010

How can i create tunnels in Linux I use MyTunnel in Win for tunneling But i don't know how can i do that in Fedora 13

View 7 Replies


ADVERTISEMENT

Ubuntu Networking :: SSH Tunnels On Startup?

Jan 6, 2010

I have multiple ssh tunnels that I need to run on startup. Does anyone know a working way to do that? I have tried creating a script and putting it in all sorts of directories (/etc/init.d/, /etc/, /etc/network/if-up.d/). I have also tried appending the commands to /etc/rc.local but nothing works. The script is actually executed in all these places because I tried putting a simple mv command in there and that was executed but these ssh tunnels won't be constructed. My script looks something like this:

#! /bin/sh
xterm -e ssh ....... &
xterm -e ssh ....... &
xterm -e ssh ....... &

I also have another program that I would like to run along with the ssh tunnels. The program needs to be run as root, but that won't work either.

View 9 Replies View Related

Ubuntu Networking :: Setting The Tunnels And Rdp?

Apr 17, 2011

I want to login to my university server, in windows i used Putty and rdp.the setting in putty (download to my ubuntu and runnig) SSH-> tunnels

destination: 2.bgu.ac.il:3389
source port:7000
on local
session SSH type 1.bgu.ac.il port:22

so far so good i logged in and i can see the files on the 1.bgu the next step is to open RDP and ask him to login localhost:7000Not Working, i use Gnome-RDP and Remmina Remote Desktop Client no luck on both.

View 1 Replies View Related

Networking :: Identifying Multiple Ssh - Tunnels?

Sep 7, 2010

got the problem with multiple ssh-tunnels. The case is:I have 1 server running Slackware 13.0 with external ip and few windows-machines. inetd daemon is running on the server, my script is listening on port 2345. I create multiple ssh-tunnels from client machines to the 2345 port of the server in order to initiate script execution. For debugging reasons the script simply echoes the incoming information to the connection initiator. This is how the connection is initiated.

Code:
ssh <user>@<my_server_IP> -L 5555:<my_server_IP>:2345
echo "hello"|nc -vn 127.0.0.1 5555 (a port on a client-machine, that is forwarded to <my_server_IP>:2345)
gives "hello" output.
Code:
client1 port 5555|----ssh-tunnel---- eth0|-------server---------------|

[Code]...

The problem is that i need my script to execute some commands (registry parsing) on a remote client machine with winexe utility. So I need to identify each tunnel or each connection in order to execute the command on each of the client workstations. I need at least to have access to some ID of the ssh session or a tunnel, through which a certain connection was initiated and then use it to create a reverse tunnel or just connect to certain client via that client`s tunnel.

View 3 Replies View Related

Networking :: Multiple Reverse SSH Tunnels For 100+ Servers?

Jul 26, 2011

I am looking at using reverse SSH tunnels to manage servers on client sites. I have played around with reverse tunnelling, and have it working on one server back to my middle man server from which I can SSH across from my own PC. All working fine. When I scale this up to 100+ servers reverse tunnelling in, usernames & passwords become a pain, so I'd prefer to use RSA keys instead. My question, finally you might say, is this, to successfully ssh from my PC to the remote server, do the RSA keys need to be on the middle man server as well, or is it just my PC and the remote server?

View 1 Replies View Related

Ubuntu :: Listing All Currently Active SSH Tunnels?

Dec 19, 2010

I can create a tunnel with the autossh command. Is there a way to view all SSH tunnels created by that command?

View 2 Replies View Related

General :: Forwarding Specific Ports Through SSH Reverse Tunnels?

Jun 28, 2011

So unfortunately I live in a place that will not let me have a static IP, so I have been setting up access to my home computer via reverse SSH tunnels that run on an micro amazon ec2 instance. I have gotten SSH to work fine, but I cannot figure out port forwards.Here is a small infographic I made to help illustrate (i felt the question was clearer with a diagram of what I was trying to do. Here are the commands listed in the graphic:I the following on my home computer: ssh -R 1337:localhost:22 -i .ssh/tokyoMinekey.pem ec2-user@ec2serveraddressand I run this on the ec2 server: ssh -L6600:localhost:6600 -Nf localhost -p 1337

View 2 Replies View Related

Server :: How The Governments Discover Illegal VOIP Over VPN Tunnels

Apr 1, 2011

if I'm connected to one of VOIP Providers using a VPN connection to this provider, how the government will know that I'm doing such this issue ? how can I mis-track that activity ?

View 1 Replies View Related

Fedora Networking :: How To Create VPN F14

Dec 2, 2010

I've just installed Fedora 14 on VMware and i want to create vpn connection over it, because my ISP only allow vpn connections to connect Internet. code...

and 1 or more rpms not installed on my FC 14 can ny1 guide me how can i create a vpn fully working!

View 1 Replies View Related

Fedora Networking :: Not Able To Create PPPoE Connection

Jun 16, 2009

I have just installed FC11 from a DVD I created from an ISO.I also have FC10 (using here) and Windoze XP pro all on separate HDDs.I have not been able to configure my internet connection, when I try to create a new xDSL connection I get an error message; package needed 'rp-pppoe'.I don't now how to get the package without a connection.I have tried with and without Network Manager.

View 2 Replies View Related

Fedora Networking :: Create A Proxy Server On A F10/F11/F12?

Mar 9, 2010

I'm a network administrator and I have to cut the internet access to some network users. I would like to do that by installing a proxy server on a F10/F11/F12.

View 5 Replies View Related

Fedora Networking :: Unable To Create VPN Profile - F13 & KDE / Fix It?

Jul 23, 2010

I have a fresh install of Fedora 13 64 bit. I am unable to create VPN profiles in network manager as a normal user.

To test: Logging in with gnome as root, I am able to create a VPN profile in Network Manager Logging in with KDE as root, I am not able to create a VPN profile in Network Connections.

Problem: Logging in as a normal user with KDE, I am not able to create a VPN profile in Network Connections. On the VPN tab, the Add... button is greyed out.

What is required to add VPN connections under KDE on Fedora 13?

View 1 Replies View Related

Networking :: Create A WAN Balancer On Centos Or Fedora?

May 10, 2010

Is there a way we can create a WAN Balancer on Centos or Fedora?

If yes what are the essentials hardware requirements to achieve the same?

And also let me know if there is any reference URL that I can go through?

I have heard about Untangle as mentioned in the below URL but want to find out if it can be achived on CentOS or fedora.

URL: [url]

View 1 Replies View Related

Fedora Networking :: Create A Vpn - Pptp - Using The Networkmanager - Failed ?

Sep 21, 2009

I thought configuring a vpn would be a piece of cake, but it seems I'm missing something.

I'm attempting to create a vpn (pptp) using the networkmanager (0.7.1). I enter the gateway (I assume thats the server I'm trying to connect to) and my login information. What is the NT Domain?

When I try to connect it only tells me after a while that it failed to do so. How can I find the information on what went wrong in the process?

View 2 Replies View Related

Fedora Networking :: How To Create Wireless Access Point?

Dec 11, 2009

I am looking for help on how to create a wireless access point using fedora core 12.I have done some searching and have not found anything.

View 1 Replies View Related

Fedora Networking :: Create A LAN Where The Machines Connected Have A Name Binded With The IP's?

Mar 9, 2010

How can one create a LAN in fedora where the machines connected have a name binded with the IP's . The names corresponding to the IPs are stored on a host which can act as a domain name server. The host can have a name of something like test1.test1.org. I am actually working on Globus toolkit where I will be providing grid services to clients. For that I needed a static IP registered with a domain name service. But since I required it only for local network so I thought to create a Local network myself.

View 14 Replies View Related

Fedora Networking :: Can't Create Vpn Connection - Cannot Save And Exits Out

Jun 17, 2010

I am running Fedora 13 Gnome. When I try to create a VPN connection using Network Manager (vpnc) it says that it cannot save the connection and exits out. I can provide other information if necessary.

View 3 Replies View Related

Fedora Networking :: How To Create Virtual Network Adapter

Nov 11, 2010

I m facing problem in creating virtual network adpater. I want to have multiple mac address for a single NIC.

View 2 Replies View Related

Fedora Networking :: Create Shared Folders And Stream To Other Pc's

Jun 5, 2011

network with a laptop with windows 7, a wireless all-in-one dcp-585cw, eminent em7075-dts.
it's possible to create shared folders in windows, in order to make them accesble for other pc's, devices, such as the eminent em7075-dts multimedia player.

when i start windows mediaplayer ( a requirement), i can browse over my pc when i am on the interface of the em7075 ( what you see on tv when go to the hdmi channell.) in other words, i have the option to play / stream a movie from my pc, over the network to the em7075.

View 2 Replies View Related

Fedora Networking :: Hostapd - Create A Bridge Between Wlan0 And Eth0

Feb 3, 2011

what i want to do is

client <--> wlan0 <--> computer <--> eth0 <--> internet

i have 2 network connections eth0 wired connected to internet wlan0 wireless (work fine) i have installed hostapd with madwifi and so on oki when i run hostapd the clients see the hot spot oki clients connect with wpa oki network manager run at demand not automatic (keep it for internet help) now i'm a bit lost what do i need is wlan0 give the client an ip (dhcp demand) create a bridge between wlan0 and eth0 steps to create a permanent bridge between wlan0 and eth0

View 2 Replies View Related

Fedora Networking :: Create A Broadband Connection Using Network Manager?

May 26, 2011

Just replaced a working install of Ubuntu because i like GS over unity but i cant get my USB760 EVDO card to work. The usual fix of editing the cd.rules file and copying some information into modem.fdi does not seem to work on F15..

Also, noticed that when i attempt to create a broadband connection using network manager it allows me to go through all of the setup dialogs, but never actually adds the broadband connection.

View 1 Replies View Related

Fedora Networking :: Tool To Create Multiple Listening Servers On TCP And UDP Ports

Jan 17, 2011

Looking for a test tool where I can fire up any number of ports (TCP and / or UDP) to listen on.

I am currently getting my using nc but its only 1 port at a time (i know I can open up multiple sessions but thats cumbersome), it can't do UDP, and it closes at the end of the session.

A friend has suggested socat but it looks pretty much the same except it can do UDP, but also cumbersome, I have to manually output to a different file per port, etc.

Basically its so I can quickly test firewall and NAT rules.

View 7 Replies View Related

Fedora Networking :: Vodafone Huawei K3520 / Create A Conection To Provider On Boot?

Aug 13, 2010

i have a usb modem 3g huawei k3520 that is installed on FC13 minimal only shellli have see that my modem is config with dmesg ....

now i want to create a conection to my provider on boot ... can anyone help me find the files where i create my conection and how can i make my modem to conect autom on boot...????
i m newbie and i don t no very well the shell....

View 3 Replies View Related

Fedora Networking :: Bridging NICs - When Use Brctl Command - Create A Bridge It Doesn't Let Add Wireless Card

Jul 9, 2010

I want to connect my modem straight to my fedora 13 box, using it as a firewall, and I want to use my wireless card to set up an ad-hoc to give internet to the windows computers in my house. My router has been messing up and I am trying to create a quick fix until I can solve the problem.

My eth0 has internet connectivity but when I use the brctl command to try to create a bridge it doesn't let me add my wireless card, wlan0, and also I lose internet while my eth0 is in a bridge. I am fairly new to Linux.

View 2 Replies View Related

Fedora Networking :: Setup The Network Scripts To Create Two Network Interfaces For Vlan X And Y?

Apr 7, 2009

Using Fedora 10, can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 2 Replies View Related

Fedora Networking :: Create A File Like "ifcfg-eth0:1" And Put Contents?

Jun 9, 2010

I am having a problem when creating alias in Fedora Core 10. When i create a file like "ifcfg-eth0:1" and put contents in it like

DEVICE=eth0:1
BOOTPROTO=static
IPADDR=ip addrss
Netmask=Netmask

and when i save settings and restart with "service network restart" the network card does not create any alias like eth0:1 instead it replace the original ip address of eth0 with the ip address i given to eth0:1. So i want to keep both network ips of eth0 and eth0:1.

View 3 Replies View Related

Networking :: How To Create A Host Name

Jan 24, 2010

I have installed NXServer from NOMachine and I want to connect to my home computer from work. Because the router at my house is dynamic as is the wireless to this computer how do i go about setting up a host name for one of these computers? I am running the latest debian. I also intend to use this computer eventually as a file and web server so this would be extremely benificial

View 2 Replies View Related

Fedora :: Create A Ks File To Install All Packages (fedora 12 Of Course)?

Apr 26, 2010

Trying to create a ks file to install all packages (fedora 12 of course). The file have in it:

%packages
@ everything
kernel
kernel-devel

which used to work in RHEL, but in here, I get the message on screen: "You have specified that the group 'everything' should be installed. This group does not exist. Would you like to continue or abort". so what's the group name/code to install all packages?

View 1 Replies View Related

Ubuntu Networking :: Create SSL Tunnel Over Ssh?

Oct 3, 2010

I Need to make an SSL tunnel over SSH, I need to create exactly an SSL tunnel,I have a situation like that, I heared it is possible,but don't know how to create an SSL tunnel over SSH i am having putty installed on my pc,So i think i can use putty for this purpose, But i don't know how to do this.

View 1 Replies View Related

Ubuntu Networking :: Why Create Sub Interfaces?

Oct 31, 2010

What is the use of creating sub interfaces, for example eth0.1 etc. can someone please give an example of a situation where it would be useful

View 3 Replies View Related







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