Differences between revisions 125 and 127 (spanning 2 versions)
Revision 125 as of 2015-12-05 16:56:17
Size: 2221
Editor: ?Anilton Salla Junior
Comment:
Revision 127 as of 2015-12-05 17:12:10
Size: 272
Editor: ?Anilton Salla Junior
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#language en Configurando IP Static
Line 3: Line 3:
<<BR>>
||<tablestyle="width: 100%; text-align: center; border: 0px hidden"> {{http://www.debian.org/logos/openlogo-nd-50.png}} {{http://www.debian.org
----
/Pics/debian.png}}||
||<style="border: 0px hidden">~+{{attachment:Portal/IDB/logo_portal.png}} Welcome to the [[Debian]] System Administration Portal+~||
{{attachment:Portal/IDB/icon-system-32x32.png}} This page lists articles which cover all aspects of administering Debian GNU/Linux systems, including installation, package management, configuration, monitoring and security.
nano /etc/network/interfaces
Line 10: Line 5:
{{{#!wiki debian
~-http://www.debian.org/doc/manuals/reference - Debian Reference Manual-~
}}}
address 10.2.9.76
netmask 255.255.255.0
network 10.2.9.0
gateway 10.2.9.254
broadcast 10.2.9.255
Line 14: Line 11:
||<-3 style="background-color:#e8e8e8;width:50%" tablestyle="width:100%;text-align:center;table-layout:fixed;background-color:#f8f8f8"> '''Quick access''' ||
||<(^> {{attachment:Portal/IDB/icon-floppy-32x32.png}} [[SystemBootProcess|Boot process]]<<BR>>{{attachment:Portal/IDB/icon-configure-32x32.png}} [[SystemConfiguration|Configuring systems]]<<BR>>{{attachment:Portal/IDB/icon-drive-cdrom-32x32.png}} [[SystemInstall | Installation|Installation]] <<BR>> {{attachment:Portal/IDB/icon-kernel-32x32.png}} [[Kernel | Kernel]] <<BR>>{{attachment:Portal/IDB/icon-device-32x32.png}} [[LocalResourcesManagement| Local resources]] ||<(^> {{attachment:Portal/IDB/icon-monitor-32x32.png}} [[SystemMonitoring|Monitoring]] <<BR>> {{attachment:Portal/IDB/icon-apt-32x32.png}} [[PackageManagement|Package management]]<<BR>> {{attachment:Portal/IDB/icon-printer-32x32.png}} [[Printing|Printing]] <<BR>> {{attachment:Portal/IDB/icon-process-32x32.png}} [[ProcessManagement|Process management]] <<BR>> {{attachment:Portal/IDB/icon-backup-32x32.png}} [[SystemRescue|Rescue]]||<(^> {{attachment:Portal/IDB/icon-security-32x32.png}} [[SecurityManagement|Security, Reliability, and User Management]]<<BR>> {{attachment:Portal/IDB/icon-emulator-32x32.png}} [[SystemVirtualization|Virtualization]]<<BR>> {{attachment:Portal/IDB/icon-display-32x32.png}} [[XWindowSystem|X system]]<<BR>>{{attachment:Portal/IDB/icon-backup-32x32.png}} [[BackupAndRecovery|Backup And Recovery]]||
||<-3 style="background-color:#e8e8e8">||

----
CategoryPortal | CategorySystemAdministration
# Comando para reiniciar o serviço de rede invoke-rc.d networking restart ou /etc/init.d/networking restart

Configurando IP Static

nano /etc/network/interfaces

address 10.2.9.76 netmask 255.255.255.0 network 10.2.9.0 gateway 10.2.9.254 broadcast 10.2.9.255

# Comando para reiniciar o serviço de rede invoke-rc.d networking restart ou /etc/init.d/networking restart