
rotherus
Delta
Verificación en dos pasos activada
Verificado por Whatsapp
Hola bueno estoy atorado aqui despues de largos intentos logre instalar el ispconfig pero resulta que algo no esta bien asi que decidi borrar todo y comenzar denuevo, estoy sigiendo esta guia The Perfect Server - Debian Squeeze (Debian 6.0) With BIND, Dovecot & Nginx [ISPConfig 3] - Page 3 | HowtoForge - Linux Howtos and Tutorials mi VPS esta en debian 6. y bueno para no hacerlo mas larga mi problema esta aca:
6 Configure The Network
Because the Debian Squeeze installer has configured our system to get its network settings via DHCP, you have to change that configuration now because a server should have a static IP address. Edit /etc/network/interfaces with a text editor and adjust it to suit your needs (in this example setup the IP address 192.168.0.100 is used). Please note that allow-hotplug eth0 should be replaced with auto eth0 otherwise restarting the network interfaces does not work, and would require a system reboot. To edit with vi enter:
me da eso como ejemplo y el mio sale asi:
ahora mi duda es como configuro esto
PD; soy novato en todo esto comprendanme :encouragement:
6 Configure The Network
Because the Debian Squeeze installer has configured our system to get its network settings via DHCP, you have to change that configuration now because a server should have a static IP address. Edit /etc/network/interfaces with a text editor and adjust it to suit your needs (in this example setup the IP address 192.168.0.100 is used). Please note that allow-hotplug eth0 should be replaced with auto eth0 otherwise restarting the network interfaces does not work, and would require a system reboot. To edit with vi enter:
Insertar CODE, HTML o PHP:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
me da eso como ejemplo y el mio sale asi:
Insertar CODE, HTML o PHP:
# This configuration file is auto-generated.
#
# WARNING: Do not edit this file, your changes will be lost.
# Please create/edit /etc/network/interfaces.head and
# /etc/network/interfaces.tail instead, their contents will be
# inserted at the beginning and at the end of this file, respectively.
#
# NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail
# will be at the very end of this file.
#
# 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 IP 1
netmask 255.255.255.255
auto venet0:1
iface venet0:1 inet static
address IP 2
netmask 255.255.255.255
ahora mi duda es como configuro esto
PD; soy novato en todo esto comprendanme :encouragement: