Ich glaube auch dass AVM am Kernel einiges verändert hat. Denn wenn ich mich recht erinnere, ging irgendwann mal pptpd mit Verschlüsselung, was aktuell aus unbekannten Gründen nicht mehr funktioniert
Saving settings...done.
Saving cpmaccfg.cfg...done.
Setting switch_mode to 'special' (6).
device eth0 is already a member of a bridge; can't enslave it to bridge wlan.
nothing to stop...
VLAN Settings...
/sbin/cpmaccfg ssms eth0 0x29 eth1 0x22 eth2 0x24...
ifconfig eth1 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 up
ifconfig eth2 192.168.2.1 netmask 255.255.255.0 broadcast 192.168.2.255 up
Setting WLAN to eth0
failed.
Writing /var/flash/freetz...done.
27648 bytes written.
Leider hab ich niergends rauslesen können, ob man das Tutorial http://trac.freetz.org/wiki/help/how.../switch_config trotzdem nochmal durchspielen muss
device eth0 is already a member of a bridge; can't enslave it to bridge wlan.
rc.cpmaccfg schrieb:BOXTYPE=$(set|grep "Fritz_Box"|sed -e "s/.*_//g"|sed -e "s/'//g")
if [ $BOXTYPE = "7170" ];then
echo -n 'Setting Ports...'
echo ''
# Port Mode
/sbin/$DAEMON spm 1 $CPMACCFG_MODE1
/sbin/$DAEMON spm 2 $CPMACCFG_MODE2
/sbin/$DAEMON spm 3 $CPMACCFG_MODE3
/sbin/$DAEMON spm 4 $CPMACCFG_MODE4
# Port Settings
/sbin/$DAEMON spme 1 $CPMACCFG_SPEED1 $CPMACCFG_FLOW1
/sbin/$DAEMON spme 2 $CPMACCFG_SPEED2 $CPMACCFG_FLOW2
/sbin/$DAEMON spme 3 $CPMACCFG_SPEED3 $CPMACCFG_FLOW3
/sbin/$DAEMON spme 4 $CPMACCFG_SPEED4 $CPMACCFG_FLOW4
fi
BOXTYPE=$(set|grep "Fritz_Box"|sed -e "s/.*_//g"|sed -e "s/'//g")
if [ $BOXTYPE = "SpeedportW701V" ];then