hello
i have created a CT installed Ubuntu 14.04-x86_64.tar.gz
add a local ip adress
started afterwards.
when i acces it with teraterm - i log in will do a apt-get update or sudo apt-get update
and geht a error
~# sudo apt-get update
Err http://archive.canonical.com trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
Temporary failure resolving 'archive.canonical.com'
Err http://security.ubuntu.com trusty-security InRelease
Err http://security.ubuntu.com trusty-security Release.gpg
Temporary failure resolving 'security.ubuntu.com'
Err http://archive.ubuntu.com trusty InRelease
Err http://archive.ubuntu.com trusty-updates InRelease
Err http://archive.ubuntu.com trusty Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ates/InRelease
W: Failed to fetch http://security.ubuntu.com/ubuntu/di...rity/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/...usty/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/...ty/Release.gpg Temporary failure resolving 'archive.canonical.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/di...ty/Release.gpg Temporary failure resolving 'security.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ty/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...es/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
so what doing wrong...
if i check
/etc/network/interfaces
# Auto generated lo interface
auto lo
iface lo inet loopback
# Auto generated venet0 interface
auto venet0
iface venet0 inet manual
up ifconfig venet0 up
up ifconfig venet0 127.0.0.2
up route add default dev venet0
down route del default dev venet0
down ifconfig venet0 down
iface venet0 inet6 manual
up route -A inet6 add default dev venet0
down route -A inet6 del default dev venet0
auto venet0:0
iface venet0:0 inet static
address 10.147.42.61
netmask 255.255.255.255
~
~
i think there is a part missing...
but if i do add the information, theye are deleted after a reboot
have a nice day
vinc
i have created a CT installed Ubuntu 14.04-x86_64.tar.gz
add a local ip adress
started afterwards.
when i acces it with teraterm - i log in will do a apt-get update or sudo apt-get update
and geht a error
Quote:
~# sudo apt-get update
Err http://archive.canonical.com trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
Temporary failure resolving 'archive.canonical.com'
Err http://security.ubuntu.com trusty-security InRelease
Err http://security.ubuntu.com trusty-security Release.gpg
Temporary failure resolving 'security.ubuntu.com'
Err http://archive.ubuntu.com trusty InRelease
Err http://archive.ubuntu.com trusty-updates InRelease
Err http://archive.ubuntu.com trusty Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Err http://archive.ubuntu.com trusty-updates Release.gpg
Temporary failure resolving 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ates/InRelease
W: Failed to fetch http://security.ubuntu.com/ubuntu/di...rity/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/...usty/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/...ty/Release.gpg Temporary failure resolving 'archive.canonical.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/di...ty/Release.gpg Temporary failure resolving 'security.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ty/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...es/Release.gpg Temporary failure resolving 'archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
if i check
/etc/network/interfaces
Quote:
# Auto generated lo interface
auto lo
iface lo inet loopback
# Auto generated venet0 interface
auto venet0
iface venet0 inet manual
up ifconfig venet0 up
up ifconfig venet0 127.0.0.2
up route add default dev venet0
down route del default dev venet0
down ifconfig venet0 down
iface venet0 inet6 manual
up route -A inet6 add default dev venet0
down route -A inet6 del default dev venet0
auto venet0:0
iface venet0:0 inet static
address 10.147.42.61
netmask 255.255.255.255
~
~
but if i do add the information, theye are deleted after a reboot
have a nice day
vinc