Re: [arch-general] Bonding networks with netcfg

2013-03-23 Thread Robbie Smith
On 24/03/13 04:02, Tobias Groß wrote: Robbie Smith wrote: Is what I want to do even possible? I won't say it's impossible. The easiest thing I can recommend is building a layer 2 tunnel with openvpn over the ppp connection and enslave this. I don't know if bonding is even possible with non

Re: [arch-general] Bonding networks with netcfg

2013-03-23 Thread Tobias Groß
Robbie Smith wrote: >Is what I want to do even possible? I won't say it's impossible. The easiest thing I can recommend is building a layer 2 tunnel with openvpn over the ppp connection and enslave this. I don't know if bonding is even possible with non ethernet interfaces but I couldn't find

Re: [arch-general] Forward all PPTP VPN packets to another proxy?

2013-03-23 Thread Hexchain Tong
On Sat, Mar 23, 2013 at 2:39 PM, Bill Sun wrote: > > I'm thinking about running a http server that handles all the > authentication for Server 2 (such as dante?), then forward all packets > to that server (running in Server 1). But I don't know how to write > corresponding iptables rules. So how t

Re: [arch-general] Upgrade finish in a "Kernel Panic - not syncing : no init found"

2013-03-23 Thread Dany De Bontridder
Hi, On Sat, Mar 23, 2013 at 6:17 AM, Jan Alexander Steffens wrote: > On Fri, Mar 22, 2013 at 11:00 PM, Dany De Bontridder > wrote: >> Hi, >> >> >> I reinstalled 2 weeks ago arch linux, because a pacman -Syu broke everything. >> >> Today, everything works fine and I decide to keep my PC up-to-d

[arch-general] Bonding networks with netcfg

2013-03-23 Thread Robbie Smith
So I’ve got access to two networks, a wireless one on wlan0 and a mobile broadband one (with a 3G modem) on ppp0, and both have a tendency to be rather unreliable. I decided to look up bonding the two, and while I can sometimes manage to enslave wlan0, ppp0 always fails. I’ve followed the info

[arch-general] Forward all PPTP VPN packets to another proxy?

2013-03-23 Thread Bill Sun
Hi, Currently I have a arch linux server running PPTP VPN (for iOS devices only), and I forward all PPTP VPN packets to local eth0: iptables -A POSTROUTING -s -o eth0 -j MASQUERADE Now I got a external proxy, and I want all the traffic currently through the PPTP VPN then through that extenal