Last modified by Denisa Wernerová on 29.08.2017 12:43

Hide last authors
Denisa Wernerová 5.1 1 * [[I need to call via VoIP from my computer.>>||anchor="voip"]]
2 * [[I would like to watch multicast transmission of the seminar with VLC player>>||anchor="vlc"]]
3 * [[How is network traffic filtered?>>||anchor="filtr"]]
4 * [[I cannot get NTP working>>||anchor="ntp"]]
5 * [[Some pages do not load on Mac OS X>>||anchor="mac"]]
Denisa Wernerová 1.2 6
Denisa Wernerová 1.3 7 ----
Denisa Wernerová 1.4 8
Denisa Wernerová 1.3 9 {{id name="voip"/}}
Denisa Wernerová 5.1 10 **I need to call via VoIP from my computer.**
11 You can choose one of these VoIP external providers in TUONET network:
Denisa Wernerová 1.2 12
Denisa Wernerová 1.4 13 * 802.cz
14 * sip.odorik.cz
15 * sip.mujtelefon.cz
16 * sip.viphone.cz
Denisa Wernerová 5.1 17 If you want to use other provider, please let us know via [[helpdesk>>doc:helpdesk.WebHome]].
Denisa Wernerová 1.4 18
Denisa Wernerová 1.3 19 ----
Denisa Wernerová 1.4 20
Denisa Wernerová 1.3 21 {{id name="vlc"/}}
Denisa Wernerová 5.1 22 **I would like to watch multicast transmission of the seminar with VLC player**
23 This problem can be caused by firewall. Try to shut firewall down and transfer should work.
24 Problem could be also in VLC program, or in its current version which could not work well at university network. Try to download and install older version. If the school playlist does not work anyway then nothing prevents you from using your own playlist.
Denisa Wernerová 1.3 25
26 ----
Denisa Wernerová 1.4 27
Denisa Wernerová 1.3 28 {{id name="filtr"/}}
Denisa Wernerová 5.1 29 **How is network traffic filtered?**
30 University network is protected by stateful firewall where standard policy is set up that all accesses outside-inside are (there are exceptions) blocked and all accesses inside-outside are (there are exceptions too) allowed. For full access to the university network use [[VPN>>doc:tuonet.vpn.WebHome]].
Denisa Wernerová 1.3 31
Denisa Wernerová 5.1 32 On the network perimeter are blocked protocols NetBIOS, SMTP (TCP/25), DNS (TCP,UDP/53). For technical reasons it is not possible to you IPsec VPN, use SSL VPN protocols.
Denisa Wernerová 1.5 33
Denisa Wernerová 5.1 34 Between networks from users accomodated at dormitory and university network NetBIOS protocols are filtered. Access to centralized file servers (for example HOMEN) is allowed.
Denisa Wernerová 1.5 35
Denisa Wernerová 1.3 36 ----
Denisa Wernerová 1.4 37
Denisa Wernerová 1.3 38 {{id name="ntp"/}}
Denisa Wernerová 5.1 39 **I cannot get NTP working**
Denisa Wernerová 1.5 40 Pokud se Vám synchronizace nedaří, vyzkoušejte tento postup:
Denisa Wernerová 1.3 41
Denisa Wernerová 5.1 42 1. Turn [[firewall>>doc:pc.bezpecnost.aktualizace.WebHome]] off.
43 1. Restart computer.
44 1. Confirm settings and synchronization with button update according to the [[guide>>doc:tuonet.sluzby-protokoly.ntp.WebHome]].
45 1. Turn [[firewall>>doc:pc.bezpecnost.aktualizace.WebHome]] on again.
46 1. Following sychronizations will be automatic.
Denisa Wernerová 1.5 47
Denisa Wernerová 1.3 48 ----
Denisa Wernerová 1.4 49
Denisa Wernerová 1.3 50 {{id name="mac"/}}
Denisa Wernerová 5.1 51 **Some pages do not load on Mac OS X**
52 Problem can be in the network with direct support of protocol IPv6 where is computer moved to (for example in sleep mode) in which system created automatic tunnel for supporting protocol IPv6. During shifts of turned on computers from one network to another one some steps essential for correct finish of the created tunnel can´t be properly done and it may happen that configuration via autoconfiguration mechanisms of protocol IPv6 is not performed correctly.
53 **Solution:**
54 Solution is forced shut down and turn off of protocol IPv6 on every network interface possibly restart the computer.
Denisa Wernerová 1.6 55
Denisa Wernerová 5.1 56 Turning the terminal on
Denisa Wernerová 1.6 57 Go → Utilities → Terminal
58
Denisa Wernerová 5.1 59 Undesirable state (unavailable pages of Google):
Denisa Wernerová 1.6 60
Denisa Wernerová 5.1 61 $ ping6 google.com
62 ping6: UDP connect: No route to host
Denisa Wernerová 1.6 63
Denisa Wernerová 5.1 64 To remove the problem admin authorization is required:
65
66 $ sudo -s
67
68 Turning IPv6 off on all network interfaces:
69
70 # ip6 -x
71
72 Turning IPv6 on again on all network interfaces:
73
74 # ip6 -a
75
76 Possible performance of both commands at once:
77
78 # ip6 -x && ip6 -a
79
80 Correct state:
81
82 $ ping6 google.com
Denisa Wernerová 1.6 83 PING6(56=40+8+8 bytes) 2001:718:1001:158:20c:29ff:fec8:e4a4 > 2a00:1450:8007::68--
84 --16 bytes from 2a00:1450:8007::68, icmp_seq=0 hlim=57 time=21.751 ms--
85 --16 bytes from 2a00:1450:8007::68, icmp_seq=1 hlim=57 time=15.811 ms--
86 --16 bytes from 2a00:1450:8007::68, icmp_seq=2 hlim=57 time=15.859 ms--
Denisa Wernerová 5.1 87 --^C--
88 --- google.com ping6 statistics ---
89 --3 packets transmitted, 3 packets received, 0.0% packet loss--
90 --round-trip min/avg/max/std-dev = 15.811/17.807/21.751/2.789 ms