[Bug 1166667] Re: The default configuration is missing the /etc/squid-deb-proxy/autogenerated/pkg-blacklist-regexp.acl file

2013-12-02 Thread Andreas Oberritter
This warnings still appears in 13.10.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid-deb-proxy in Ubuntu.
https://bugs.launchpad.net/bugs/117

Title:
  The default configuration is missing the /etc/squid-deb-
  proxy/autogenerated/pkg-blacklist-regexp.acl file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/117/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 771148] [NEW] redirect-gateway fails when default route does not use a gateway

2011-04-26 Thread Andreas Oberritter
Public bug reported:

Binary package hint: openvpn

When using a PPP connection to access the internet, OpenVPN fails to
replace the default route.

Server's configuration:
push redirect-gateway def1.

Client's default route:
default dev ppp0  scope link 

Client's error message:
NOTE: unable to redirect default gateway -- Cannot read current default 
gateway from system

pppd doesn't set (and doesn't need) a gateway, but OpenVPN assumes that
a gateway was needed for a default route.

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: openvpn (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #592088
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592088

** Also affects: openvpn (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592088
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/771148

Title:
  redirect-gateway fails when default route does not use a gateway

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 771148] Re: redirect-gateway fails when default route does not use a gateway

2011-04-26 Thread Andreas Oberritter
Hi Andres,

yes, OpenVPN needs a default route, and that route already exists. But
you're mixing up route and gateway. PPP by definition does not need to
specify a gateway, because all packets travel through the peer.

To function properly, OpenVPN should create a host route through ppp0.
To do this, no gateway IP address is required at all. E.g. if your
OpenVPN-server's address is 1.2.3.4, then the client should create a
route like ip route add 1.2.3.4/32 dev ppp0 instead of ip route add
1.2.3.4/32 via $GATEWAY dev ppp0.

Of course, there are numerous ways to workaround this problem, but I'm
more interested in solutions which work out of the box.

Regards,
Andreas

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/771148

Title:
  redirect-gateway fails when default route does not use a gateway

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs