2006/3/15, Pere Nubiola Radigales <[EMAIL PROTECTED]>: > > # The loopback network interface > > auto lo > > iface lo inet loopback > > > > # The primary network interface > > auto eth0 > > iface eth0 inet static > > address 192.168.0.128 > > netmask 255.255.255.0 > > network 192.168.0.0 > > broadcast 192.168.0.255 > > gateway 192.168.0.1 > > # dns-* options are implemented by the > > resolvconf package, if installed > > # dns-nameservers 194.179.1.100 > > > > xarxa inalambrica > > auto eth1 > > iface eth1 inet static > > address 192.168.0.127 > > iface eth1 inet static > > address 192.168.0.127 > > netmask 255.255.255.0 > > network 192.168.0.0 > > gateway 192.168.0.1 > > wireless_essid nom_xarxa > > wireless_mode Managed > > wireless_key s:pass_wep > > wireless_rate auto > > wireless_nick nick_wireless > > > > > > #bridge!! > > auto br0 > > iface br0 inet static > > address 192.168.0.131 > > netmask 255.255.255.0 > > network 192.168.0.0 > > gateway 192.168.0.1 > > bridge_ports eth0 eth1 > > bridge_stp off > > bridge_maxwait 5 > > > deixat de bridge i prova > route add -net 192.168.0.127netmask 255.255.255.255 dev eth1 > > -------- > > > > amb aquesta configuració no em va ni la xarxa > > convencional (la que va per ethernet). > > > > > > > -- > Pere Nubiola Radigales > Telf: +34 656316974 > e-mail: [EMAIL PROTECTED] >
oblidat del mail anterior. -- Pere Nubiola Radigales Telf: +34 656316974 e-mail: [EMAIL PROTECTED]

