DMZ, loopback web access and dnsmasq problems

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: DMZ, loopback web access and dnsmasq problems

Post by ispyisail »

Thanks

User avatar
nicram
Posts: 29
Joined: Fri Dec 23, 2011 6:27 pm
Location: PL
Contact:

Re: DMZ, loopback web access and dnsmasq problems

Post 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?
TL-WR1043ND HW v1.8 | FW Gargoyle 1.5.X (Built 20120504-1907 git@2bf3cf2) | 2 Mbit | PPPoE

Post Reply