Community discussions

MikroTik App
 
log
Member Candidate
Member Candidate
Topic Author
Posts: 105
Joined: Fri May 28, 2010 11:37 am

Cant bridge IPX traffic (novell)

Thu Jun 05, 2014 5:46 pm

Hi.
I have omnitik as a AP (ap bridge+wds). it seems to not forward IPX trafiic. Before it was two ovislink devices and everythink worked fine, now i changed one ovislink to omnitik and IPX doesnt work. I tried to sniff packets but it gives me nothing.
/system resource print
uptime: 3d7h29m42s
version: 5.26
free-memory: 49712KiB
total-memory: 62184KiB
cpu: MIPS 24Kc V7.4
cpu-count: 1
cpu-frequency: 400MHz
cpu-load: 6%
free-hdd-space: 90552KiB
total-hdd-space: 126976KiB
write-sect-since-reboot: 19679
write-sect-total: 20954
bad-blocks: 0.2%
architecture-name: mipsbe
board-name: RB OmniTIK U-5HnD
platform: MikroTik
Configuration:
interface wireless print
Flags: X - disabled, R - running
0 R name="wlan1" mtu=1500 mac-address=xx:xx:xx:xx:xx:xx arp=enabled interface-type=Atheros 11N mode=ap-bridge ssid="xxx" frequency=5180
band=5ghz-a channel-width=20mhz scan-list=default wireless-protocol=802.11 wds-mode=dynamic wds-default-bridge=bridge1 wds-ignore-ssid=no
bridge-mode=enabled default-authentication=no default-forwarding=no default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no
security-profile=default compression=no

/interface bridge print
Flags: X - disabled, R - running
0 R name="bridge1" mtu=1500 l2mtu=1600 arp=enabled mac-address=xx protocol-mode=none priority=0x8000 auto-mac=no
admin-mac=xx max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m

inter br por pri
Flags: X - disabled, I - inactive, D - dynamic
# INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 I ether2 bridge1 0x80 10 none
1 wlan1 bridge1 0x80 10 none
2 ether1 bridge1 0x80 10 none
3 I ether3 bridge1 0x80 10 none
4 I ether4 bridge1 0x80 10 none
5 I ether5 bridge1 0x80 10 none
6 D wds2 bridge1 0x80 74 none
7 D wds1

So as you see its pure bridge without any filters.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12003
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Cant bridge IPX traffic (novell)

Thu Jun 05, 2014 8:24 pm

You set default-forwarding=no on wireless interface.
The default is yes on all version of RouterOS, is your fault.
 
biomesh
Long time Member
Long time Member
Posts: 563
Joined: Fri Feb 10, 2012 8:25 pm

Re: Cant bridge IPX traffic (novell)

Thu Jun 05, 2014 11:39 pm

As for IPX, NCP (which is the only common protocol that was used with IPX/SPX) had TCP/IP support added almost 20 years ago.
 
log
Member Candidate
Member Candidate
Topic Author
Posts: 105
Joined: Fri May 28, 2010 11:37 am

Re: Cant bridge IPX traffic (novell)

Fri Jun 06, 2014 9:02 am

You set default-forwarding=no on wireless interface.
The default is yes on all version of RouterOS, is your fault.
It has to be like that, i dont need it because i have wireless client added to access list.

Its not my network, it has to be on pure IPX.
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: Cant bridge IPX traffic (novell)

Fri Jun 06, 2014 1:11 pm

default forwarding is not the same as default authenticate. Set default forwarding to yes and default authenticate to no for what you want to do.
 
log
Member Candidate
Member Candidate
Topic Author
Posts: 105
Joined: Fri May 28, 2010 11:37 am

Re: Cant bridge IPX traffic (novell)

Fri Jun 06, 2014 4:17 pm

I have plenty of mikrotik devices and i always have default forward to "no".
From MT wiki:
"default-forwarding (yes | no; Default: yes) This is the value of forwarding for clients that do not match any entry in the access-list"
Its my default config so i know what im saying.

IT DOESNT HAVE ANYTING WITH MY PROBLEM.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12003
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Cant bridge IPX traffic (novell)

Fri Jun 06, 2014 8:05 pm

"/export compact"
 
log
Member Candidate
Member Candidate
Topic Author
Posts: 105
Joined: Fri May 28, 2010 11:37 am

Re: Cant bridge IPX traffic (novell)

Mon Jun 09, 2014 3:09 pm

/certificate
add common-name=changeme country=US locality=SanFrancisco name=cert1 \
organization=Fort-Funston state=CA subject-alt-name=\
email:mail@host.domain trusted=yes unit=changeme
add common-name=changeme country=US locality=SanFrancisco name=cert2 \
organization=Fort-Funston state=CA subject-alt-name=\
email:mail@host.domain trusted=yes unit=changeme
/interface bridge
add admin-mac=xx auto-mac=no l2mtu=1598 name=bridge1 \
protocol-mode=none
/interface wireless
set [ find default-name=wlan1 ] default-authentication=no default-forwarding=\
no disabled=no l2mtu=2290 mac-address=xx mode=ap-bridge \
radio-name=xx ssid=chemikow wds-default-bridge=bridge1 \
wds-mode=dynamic wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] comment="UPLINK" mac-address=\
xx
/ip neighbor discovery
set ether1 comment="UPLINK"
/interface ethernet switch port
set 0 vlan-mode=disabled
set 1 vlan-mode=disabled
set 2 vlan-mode=disabled
set 3 vlan-mode=disabled
set 4 vlan-mode=disabled
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik wpa-pre-shared-key=\
46A5043B431D wpa2-pre-shared-key=46A5043B431D
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge filter
add action=log chain=forward log-prefix=test mac-protocol=ipx
/interface bridge port
add bridge=bridge1 edge=no external-fdb=no interface=ether2 point-to-point=no
add bridge=bridge1 edge=no external-fdb=no interface=wlan1 point-to-point=no
add bridge=bridge1 edge=no external-fdb=no interface=ether1 point-to-point=no
add bridge=bridge1 edge=no external-fdb=no interface=ether3 point-to-point=no
add bridge=bridge1 edge=no external-fdb=no interface=ether4 point-to-point=no
add bridge=bridge1 edge=no external-fdb=no interface=ether5 point-to-point=no
/interface bridge settings
set allow-fast-path=no
/interface wireless access-list
add comment=192.168.1.101 mac-address=xx (this is troubleshooting link)
add comment=192.168.1.102 mac-address=xx
/interface wireless connect-list
add comment=192.168.1.101 interface=wlan1 mac-address=xx \
security-profile=default
add comment=192.168.1.102 interface=wlan1 mac-address=xx \
security-profile=default
/ip address
add address=192.168.1.100/24 comment="default configuration" interface=\
bridge1 network=192.168.1.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=\
bridge1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall connection tracking
set enabled=no
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
/ip route
add distance=1 dst-address=172.28.255.0/24 gateway=192.168.185.1
/ip service
set ftp disabled=yes
set www disabled=yes
set www-ssl certificate=cert1 disabled=no port=8080
set api disabled=yes
/ip upnp
set allow-disable-external-interface=no
/system clock
set time-zone-name=Europe/Warsaw
/system identity
set name=XX
/system logging
set 0 action=disk
set 1 action=disk
set 3 action=disk
/system ntp client
set enabled=yes mode=unicast primary-ntp=xx
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12003
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Cant bridge IPX traffic (novell)

Mon Jun 09, 2014 3:59 pm

I do not see any trouble on that config.... check the machine?

Who is online

Users browsing this forum: No registered users and 29 guests