pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Nikopol on Tue 26 Feb 17:59
report abuse | download | new post

  1. auto ethx # x es el numero de interfaz, aunque en vez de eth puede ser wlan o ra, depende de cada caso concreto
  2. iface eth2 inet static # si usais dhcp, eliminad "static" y poned dhcp
  3.         wpa-driver wext  # Esto lo dejais asi tal cual
  4.         wpa-conf /etc/wpa_supplicant.conf # esto tambien lo dejais asi
  5.         address 192.168.1.x # aqui asignais ip a vuestra wifi, si usais dhcp, omitid esta linea
  6.         netmask 255.255.255.0 # La mascara de subred debereis dejarla asi, pero si usais dhcp debereis omitirla tambien
  7.         gateway 192.168.1.16 # La puerta de enlace debeis mantenerla en caso de usar ip estatica, en caso de usar dhcp eliminad tambien esta linea

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me