OpenWrt Forum Archive

Topic: OpenWRT and AON (Telekom Austria)

The content of this topic has been archived on 10 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hey Community.

My english got a little bit bad cause I don't use it that often, that's why I will try to keep this short and simple smile.

My provider is AON (Telekom Austria). The screenshot below proves that the WR1043 is able to connect to the internet via the "Speedtouch 512" Modem (provided by my provider).
Screenshot: http://img0.www.suckmypic.net/img/u/W/3 … enannt.png

The OpenWRT firmware doesn't support an IP address on the WAN port (the 10.0.0.140 address shown screeshot). I think that this is strictly necessary,.

I also called the AON support hotline. The guy there told me the following settings:

Protocol: PPPoA(TM)
Encapsulation: VC-MUX
VCI: 48
VPI: 8

I also tried this values and PPPoA as protocol, but without success.

I hope you have any suggestions for me.

Best regards, Steward

(Last edited by steward on 17 Apr 2012, 19:12)

You need to install luci-proto-pptp and pptp.
If you use 10.03.1 you can grab the appropriate packages here:
http://downloads.openwrt.org/backfire/1 … ar71xx.ipk
http://downloads.openwrt.org/backfire/1 … ar71xx.ipk

scp them to the router and use "opkg install /tmp/*.ipk" to install them.

To configure your OpenWrt WAN like in the screenshot you need to
1) set the "WAN" interface to static ip, set the 10.x address
2) create a new interface, e.g. "VPN" with protocol set to "PPtP", join it to the WAN firewall zone

See also http://wiki.openwrt.org/doc/howto/vpn.client.pptp

It work's! Thank you so much!

Best regards, Stew

The discussion might have continued from here.