Community discussions

MikroTik App
 
DeIM
newbie
Topic Author
Posts: 29
Joined: Sat Sep 05, 2009 10:26 pm

network doesn't transmit MAC addresses

Sun Oct 18, 2009 4:57 pm

Hi,

My main AP is Mikrotik 411AH ROS 3.22

I've problem. When I use command arp -a I see just client AP MAC

10.0.0.26 mac1 dynamic
10.0.0.45 mac2 dynamic
10.0.0.47 mac2 dynamic

mac1 belongs to AP-client Ovislink (192.168.1.247) not to 10.0.0.26, similar to mac2 (it's Straightcore) (192.168.1.250)

is this normal behavior? Should I try to set IP of APs (192.168.1.x) to same network as clients (10.0.0.x)?

thanks
 
meno
Member Candidate
Member Candidate
Posts: 233
Joined: Sat Jul 19, 2008 4:45 am

Re: network doesn't transmit MAC addresses

Mon Oct 19, 2009 5:11 am

need more details
 
DeIM
newbie
Topic Author
Posts: 29
Joined: Sat Sep 05, 2009 10:26 pm

Re: network doesn't transmit MAC addresses

Mon Oct 19, 2009 4:26 pm

When I use command arp -a

I see MAC adresses on local wired network right but wireless connection makes troubles.

wlan1: 10.0.0.249 [mac of ether1] dynamic
ether1: 10.0.0.254 [mac of ether1] dynamic

isn't this problem?

I have new R433AH with ROS 3.25 and there is the same problem (connected to ether1, when connected to other etherX - I see this mac instead ehter1's mac)

wlan1: 10.0.0.149 [mac of ether1] dynamic
wlan2: 10.0.0.150 [mac of ether1] dynamic
ether1: 10.0.0.152 [mac of ether1] dynamic
ether2: 10.0.0.153 [mac of ether1] dynamic
ether3: 10.0.0.154 [mac of ether1] dynamic

I've bridged all interfaces together.

Other situation:
me(10.0.0.3)--->R433AH(10.0.0.254-ether1,10.0.0.249-wlan1)~~~>Ovislink(192.168.1.247)--->PC(10.0.0.26)
I see MAC adress of Ovislink on PC IP
10.0.0.26 [mac of Ovislink] dynamic

I don't know why I can see some mac right - like gateway and FTP server (but now I can list of FTP folders but I can't download from behind of wireless bridge)
me(10.0.0.3),FTPserver(10.0.0.2)--->R433AH(10.0.0.254-ether1,10.0.0.249-wlan1)~~~>Ovislink(192.168.1.247)--->PC(10.0.0.26)
me can download from FTPserver but PC can't.
 
DeIM
newbie
Topic Author
Posts: 29
Joined: Sat Sep 05, 2009 10:26 pm

Re: network doesn't transmit MAC addresses

Mon Oct 19, 2009 7:38 pm

I've tried to change IP of Ovislink to 10.0.0.247 but no change - still no downloadability from PC ... Isn't the problem with this type of addresses? Should I try 192.168.1.x? Or should help 10.0.1.x? mask is 255.255.255.0.
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: network doesn't transmit MAC addresses

Mon Oct 19, 2009 7:53 pm

It sounds like you're masquerading traffic that doesn't need to be NAT'd at all.
 
DeIM
newbie
Topic Author
Posts: 29
Joined: Sat Sep 05, 2009 10:26 pm

Re: network doesn't transmit MAC addresses

Mon Oct 19, 2009 9:26 pm

I don't know where the problem is ... I could give you information from my settings, but I don't know what information you need, so please ask freely :D

I switched all ARP settings on my RB to enabled, IMHO no masquerade is set.
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: network doesn't transmit MAC addresses

Tue Oct 20, 2009 2:38 pm

check interface ARP, maybe it is set to reply only. also, you seem to see one network through both interfaces, this is intended to be so?

edit:

could be nice if you could draw some network diagram to better unsterstand why and what shows up.
 
DeIM
newbie
Topic Author
Posts: 29
Joined: Sat Sep 05, 2009 10:26 pm

Re: network doesn't transmit MAC addresses

Wed Oct 21, 2009 9:53 pm

I've solved downloading from my FTP server. There was arp=proxy-arp setting in bridge so I changed it to enabled and it runs now...

What I didn't know - that I can't see MAC addresses after client APs ... never mind. :D