Last modified by Denisa Wernerová on 29.08.2017 12:43

Show last authors
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"]]
6
7 ----
8
9 {{id name="voip"/}}
10 **I need to call via VoIP from my computer.**
11 You can choose one of these VoIP external providers in TUONET network:
12
13 * 802.cz
14 * sip.odorik.cz
15 * sip.mujtelefon.cz
16 * sip.viphone.cz
17 If you want to use other provider, please let us know via [[helpdesk>>doc:helpdesk.WebHome]].
18
19 ----
20
21 {{id name="vlc"/}}
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.
25
26 ----
27
28 {{id name="filtr"/}}
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]].
31
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.
33
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.
35
36 ----
37
38 {{id name="ntp"/}}
39 **I cannot get NTP working**
40 Pokud se Vám synchronizace nedaří, vyzkoušejte tento postup:
41
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.
47
48 ----
49
50 {{id name="mac"/}}
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.
55
56 Turning the terminal on
57 Go → Utilities → Terminal
58
59 Undesirable state (unavailable pages of Google):
60
61 $ ping6 google.com
62 ping6: UDP connect: No route to host
63
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
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--
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