UDP packets problem

Well,this is my box..


ether1 192.168.1.9
wlan1 10.201.4.1
wlan2 10.201.204.1


ruouting:

Destinaition Gateway pref.source interface


S 0.0.0.0/0 192.168.1.7 10.201.204.1 wlan2
AS 0.0.0.0/0 192.168.1.7 10.201.4.1 wlan2
DAC 10.201.4.0/24 10.201.4.1 ether1
DAC 10.201.204.0/24 10.201.204.1 wlan1
DAC 192.168.1.0/24 192.168.1.9 wlan2

icmp pings works but udp don’t!
all the tcp packets go throu and some UDP(like 53) ,but other UDP(ex. Network assistant 50139) don’t go throu.
Don’t have any firewall rules only nat masquerading(default settings).



0 SA tcp 192.168.1.107:2382 192.168.1.9:8291 established 4d15h20m34s
1 SA tcp 192.168.1.107:2043 192.168.1.9:8291 established 4d20h18m59s
2 SA tcp 192.168.1.107:2140 192.168.1.9:8291 established 4d15h57m11s
3 SA udp 192.168.1.107:2142 10.201.4.100:161 2m59s
4 SA tcp 192.168.1.107:4022 10.201.4.100:445 established 4d20h4m33s
5 SA tcp 192.168.1.107:2676 192.168.1.9:8291 established 4d21h10m15s
6 SA tcp 192.168.1.107:2685 192.168.1.9:8291 established 4d20h4m16s
7 SA tcp 192.168.1.107:1209 10.201.4.100:3389 established 4d22h54m
8 SA tcp 10.201.4.100:1569 83.131.63.187:10000 established 4d23h59m53s
9 SA tcp 192.168.1.107:2936 192.168.1.9:8291 established 4d21h39m56s
10 SA tcp 192.168.1.107:1363 192.168.1.9:8291 established 4d23h8m53s
11 SA tcp 10.201.4.100:1590 192.168.1.107:139 established 4d22h53m54s
12 SA tcp 192.168.1.107:1398 192.168.1.9:8291 established 4d22h54m9s
13 SA tcp 192.168.1.107:1463 10.201.4.100:3389 established 4d23h58m40s
14 udp 192.168.1.107:2142 192.168.1.9:161 29s
15 SA tcp 192.168.1.107:1682 192.168.1.9:8291 established 4d23h59m59s
16 S udp 192.168.1.107:2701 192.168.1.9:53 0s
17 udp 192.168.1.101:4905 255.255.255.255:4905 8s
18 S udp 192.168.1.107:2716 192.168.1.9:53 10s
19 udp 10.201.4.1:5678 255.255.255.255:5678 18s
20 udp 10.201.204.1:5678 255.255.255.255:5678 18s
21 udp 192.168.1.9:5678 255.255.255.255:5678 9s
22 udp 192.168.1.107:50139 10.201.204.255:50138 19s
23 udp 192.168.1.107:50139 10.201.4.255:50138 18s
24 udp 192.168.1.107:50139 192.168.1.255:50138 16s

only UDP 16. and 17. go throu.


any help?

Forgot to mention that all devices have internet working…

Do i have to configure those ports(that don’t go throu) in a firewall?
any ex.?

I beg to differ. There you can clearly see that the packet went through from 192.168.168.1.107 to 10.201.4.255 (which is a broadcast btw?) to port 50138

If these packets are supposed to see things by using Broadcasts (which is what the traffic shows me), then it’s never going to work - that’s why we use subnetting. A broadcast on one network, will NEVER be visable on another network…

Either way, MT is doing it’s job just fine here…

so you sugest one network with different subnets?
could i set it up like this?

10.201.201.1/201.201.201.1 wlan1
10.201.201.1/201.201.201.2 wlan2
10.201.201.1/201.201.201.3 ether1 ?