
Hello all, My /etc/network/interfaces is: auto lo iface lo inet loopback allow-hotplug enp3s0 iface enp3s0 inet6 auto and Mike asked "I do not see a ipv4 config listed is there one ?" No, there is no ip4 in the configs. The Telstra Smart Modem though assigns an ipv4. If I ask google "what is my IP" I get: "2001:8333:5xx5:b00x:fexx:14ff:feac:9af3 your public IP address", IPV6. If I go to the modem itself pointing my browser to 192.168.0.1 I see both a WAN IPV4 and a WAN IPV6. If I use speedtest-cli, it gives me the IPV4. ben -- bnis@fastmail.fm On Sat, Sep 14, 2019, at 9:25 PM, Mike O'Connor wrote:
On 14/9/19 2:55 pm, bnis@fastmail.fm wrote:
Hello everyone,
I've just connected to the nbn (FTTC) but can't get my debian computer onto the internet.
I tried changing /etc/resolv.conf to:
search gateway nameserver 8.8.8.8 nameserver 8.8.4.4
but it failed. If I write into the file: domain gateway "gateway" appears red, and it fails.
Before this nbn, the adsl modem was 10.0.0.138, which was in the resolv.conf but that didn't work, so it had to be deleted. The new modem has printed on its label: http://mymodem It's a Telstra Smart Modem Generation 2. I tried to bring up http://mymodem in the browsers firefox and w3m but both failed.
My /etc/network/interfaces is:
auto lo iface lo inet loopback
allow-hotplug enp3s0 iface enp3s0 inet6 auto
I do not see a ipv4 config listed is there one ?
Mike