[FS#283] NAT Loopback ("reflections") not working correctly.

LEDE Bugs lede-bugs at lists.infradead.org
Tue Nov 29 08:40:14 PST 2016


The following task has a new comment added:

FS#283 - NAT Loopback ("reflections") not working correctly.
User who did this - schoerg (schoerg)

----------
/etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd64:5849:ec76::/48'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ipaddr '192.168.0.2'
        option broadcast '192.168.0.255'
        option dns '192.168.0.47'

config interface 'wan'
        option proto 'mbim'
        option device '/dev/cdc-wdm0'
        option apn 'drei.at'
        option username '1234'
        option password '1234'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=283#comment975



More information about the lede-bugs mailing list