How can we help?


DNS resolution issues - bad default network config

Comments

2 comments

  • Avatar
    RainMachine Nicholas

    Is your RainMachine configured with static IP instead of DHCP ? 

    0
    Comment actions Permalink
  • Avatar
    Alessandro Del Prete

    DHCP with fixed ip through reservation on the router.

    Here's the network config.:

    root@RainMachine5:~# cat /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 'fd58:7806:b595::/48'

    config interface 'lan'
    option ifname 'eth0'
    option proto 'dhcp'
    option ipaddr '192.168.1.1'
    option netmask '255.255.255.0'
    option ip6assign '60'

    config device 'lan_dev'
    option name 'eth0'

    config switch
    option name 'switch0'
    option reset '1'
    option enable_vlan '0'

    config switch_port
    option device 'rt305x'
    option port '0'
    option led '0'

    config interface 'wifi'
    option ipaddr '10.1.10.46'
    option netmask '255.255.254.0'
    option gateway '10.1.10.1'
    option dns '10.1.10.1'
    option proto 'dhcp'

    config interface 'ap'
    option ifname 'ra0'
    option proto 'static'
    option ipaddr '192.168.13.1'
    option netmask '255.255.255.0'
    option ip6assign '60'




    0
    Comment actions Permalink

Please sign in to leave a comment.