diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index 883eb86e2..23e221059 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -1,4 +1,5 @@ etc/system-release +etc/ppp/ip-up var/ipfire/langs/en.pl var/ipfire/langs/de.pl var/ipfire/langs/es.pl diff --git a/src/ppp/ip-up b/src/ppp/ip-up index 683b15504..fdd204b93 100644 --- a/src/ppp/ip-up +++ b/src/ppp/ip-up @@ -74,7 +74,7 @@ else echo "$FIRE gateway" >> /tmp/hosts else #DNS lookup failed use direct ip - echo "85.88.28.125 gateway" >> /tmp/hosts + echo "178.63.73.246 gateway" >> /tmp/hosts fi fi mv /tmp/hosts /etc/hosts