Page 3 of 3

Re: DMZ, loopback web access and dnsmasq problems

Posted: Wed Dec 28, 2011 8:05 pm
by ispyisail
Thanks

Re: DMZ, loopback web access and dnsmasq problems

Posted: Thu Dec 29, 2011 2:18 pm
by nicram
Another problem that i had (also with 1.5.2) was upnp. Typical error msg was

Code: Select all

Dec 29 18:48:59 berlin daemon.err miniupnpd[2070]: ioctl(s, SIOCGIFADDR, ...): Cannot assign requested address
Dec 29 18:48:59 berlin daemon.err miniupnpd[2070]: Failed to get IP for interface eth0.2
Dec 29 18:49:01 berlin daemon.err miniupnpd[2070]: ioctl(s, SIOCGIFADDR, ...): Cannot assign requested address
Dec 29 18:49:01 berlin daemon.err miniupnpd[2070]: Failed to get ip address for interface eth0.2
So also when i use pppoe it shouldn't use eth0.2 iface because it has no any IP address. So i try to change /etc/config/upnpd
line: option 'external_iface' 'wan'
to: option 'external_iface' 'pppoe-wan'
bu after stop and start of the miniupnpd there is some error msg:

Code: Select all

g# /etc/init.d/miniupnpd start
Warning: weird character in interface `wan_ifname:-' (No aliases, :, ! or *).
iptables: No chain/target/match by that name.
Warning: weird character in interface `wan_ifname:-' (No aliases, :, ! or *).
Warning: weird character in interface `wan_ifname:-' (No aliases, :, ! or *).
iptables: No chain/target/match by that name.
Can anyone tell me where to search more? Or how to make it use pppoe-wan instead of wan without error?