Como compartilhar a conexão usando uma placa de rede?

Iniciado por tplira, 07 de Dezembro de 2007, 19:52

tópico anterior - próximo tópico

tplira

Olá povo,

consegui finalmente compartilhar a minha internet com um outro computador Windows. Eu uso esse comando e a conexão está compartilhada:

sudo ifconfig eth0:1 192.168.0.1

O problema é que cada vez que eu desligo a máquina, tenho que dar o comando no terminal de novo. Tem um jeito de deixar a conexão permanente?

só pra constar, esse é o meu /etc/network/interfaces

Citar
auto lo
iface lo inet loopback


#iface eth0 inet dhcp

#auto eth1
#iface eth1 inet dhcp

#auto eth2
#iface eth2 inet dhcp

#auto ath0
#iface ath0 inet dhcp

#auto wlan0
#iface wlan0 inet dhcp


auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider

    pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf

auto eth0
auto eth0:1
iface eth0:1 inet static
       address 192.168.0.1
       netmask 255.255.255.0

# added by pppoeconf
auto 200.207.112.233
    iface 200.207.112.233 inet manual

iface eth0 inet dhcp

Valeu,

[]'s
"Tyger! Tyger! Burning Bright / In The forest of the Night / What Immortal Hand or Eye / Could frame thy fearful symmetry."

csat

já experimentou colocar o comando, sem o sudo, dentro do arquivo /etc/rc.local para ver se ele inicializa ao entrar?

Csat (Ubuntu 8.04)

Linux User #205394 ** Ubuntu User #19086

tplira

Csat, não achei o arquivo... como eu faço pra acessá-lo?

[]'s
"Tyger! Tyger! Burning Bright / In The forest of the Night / What Immortal Hand or Eye / Could frame thy fearful symmetry."

csat

Citação de: tplira online 08 de Dezembro de 2007, 09:18
Csat, não achei o arquivo... como eu faço pra acessá-lo?

[]'s

sudo ls -al /etc/rc.local <enter>

  Achando é só digitar

sudo gedit /etc/rc.local <enter>
colocar o comando que você quer e salvar para ver se no próximo boot ele inicializa.
Csat (Ubuntu 8.04)

Linux User #205394 ** Ubuntu User #19086