Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

IPv6 server implementation in Mikrotik router

Status
Not open for further replies.

julian403

Full Member level 5
Joined
Feb 28, 2014
Messages
254
Helped
1
Reputation
2
Reaction score
1
Trophy points
18
Location
Argentina
Activity points
2,105
Hello All.

I need to implement a DHCP server using IPv6 in mikrotik router. But I've not success with it. Why? well this is the code:

Code:
/interface ethernet
set [ find default-name=ether3 ] master-port=ether2
set [ find default-name=ether4 ] master-port=ether2
set [ find default-name=ether5 ] master-port=ether2
set [ find default-name=ether1 ] master-port=ether2
/ipv6 dhcp-server
add address-pool=pool-IPv6 interface=ether2 name=server1
/ipv6 pool
add name=pool-IPv6 prefix=2001:db8:abcd:12::/64 prefix-length=64
/system clock
set time-zone-name=America/Argentina/Buenos_Aires

Well as you can see port ether1 to ether5 has ether2 as master port. So the server is set on ether2 and then start the problem. I've choose the pool 2001:db8:abcd:12::/64 but when I connnect a PC to port ether3 (for example) there is another IP in the PC (I got Link-local IPv6 Address . . . . . : fe80::a8f2:c617:6b1:e770%17 and I think that is the default IP in windows).

What I'm doing wrong?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top