More detailed information:
Have 2 sites - Site A and Site BBetween the sites there is a VPN running on routers under FreeBSD.
Any traffic between the sites is allowed.
IP settings for Site A: 192.168.0.0/24
3300: 192.168.0.2
g/w: 192.168.0.1
DHCP scope: 192.168.0.20-192.168.0.254IP
settings for Site B: 192.168.2.0/24
3300: 192.168.2.2
g/w: 192.168.2.1
DHCP scope: 192.168.2.20-192.168.2.254
What we found is that we need to assign lower MTU on the controller, becouse there are some restrictions about this:
VC1iskra ~]# ping -s 1472 192.168.0.2
PING 192.168.0.2 (192.168.0.2): 1472 data bytes1480 bytes from 192.168.0.2: icmp_seq=0 ttl=63 time=9.438 ms
1480 bytes from 192.168.0.2: icmp_seq=1 ttl=63 time=9.304 ms
^C
--- 192.168.0.2 ping statistics ---2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 9.304/9.371/9.438/0.067 ms
VC1iskra ~]# ping -s 1473 192.168.0.2
PING 192.168.0.2 (192.168.0.2): 1473 data bytes
^C
--- 192.168.0.2 ping statistics ---2 packets transmitted, 0 packets received, 100.0% packet loss
How can I do this. I only khow about DHCP option 26. Are there any other ways to change MTU on the controller?
I've also checked the IP setting on phones via IP Telephones-All form and they are correct.