Community discussions

MikroTik App
 
captainproton
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 72
Joined: Sat Jan 12, 2008 3:01 pm

public IP for PPPoE Clients

Wed Oct 07, 2009 8:04 pm

I have a PPPoE Server running on ether2 that is giving public IPs to clients connected. (23.45.67.x/26)
The (physical) Gateway-Device 23.45.67.1 is connected to ether1. so 23.45.67.1 is added as gateway and 23.45.67.2 is added as address to ether1.

How can I make the Router "forward" or "route" pakets from The PPPoE clients to the gateway?

Here are the symptoms that I can see:
- Mikrotik Router can ping the gateway and Internet-IPs (so the gateway settings and internet connection must be ok)
- from a PPPoE client PC I can ping 23.45.67.2 but not the gateway.
- from the internet I can ping the gateway and 23.45.67.2

The forwarding/routing between the gateway and the PPPoE Clients seems to be the problem.
May I need to set some static route?
 
captainproton
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 72
Joined: Sat Jan 12, 2008 3:01 pm

Re: public IP for PPPoE Clients

Thu Oct 08, 2009 9:02 am

no suggestions?

When I connect to my gateway with a PC, I can easiely access internet. with any of the public IPs that are available to me.
The Mikrotik can also access internet, but not the clients on the PPPoE Server side.
 
captainproton
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 72
Joined: Sat Jan 12, 2008 3:01 pm

Re: public IP for PPPoE Clients

Thu Oct 08, 2009 9:25 am

after searching and searching I found a way to make it work.

activating proxy-arp on both ether interfaces...

Why is that so?

I have another installation where the mikrotik router is both gateway(on DSL MOdem) and PPPoE Server for clients. proxy-arp was not required there...!?
 
User avatar
marioclep
Trainer
Trainer
Posts: 139
Joined: Sat Jul 11, 2009 4:36 pm
Location: Cordoba - Argentina
Contact:

Re: public IP for PPPoE Clients

Fri Oct 09, 2009 3:56 am

in this case proxy-arp solves this issue (this is because your pppoe server acts as a proxy between the gateway and your public clients), but in most cases you should ask your provider to create a /30 subnet between their router and your pppoe server, and then route the entire range of public address address to that /30.

Did I make myself clear or this explanation is a little bit confusing?
 
XTLMeth
Frequent Visitor
Frequent Visitor
Posts: 57
Joined: Mon Sep 07, 2009 7:10 am

Re: public IP for PPPoE Clients

Fri Oct 09, 2009 9:24 pm

Some people call proxy arp pseudo bridging. When you have packet forwarding turned on with proxy arp it's almost like having a layer2 bridge except it's not a true bridge. When your pppoe server hands out an ip to your client user that user is going to try to find the gateway out to the internet but since the gateway and the client are on different interfaces they can't arp each other to form a conversation. Proxy arp fixes this by taking the arp requests and proxying them to the other interfaces on the router. When the arps are proxied the devices have a path to send packets to each other. It's always a good idea to be careful when using proxy arp as proxy arp is almost promiscious and will proxy any arp requests even arps that aren't in your /26 segment.
 
captainproton
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 72
Joined: Sat Jan 12, 2008 3:01 pm

Re: public IP for PPPoE Clients

Sat Oct 10, 2009 9:19 am

thanks for the answers. this proxy thing seemed little suspicious to me...
so I tried something else:
http://wiki.mikrotik.com/wiki/OSPF_and_PPPoE_Setup

Following this wiki solved the problem. And even though I don't know exactly, but somehow I think that this is a better solution than the proxy-arp.
 
Abdock
Member Candidate
Member Candidate
Posts: 261
Joined: Sun Sep 25, 2005 10:50 pm

Re: public IP for PPPoE Clients

Fri Oct 16, 2009 10:22 pm

i want to do the same, providing public IP to clients connecting. but i have more then one range, like couple of /24's would the same ospf work ? what do i need to modify ?
 
captainproton
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 72
Joined: Sat Jan 12, 2008 3:01 pm

Re: public IP for PPPoE Clients

Thu Oct 29, 2009 10:32 am

I dont know. i have not used the osfp before. but it should work as well if you reproduce it for the other ranges.

actually I als have more ranges but I have not yet implemented this.
 
Abdock
Member Candidate
Member Candidate
Posts: 261
Joined: Sun Sep 25, 2005 10:50 pm

Re: public IP for PPPoE Clients

Thu Nov 12, 2009 9:01 pm

I am trying to use, just for single range, i dial in pppoe get an ip, but cannot surf !
any modification u did to the wiki ?

Who is online

Users browsing this forum: 5h4k4, BartoszP, keithy, mkx, regisc and 72 guests