I’ve been asking for help for sometime now and no one been helpful.
I need some example.
Here my post http://forum.mikrotik.com/t/public-static-ip-setup/26975/1
I’ve been asking for help for sometime now and no one been helpful.
I need some example.
Here my post http://forum.mikrotik.com/t/public-static-ip-setup/26975/1
Had a look at you post. What i do not understand, where do you get the static ip? Your service provider have to supply you with this and this have to be routed by them to your PPPoE connection.
You have shown a subnet mask of 255.255.255.248 which means you have 8 addresses available. You don’t seem to have taken the network and broadcast addresses into account.
a.b.c.40 - Network
.
.
a.b.c.47 - Broadcast
So you only have 6 usable addresses, of which one will be the RB, so in reality, you have five.
The /29 block can sit on the internal interface and the PPP allocated address can sit on the external. That way everything should work fine.
Nick.
I’m new to the RB and there a LOTS of setting, I’ve got it setup as a basic router running fine. I was given 6 ip xx.xx.xx.41 for the dsl and xx.xx.xx.42 to xx.xx.xx.46 to use.
Can some example be given?
Thanks
P.S. RB450 is at the head and I like to send the ip to regular linksys, dlink and netgear routers.
Sorry, my understanding not very good of what you say, but your PPPoE connection will give you an ip dynamic. From what you say should be x.x.x.41. Now you give other router, lets say netgear ip x.x.x.42 wit x.x.x.41 as you default gate way. Should run ok.
How would I go about setting up a PPoE
“anyone”
Someone please!
/interface pppoe-client
add \
ac-name="" \
add-default-route=yes \
allow=pap,chap,mschap1,mschap2 \
comment="" \
dial-on-demand=no \
disabled=no \
max-mru=1480 \
max-mtu=1492 \
mrru=disabled \
profile=default \
service-name="" \
use-peer-dns=yes \
name=WHATEVERYOUWANT \
interface=THEINTERFACETHECABLEISPLUGGEDINTO \
user=THEUSERNAMEALLOCATEDBYYOURISP \
password=THEPASSWORDALLOCATEDBYYOURISP
Works for me.
That for dialing out to DSL, I’ve got it already set to connect the the internet. I had it up and running on the first day, it now 3 month later.
I need 3 routers to connect to RB450 all on ether1 port to get it own public ip, witch I have 6 of.
This setup is very basic. Many DSL providers in this area set it up like this:
WAN PPPoE is assigned a static IP via radius.
ISP adds route to their router to route your /29 to you and you take the routing from there.
Make sure your default route is set by the PPPoE connection.
On LAN port, configure your router’s ip address on first avaliable address of subnet. (That’s what i usually do.) And that becomes the gateway for all the hosts behind it.
/interface pppoe-client
add ac-name=“” add-default-route=yes allow=pap,chap,mschap1,mschap2 comment=
“” dial-on-demand=no disabled=no interface=Internet max-mru=1480 max-mtu=
1480 mrru=disabled name=YourProvider password=yourpass profile=default
service-name=“” use-peer-dns=no user=youraccountloginname
/ip address
add address=xxx.xxx.xxx.129/29 broadcast=xxx.xxx.xxx.135 comment=“” disabled=no
interface=LAN network=xxx.xxx.xxx.128
Setup your hosts 130/131/132/133/134 in this example.
If I’m reading this right
IPS e-mail to me
Your static IP’s have been assigned:
Your main IP also the gatway IP: xx.xx.xx.40
Your modem’s IP: xx.xx.x.41
your subnet mask: 255.255.255.248
your DNS:
Primary: xx.xx.xx.11
Secondary: xx.xx.xx.95
your usable IP’s: xx.xx.xx.42 - xx.xx.xx.47
So were you enter
/ip address
add address=xxx.xxx.xxx.129/29 broadcast=xxx.xxx.xxx.135 comment=“” disabled=no
interface=LAN network=xxx.xxx.xxx.128
Setup your hosts 130/131/132/133/134 in this example.
I should enter
/ip address
add address=xxx.xxx.xxx.41/29 broadcast=xxx.xxx.xxx.48 comment=“” disabled=no
interface=LAN network=xxx.xxx.xxx.?? <---- what here 40?
Setup my hosts 42/43/44/45/46/47 in this example.
Then on my linksys and netgear routers what should enter?
router 1
static ip xxx.xxx.xxx.42
gateway xx.xx.xx.40
dns Primary: xx.xx.xx.11
dns Secondary: xx.xx.xx.95
router 2
static ip xxx.xxx.xxx.43
gateway xx.xx.xx.40
dns Primary: xx.xx.xx.11
dns Secondary: xx.xx.xx.95
and so on.
I’m running
/ip address
add address=192.168.1.1/24 broadcast=192.168.1.255 comment=“” disabled=no
interface=LAN network=192.168.1.0
Can I keep running this to?
Is this right?
I tried and something not right.
keep to one topic, don’t make duplicate posts!