-1
votes
1answer
18 views

How to check the ports of Main and dependent Programs [closed]

we can see the ports using the Netstat -tulpn, e.g netstat -tulpn |grep program. But what is there is program that has multiple modules dependent on main program. How we will know what ports are they ...
0
votes
0answers
107 views

Unable to use SIP over VPN, how to find out why

I am doing a VPN access using openvpn utility to connect to my private network. However I cannot use my SIP soft-phone service (which uses a private domain) even if I am connected to that private ...
4
votes
2answers
928 views

Preventing program from using internet

Is there a way to block certain programs from being able to connect to the internet in Debian (a firewall blocking outgoing connections), so for example, to block a windows program running in wine ...