Ho installato su debian l'ultima versione di amsn.
Funziona tutto a dovere tranne l'invio dei file ad altri utenti (riesco solo a ricevere)

Momentaneamente ho un un pc fisso con windows xp sp2 che fa da gateway così impostato:

Indirizzo ip : 192.168.0.1
Subnet mask : 255.255.255.0

Server Dns preferito : 80.20.6.36
Server Dns alternativo : 212.216.112.112

Il client linux

codice:
# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:03:0D:13:0A:57
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::203:dff:fe13:a57/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2487 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2727 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:956283 (933.8 KiB)  TX bytes:388685 (379.5 KiB)
          Interrupt:201 Base address:0x4000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:118 errors:0 dropped:0 overruns:0 frame:0
          TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7800 (7.6 KiB)  TX bytes:7800 (7.6 KiB)

# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
default         andrea.mshome.n 0.0.0.0         UG    0      0        0 eth0
Firewall di windows disattivato.


Ciao!