Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-06-01 Thread Butch Evans
On Tue, 2010-06-01 at 00:09 -0500, Butch Evans wrote: 
 I can see that I need to finish my blog article on proxy arp...Here's a
 (very quick) summary:

http://blog.butchevans.com/2010/06/when-and-why-proxy-arp/

A little more detailed explanation.  Hope it's of use.  

-- 

* Butch Evans   * Professional Network Consultation*
* http://www.butchevans.com/* Network Engineering  *
* http://store.wispgear.net/* Wired or Wireless Networks   *
* http://blog.butchevans.com/   * ImageStream, Mikrotik and MORE!  *





WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-06-01 Thread Robert West
Thanks, Butch.  I'm sure it will be.  I found a lot of incomplete and
inconsistent info on doing the config and nothing seemed to work.  I'd trust
your 35 cents on the subject over the rest of what I've seen.  Just the arp
explanation is a big help.

Bob-



-Original Message-
From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On
Behalf Of Butch Evans
Sent: Tuesday, June 01, 2010 4:09 AM
To: WISPA General List
Subject: Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

On Tue, 2010-06-01 at 00:09 -0500, Butch Evans wrote: 
 I can see that I need to finish my blog article on proxy arp...Here's 
 a (very quick) summary:

http://blog.butchevans.com/2010/06/when-and-why-proxy-arp/

A little more detailed explanation.  Hope it's of use.  

--

* Butch Evans   * Professional Network Consultation*
* http://www.butchevans.com/* Network Engineering  *
* http://store.wispgear.net/* Wired or Wireless Networks   *
* http://blog.butchevans.com/   * ImageStream, Mikrotik and MORE!  *






WISPA Wants You! Join today!
http://signup.wispa.org/


 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


[WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Robert West
Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.  NO
LUCK!  I can connect to it just fine but can't see anything on the remote
network.  Anyone have a sample PTPP script that works?  

 


Bob-

 

 




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Cameron Crum
Make sure you set the interface you are trying to see stuff on to to
proxy-arp.

Cameron

On Mon, May 31, 2010 at 8:32 PM, Robert West robert.w...@just-micro.comwrote:

 Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.  NO
 LUCK!  I can connect to it just fine but can't see anything on the remote
 network.  Anyone have a sample PTPP script that works?




 Bob-








 
 WISPA Wants You! Join today!
 http://signup.wispa.org/

 

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Nick Olsen
Its all about the IP you give the client.
I always handed it a ip of the associated network and it would work.
Example. RB750 in our colo. Network is 1.1.1.0/24
This is the configuration of a ppp client that has access to the internal 
colo servers

add caller-id= comment= disabled=no limit-bytes-in=0 limit-bytes-out=0 
local-address=\
1.1.1.50 name=USERNAME password=PASSWORD profile=default-encryption 
remote-address=\
1.1.1.51 routes= service=any

Profile is this

set default-encryption bridge=bridge1 change-tcp-mss=yes comment= name=\
default-encryption only-one=default use-compression=default 
use-encryption=yes \
use-vj-compression=default

Bridge 1 contains single Ethernet interface that plugs into the colo 
switch.

Should work :D but no promises.

Nick Olsen
Network Operations
(321) 205-1100 x106



From: Robert West robert.w...@just-micro.com
Sent: Monday, May 31, 2010 9:32 PM
To: WISPA General List wireless@wispa.org
Subject: [WISPA] Mikrotik PtPP Sample Script, Anyone?

Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.  
NO
LUCK!  I can connect to it just fine but can't see anything on the remote
network.  Anyone have a sample PTPP script that works?  

Bob-



WISPA Wants You! Join today!
http://signup.wispa.org/



WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Robert West
Thanks!  I'll give that a whirl

Bob-


-Original Message-
From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On
Behalf Of Nick Olsen
Sent: Monday, May 31, 2010 10:41 PM
To: WISPA General List
Subject: Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

Its all about the IP you give the client.
I always handed it a ip of the associated network and it would work.
Example. RB750 in our colo. Network is 1.1.1.0/24 This is the configuration
of a ppp client that has access to the internal colo servers

add caller-id= comment= disabled=no limit-bytes-in=0 limit-bytes-out=0
local-address=\
1.1.1.50 name=USERNAME password=PASSWORD profile=default-encryption
remote-address=\
1.1.1.51 routes= service=any

Profile is this

set default-encryption bridge=bridge1 change-tcp-mss=yes comment= name=\
default-encryption only-one=default use-compression=default
use-encryption=yes \
use-vj-compression=default

Bridge 1 contains single Ethernet interface that plugs into the colo switch.

Should work :D but no promises.

Nick Olsen
Network Operations
(321) 205-1100 x106



From: Robert West robert.w...@just-micro.com
Sent: Monday, May 31, 2010 9:32 PM
To: WISPA General List wireless@wispa.org
Subject: [WISPA] Mikrotik PtPP Sample Script, Anyone?

Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.  
NO
LUCK!  I can connect to it just fine but can't see anything on the remote
network.  Anyone have a sample PTPP script that works?  

Bob-



WISPA Wants You! Join today!
http://signup.wispa.org/



WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/





WISPA Wants You! Join today!
http://signup.wispa.org/


 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Robert West
Yeah, I was screwing around with the proxy-arp but her mom showed up.  

I'll try it again.

Bob-



-Original Message-
From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On
Behalf Of Cameron Crum
Sent: Monday, May 31, 2010 10:31 PM
To: WISPA General List
Subject: Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

Make sure you set the interface you are trying to see stuff on to to
proxy-arp.

Cameron

On Mon, May 31, 2010 at 8:32 PM, Robert West
robert.w...@just-micro.comwrote:

 Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 
 Beta.  NO LUCK!  I can connect to it just fine but can't see anything 
 on the remote network.  Anyone have a sample PTPP script that works?




 Bob-








 --
 --
 WISPA Wants You! Join today!
 http://signup.wispa.org/

 --
 --

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/





WISPA Wants You! Join today!
http://signup.wispa.org/


 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Josh Luthman
From Windows to MT server...

Enable pptp server

Add a secret with user, passwd and remote/local IPs.

On 5/31/10, Nick Olsen n...@brevardwireless.com wrote:
 Its all about the IP you give the client.
 I always handed it a ip of the associated network and it would work.
 Example. RB750 in our colo. Network is 1.1.1.0/24
 This is the configuration of a ppp client that has access to the internal
 colo servers

 add caller-id= comment= disabled=no limit-bytes-in=0 limit-bytes-out=0
 local-address=\
 1.1.1.50 name=USERNAME password=PASSWORD profile=default-encryption
 remote-address=\
 1.1.1.51 routes= service=any

 Profile is this

 set default-encryption bridge=bridge1 change-tcp-mss=yes comment= name=\
 default-encryption only-one=default use-compression=default
 use-encryption=yes \
 use-vj-compression=default

 Bridge 1 contains single Ethernet interface that plugs into the colo
 switch.

 Should work :D but no promises.

 Nick Olsen
 Network Operations
 (321) 205-1100 x106

 

 From: Robert West robert.w...@just-micro.com
 Sent: Monday, May 31, 2010 9:32 PM
 To: WISPA General List wireless@wispa.org
 Subject: [WISPA] Mikrotik PtPP Sample Script, Anyone?

 Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.
 NO
 LUCK!  I can connect to it just fine but can't see anything on the remote
 network.  Anyone have a sample PTPP script that works?

 Bob-

 
 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 
 

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/



 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/



-- 
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373

“Success is not final, failure is not fatal: it is the courage to
continue that counts.”
--- Winston Churchill



WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Robert West
Now this is on a nat'd network.  I don't seem to be able to ping any of the
remote clients but I can ping the MT ports.  Are the lan clients isolated
somehow by default?  Do I need to do something with forward or with a
hammer?

Bob-




-Original Message-
From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On
Behalf Of Nick Olsen
Sent: Monday, May 31, 2010 10:41 PM
To: WISPA General List
Subject: Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

Its all about the IP you give the client.
I always handed it a ip of the associated network and it would work.
Example. RB750 in our colo. Network is 1.1.1.0/24 This is the configuration
of a ppp client that has access to the internal colo servers

add caller-id= comment= disabled=no limit-bytes-in=0 limit-bytes-out=0
local-address=\
1.1.1.50 name=USERNAME password=PASSWORD profile=default-encryption
remote-address=\
1.1.1.51 routes= service=any

Profile is this

set default-encryption bridge=bridge1 change-tcp-mss=yes comment= name=\
default-encryption only-one=default use-compression=default
use-encryption=yes \
use-vj-compression=default

Bridge 1 contains single Ethernet interface that plugs into the colo switch.

Should work :D but no promises.

Nick Olsen
Network Operations
(321) 205-1100 x106



From: Robert West robert.w...@just-micro.com
Sent: Monday, May 31, 2010 9:32 PM
To: WISPA General List wireless@wispa.org
Subject: [WISPA] Mikrotik PtPP Sample Script, Anyone?

Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.  
NO
LUCK!  I can connect to it just fine but can't see anything on the remote
network.  Anyone have a sample PTPP script that works?  

Bob-



WISPA Wants You! Join today!
http://signup.wispa.org/



WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/





WISPA Wants You! Join today!
http://signup.wispa.org/


 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Josh Luthman
Maybe masquerade them?

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373

“Success is not final, failure is not fatal: it is the courage to
continue that counts.”
--- Winston Churchill



On Mon, May 31, 2010 at 11:54 PM, Robert West
robert.w...@just-micro.com wrote:
 Now this is on a nat'd network.  I don't seem to be able to ping any of the
 remote clients but I can ping the MT ports.  Are the lan clients isolated
 somehow by default?  Do I need to do something with forward or with a
 hammer?

 Bob-




 -Original Message-
 From: wireless-boun...@wispa.org [mailto:wireless-boun...@wispa.org] On
 Behalf Of Nick Olsen
 Sent: Monday, May 31, 2010 10:41 PM
 To: WISPA General List
 Subject: Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

 Its all about the IP you give the client.
 I always handed it a ip of the associated network and it would work.
 Example. RB750 in our colo. Network is 1.1.1.0/24 This is the configuration
 of a ppp client that has access to the internal colo servers

 add caller-id= comment= disabled=no limit-bytes-in=0 limit-bytes-out=0
 local-address=\
    1.1.1.50 name=USERNAME password=PASSWORD profile=default-encryption
 remote-address=\
    1.1.1.51 routes= service=any

 Profile is this

 set default-encryption bridge=bridge1 change-tcp-mss=yes comment= name=\
    default-encryption only-one=default use-compression=default
 use-encryption=yes \
    use-vj-compression=default

 Bridge 1 contains single Ethernet interface that plugs into the colo switch.

 Should work :D but no promises.

 Nick Olsen
 Network Operations
 (321) 205-1100 x106

 

 From: Robert West robert.w...@just-micro.com
 Sent: Monday, May 31, 2010 9:32 PM
 To: WISPA General List wireless@wispa.org
 Subject: [WISPA] Mikrotik PtPP Sample Script, Anyone?

 Been trying to setup a PTPP server on a Mikrotik 600A running 5.2 Beta.
 NO
 LUCK!  I can connect to it just fine but can't see anything on the remote
 network.  Anyone have a sample PTPP script that works?

 Bob-

 
 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 
 

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/



 
 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 
 

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/



 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 

 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/




WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Mikrotik PtPP Sample Script, Anyone?

2010-05-31 Thread Butch Evans
On Mon, 2010-05-31 at 23:54 -0400, Robert West wrote: 
 Now this is on a nat'd network.  I don't seem to be able to ping any of the
 remote clients but I can ping the MT ports.  Are the lan clients isolated
 somehow by default?  Do I need to do something with forward or with a
 hammer?

I can see that I need to finish my blog article on proxy arp...Here's a
(very quick) summary:

1. If you assign PPtP users with an IP in the SAME subnet as the LAN,
then you need proxy-arp turned on on the LAN interface.

2. If you assign PPtP users with an IP that is NOT in the same subnet as
the LAN, then you do NOT need proxy arp at all.


-- 

* Butch Evans   * Professional Network Consultation*
* http://www.butchevans.com/* Network Engineering  *
* http://store.wispgear.net/* Wired or Wireless Networks   *
* http://blog.butchevans.com/   * ImageStream, Mikrotik and MORE!  *





WISPA Wants You! Join today!
http://signup.wispa.org/

 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/