Hi!
For getting Internet Access I have to use PPTP. The ADSL-modem has the IP 10.0.0.138, to dial in, a device 10.0.0.140 has to open a pptp connection. It's exactly the thing that is described in the WhiteRussion/How Do I configure PPTP for Internet access entry in the FAQ.
But with Kamikaze 7.09 i just can't get the connection up and running. Here's my /etc/config/network:
#### VLAN configuration
config switch eth0
option vlan0 "0 1 2 3 5*"
option vlan1 "4 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.2.15
option netmask 255.255.255.0
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto static
option ipaddr 10.0.0.140
option netmask 255.255.255.0
config interface ppp0
option ifname "eth0.2"
option proto pptp
option server 10.0.0.138
option username "my-ISP-username"
option password "my-ISP-password"
option keepalive 10
option mtu 1492
When working, the ppp0 interface should obtain a dynamically assigned WAN-IP from my ISP server. Using the PPTP-for-internet-access settings as described in the FAQ worked out of the box with WhiteRussian releases. If you have any idea how to configure the Kamikaze-box please let me know. The PPTP-package is installed.
Thanks in advance
Stephan
(Last edited by roedel on 2 Oct 2007, 12:38)