Debian with PPTP Server


 
Thread Tools Search this Thread
Operating Systems Linux Debian Debian with PPTP Server
# 1  
Old 07-21-2011
Debian with PPTP Server

Dear All

My scenario is

Debian with PPTP Server in which I am able to connect to through other machines. Ive enable echo 1 > /proc/sys/net/ipv4/ip_forward and through client machine i can browse internet as well

I created another pptp client in debian server which connects to another service provider. Now I want my users which are connecting to this debian pptp server to use internet which I m getting on this server from another ISP (through a pptp client)
I already tried All Traffic Through Tunnel script but it didnt helped me out.

Please help

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Debian

X2go server on Debian 8.10, stdin is not a tty

I am using x2go server on Debian 8.10. When I try to connect using x2go client, I get the error: My online searches return results of most people suggesting to replace the line: mesg n with tty -s && mesg n in /root/.profile or some variation. I tried this but the problem... (2 Replies)
Discussion started by: brighamandrew
2 Replies

2. Debian

Tar backup of debian server

Am reading this doc Full Hard-Drive Backup with Linux Tar on backup. why do we need the dot at the end ? tar -cvpf /backups/fullbackup.tar --directory=/ --exclude=proc --exclude=sys --exclude=dev/pts --exclude=backups . (7 Replies)
Discussion started by: coolatt
7 Replies

3. Debian

How to exit debian server terminal?

I have an situation that are quite strange to me. I am not able to exit the server terminal and enter back into my home computer terminal by the command exit like I used to be able to exit the server terminal with before. I end up into my root shell again without even typing the root password like... (6 Replies)
Discussion started by: Jonathan Sander
6 Replies

4. Debian

Best RAID settings for Debian Server? Help!! (1+0 or 5 or NAS)

I am installing a Debian Server on a: HP Proliant DL380 G4 Dual CPU's 3.20 ghz / 800 mhz / 1MB L2 5120 MB RAM 6 hard disks on HP Smart Array 6i controller (36.4 GB Ultra320 SCSI HD each) I will be using this server to capture VHS video, encode, compress, cut, edit, make DVD's, rip... (0 Replies)
Discussion started by: Marcus Aurelius
0 Replies

5. Emergency UNIX and Linux Support

pptp server - GUI

Hi guys. I am going to build a Linux VPN server(PPTP) for my friend but here is the problem: He don't know Linux and command line to manage users, monitor server, etc anyone knows a good GUI for this problem? I need some solution like nttacplus (2 Replies)
Discussion started by: majid.merkava
2 Replies

6. UNIX for Advanced & Expert Users

PPTP authentication via Debian user accounts

I've set up pptp vpn on Debian. Works fine. User authentication is made base on file /etc/ppp/chap-secrets. I'm looking for option that user authentication in pptp would be made base on debian system users accounts or samba accounts at last. Ther's no clue on google or forums so I decided to... (1 Reply)
Discussion started by: uselab
1 Replies

7. Debian

Debian ftp server

What the best FTP server to run on debian.. it has to be secure and stable.. also any guides flying around ? Thanks (3 Replies)
Discussion started by: wmccull
3 Replies

8. UNIX for Dummies Questions & Answers

First Server (Debian) MacBook Remote Login

Hi, I just picked up the book "Linux System Administration" and would like to get started setting up a server. I currently have a MacBook running OS X 10.5.1 and would like to use it for remote loging to the server. I have a Netgear WGR614 v6 wireless router. I'm wondering if I will be... (3 Replies)
Discussion started by: andou
3 Replies

9. UNIX for Advanced & Expert Users

pptp / pf issue

Long story short, I have an issue with getting my VPN to connect to my w2k3 server box when I include the block all rule in my pf.conf: block log all Here's the output: Apr 04 06:04:09.291697 rule 1/0(match): block in on hme0: call 3033 seq 0 gre-ppp-payload (gre encap) Apr 04... (0 Replies)
Discussion started by: xyyz
0 Replies

10. UNIX for Dummies Questions & Answers

FreeBSD 4.9 PPTP server

Hey guys, what's up? I'm new to UNIX and I really don't know much. Kinda learning as I go along. I have successfully installed FreeBSD 4.9 and enabled FTP and Telnet services. I'm looking to setup a VPN server on my BSD box but I'm lost. Can anyone guide me in the right way? Much thanks! -... (2 Replies)
Discussion started by: sirex
2 Replies
Login or Register to Ask a Question
NAME-CLIENT-2(1)						  [FIXME: manual]						  NAME-CLIENT-2(1)

NAME
name-client-2 - CORBA Naming Service client SYNOPSIS
name-client-2 [root] [[bind] | [rebind] | [bind_context] | [rebind_context]] [name] [object-id] name-client-2 [root] [[resolve] | [unbind] | [bind_new_context] | [list] | [destroy]] [name] name-client-2 [root] [new_context] DESCRIPTION
name-client-2 is used to query or control a CORBA Name Service, such as the orbit-name-server-2. OPTIONS
name-client-2 accepts the following arguments: Binds or rebinds an object or naming context to name. Resolves, unbinds, lists, or destroys name or binds name to a new context. Creates a new naming context and writes its IOR to standard output. Components of name are delimited by / (slash). id and kind of those components are delimited by . (dot). root denotes the IOR of the root naming context, it is either: o the IOR itself o --stdin: the IOR is read from stdin. o --gnome: the GNOME Name Server is used. object-id is the IOR of an object. FILES
On startup, name-client-2 tries to read the files /etc/orbitrc and $HOME/.orbitrc. The format of these files is not yet documented in Debian. SEE ALSO
ORBit2 web pages: GNOME[1], SourceForge[2] AUTHORS
This manual was written by W. Borgert for Debian GNU/Linux. AUTHOR
W. Borgert <debacle@debian.org> Author. COPYRIGHT
Copyright (C) 2003 W. Borgert NOTES
1. GNOME http://www.gnome.org/projects/ORBit2/ 2. SourceForge http://orbit-resource.sourceforge.net/ [FIXME: source] 2003-12-12 NAME-CLIENT-2(1)