Avançar para o conteúdo principal

OpenSuse 13.2 VPN Problems

OpenSuse 13.2 VPN Problems

I'm using pptp vpn connection to connect to my office. I've done this by creating a vpn connection in networkmanager-pptp. It used to work properly, but after recent update, it doesn't.
I've updated system to all new packages that are found by "zypper update" command.To make sure that vpn server is working properly, I used other distribution to test it and it works.But on opensuse it fails to connect and pppd exited suddenly with error code 16
 
I have seen problems reported that were related to using 3.18.x kernels, and 'nf_conntrack_pptp' module not being loaded.
The issue has been solved with the following command :


modprobe nf_conntrack_pptp 

Comentários

Mensagens populares deste blogue

Configurar uma firewall usando IP Tables no Ubuntu 14.04

Sobre IP Tables  De forma a tornar um servidor mais seguro após a sua configuração inicial, o Ubuntu disponibiliza o Iptables como firewall padrão desta distribuição. No início a firewall no Ubuntu está configurada para permitir todo o tráfego de entrada e saída num servidor. Para obtermos uma proteção mais forte no servidor teremos que acrescentar algumas regras básicas ao IP Tables. As regras da IP table têm origem numa serie de opções que podem ser combinadas de forma a criar um processamento específico. Cada pacote que atravessa a firewall é verificado ordenadamente por cada regra. Logo que haja uma correspondência com uma regra é executada a ação associada a essa regra, caso contrario é verificada a regra seguinte. Comandos IP Tables -A, --append [chain rule-specification]               Adicionar uma ou mais regras ao final cadeia escolhida; -L, --list [chain]      ...

Shelly

Change Shelly MQTT update period Shelly devices are very active on MQTT: they send an update of their status by default every 30 seconds, even when the status didn’t change. Use the following HTTP command to change the update period:                                                                                                                              http://x.x.x.x/settings?mqtt_update_period=300                                                        ...
Montar partilha remota do windows 10 no Linux mount.cifs //172.20.35.15/E/GDrivePhotos /media/GDrive -o vers=3.0,username=meu_user,password=**********