Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Created March 5, 2015 00:34
Show Gist options
  • Save Mstaaravin/d5efd0761c3811ad0c83 to your computer and use it in GitHub Desktop.
Save Mstaaravin/d5efd0761c3811ad0c83 to your computer and use it in GitHub Desktop.
post: Múltiples IPs utilizando iproute en Debian
auto eth0
iface eth0 inet static
address 190.139.257.1
netmask 255.255.255.240
network 190.139.257.0
broadcast 190.139.257.15
gateway 190.139.257.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment