Search the Community
Showing results for tags 'Exception'.
Found 3 results
-
Using OpenSUSE 13.2, through terminal (because the GUI simply does not open) when I exit the process with Ctrl+C twice I get: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: libgdiplus.so at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&) at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at System.Drawing.Icon.Dispose () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Icon:Dispose () at System.Drawing.Icon.Finalize () [0x00000] in <filename unknown>:0 This should be fixed. Btw is the package maintained? I haven't seen any updates or anything. Do I have to add a repo? Since I apparently can't open a second issue until this gets approved I'd like to ask about the GUI that doesn't work. Is it only me? Are there logs somewhere I can see? I don't see anything in /var/log/. Is any other opensuse user having the same problem with the GUI? When I press the shortcut it simply does nothing.
-
Hi @ all! Just need a little help, I'm not that knowledgeable in iptables etc. But I got a firewall rule for my DD-WRT, that drops traffic as soon the vpn connection is down iptables -I FORWARD -i br0 -o tun1 -j ACCEPT iptables -I FORWARD -i tun1 -o br0 -j ACCEPT iptables -I FORWARD -i br0 -o eth1 -j DROP iptables -I INPUT -i tun1 -j REJECT iptables -t nat -A POSTROUTING -o tun1 -j MASQUERADE Now I need an exception for my modem ip sometimes I need access so I can check if a tunnel goes down on my isp (I've two) Is it possible to add an exception to my modem ip 172.56.35.12? Thanks and take care
-
Hi, Is it possible to add a website to an exception list such that it bypasses the VPN? I have a couple of websites that don't allow VPN's Thanks