Вот что я поймал:
Код:
Frame 249 (101 bytes on wire, 101 bytes captured)
Ethernet II, Src: EdimaxTe_d9:1c:04 (00:0e:2e:d9:1c:04), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Destination: Broadcast (ff:ff:ff:ff:ff:ff)
Source: EdimaxTe_d9:1c:04 (00:0e:2e:d9:1c:04)
Type: IP (0x0800)
Internet Protocol, Src: 10.0.0.Х (10.0.0.Х), Dst: 255.255.255.255 (255.255.255.255)
Version: 4
Header length: 20 bytes
Differentiated Services Field: 0x00 (DSCP 0x00: Default; ECN: 0x00)
Total Length: 87
Identification: 0x5372 (21362)
Flags: 0x00
Fragment offset: 0
Time to live: 128
Protocol: UDP (0x11)
Header checksum: 0xdc3b [correct]
Source: 10.0.0.Х (10.0.0.Х)
Destination: 255.255.255.255 (255.255.255.255)
User Datagram Protocol, Src Port: 7778 (7778), Dst Port: 7777 (7777)
Source port: 7778 (7778)
Destination port: 7777 (7777)
Length: 67
Checksum: 0xdfef [correct]
Data (59 bytes)
0000 ff ff ff ff ff ff 00 0e 2e d9 1c 04 08 00 45 00 ........ ......E.
0010 00 57 53 72 00 00 80 11 dc 3b 0a 00 00 e9 ff ff .WSr.... .;......
0020 ff ff 1e 62 1e 61 00 43 df ef 02 3b 00 f8 de 7f ...b.a.C ...;....
0030 c3 4e 35 2a 25 64 d5 72 11 14 1d e5 d4 ff e7 de .N5*%d.r ........
0040 ec 25 c7 c4 0e b6 2c 8c c6 b3 8d 02 2c 1b 90 2a .%....,. ....,..*
0050 36 82 88 24 0f 89 91 fd 9f 2f 0d 78 01 87 6a 3c 6..$.... ./.x..j<
0060 02 94 0e 9c 8e
Это после того как сменили порт с 15138 на 7777. Я так понял что нужно запретить бродкаст...? Или это не поможет? Помогите пожалуйста разобраться!
Если сделать так:
Код:
create access_profile ethernet destination_mac ff-ff-ff-ff-ff-ff profile_id 1
config access_profile profile_id 1 add access_id 1 ethernet destination_mac ff-ff-ff-ff-ff-ff port 1-26 deny
меня это спасет?