Community discussions

MikroTik App
 
eclipse
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 66
Joined: Thu Mar 30, 2006 8:29 pm

Correct way to use routeros for WISP? Need Help!

Sun Apr 02, 2006 11:19 pm

Is this the correct way to use PPPoE on my network? Seems I can't admin my wireless gear (192.168.100.0/24) on the outside of the router. NEED HELP! Thanks
http://www.eclipsewireless.ca/estevan.jpg
 
User avatar
tneumann
Member
Member
Posts: 394
Joined: Sat Apr 16, 2005 6:38 pm
Location: Germany

Mon Apr 03, 2006 12:50 am

Where are you connecting with your admin workstation? On the switch? Or are you trying to admin going through the MikroTik (from the WAN side)?

If you'll be connecting your admin workstation to the switch and assign it an IP address within 192.168.100.0/24 then it should just work.

If you're planning to admin from the WAN side, I'd suggest to implement a VPN access for the admin workstation on the MikroTik router to get access to 192.168.100.0/24 via VPN.


--Tom
 
eclipse
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 66
Joined: Thu Mar 30, 2006 8:29 pm

Set up vpn how?

Mon Apr 03, 2006 2:02 am

If this VPN is the best way to do what I need, how do I set it up, I have very little knowledge of setting up a VPN to my workstation.
 
eclipse
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 66
Joined: Thu Mar 30, 2006 8:29 pm

On same network

Mon Apr 03, 2006 2:05 am

BTW, don't know if it matters or not, but I am inside the network. I am on the WAN side of the router, but inside the network.
 
User avatar
tneumann
Member
Member
Posts: 394
Joined: Sat Apr 16, 2005 6:38 pm
Location: Germany

Re: Set up vpn how?

Mon Apr 03, 2006 1:35 pm

If this VPN is the best way to do what I need, how do I set it up, I have very little knowledge of setting up a VPN to my workstation.
If your admin workstation is windows based, then probably PPTP will be most simple to set up for the VPN, see http://www.mikrotik.com/docs/ros/2.9/interface/pptp


Please note that should you decide to implement a VPN based management then you'd have to assign an IP address from 192.168.100.0/24 to the inside interface of your MikroTik and set this as the default gateway on the gear you'll be managing, otherwise it will not be able to pass traffic back through the VPN tunnel to your admin workstation.


--Tom
 
eclipse
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 66
Joined: Thu Mar 30, 2006 8:29 pm

Should I set an Ip

Mon Apr 03, 2006 5:47 pm

I was under the impression that from the manual, you were not supposed to give the pppoe interface an ip address.
 
User avatar
tneumann
Member
Member
Posts: 394
Joined: Sat Apr 16, 2005 6:38 pm
Location: Germany

Mon Apr 03, 2006 10:56 pm

I wasn't talking about the IP address that will be the gateway for the PPPoE clients but about the need for an address that will be the gateway for your in-band management network 192.168.100.0/24, which, looking at the diagram you posted, appears to be running on the same infrastructure.


--Tom