5/11/2018 3:32 PM | |
Joined: 12/17/2013 Last visit: 2/19/2019 Posts: 31 Rating:
|
hi, type in terminal echo "nameserver 8.8.8.8" > /etc/resolv.conf and ping again to see if it works |
5/11/2018 3:36 PM | |
Joined: 6/1/2017 Last visit: 1/18/2019 Posts: 21 Rating:
|
I get the same answer, "bad address" by pining www.google.com or 8.8.8.8 |
5/12/2018 9:11 AM | |
Joined: 12/17/2013 Last visit: 2/19/2019 Posts: 31 Rating:
|
could you please post the output from the bellow terminal command ifconfig eth1 |
5/12/2018 11:53 AM | |
Joined: 4/28/2015 Last visit: 2/21/2019 Posts: 1019 Rating:
|
Hi, that won't work like that. Because you will have the same IP range on both interfaces (etc0 and eth1). The eth0 has 192.168.0.253 and the eth1 will reveice an address 192.168.0.xxx. You will have to set your eth0 to another range, maybe like 192.168.1.253. There is a good explanation of this problem in this topic. Best regards! |
5/16/2018 9:42 AM | |
Joined: 4/28/2015 Last visit: 2/21/2019 Posts: 1019 Rating:
|
Hi, yes this is problem.. The resolv.conf file is overwritten with every boot. Here is the solution for this problem Best regards! |
5/22/2018 11:31 AM | |
Joined: 6/1/2017 Last visit: 1/18/2019 Posts: 21 Rating:
|
Thanks!! Looks very good, the settings will stay in the resolv.conf after a reboot. Thumbs up!! |
Follow us on