Sharp SL-5500 File Manager Guide Manuel d'utilisateur Page 41

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 48
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 40
CHAPTER 11. USE 11.3. GLOBAL NETWORKING
net.ipv4.ip_forward = 0
is already there. You can then reload the config using
sysctl -p /etc/sysctl.conf
which should show you the line
net.ipv4.ip_forward = 1
(there could be other lines before, evidently).
You then need to load the modules
usbnet
,
cdc_ether
and
g_ether
(the last one being done if
your host is also a device). You also need to add an entry to /etc/network/interfaces like
iface usb0 inet static
address 192.168.129.1
network 192.168.129.0
netmask 255.255.255.0
broadcast 192.168.129.255
if you are running Debian, or
config_usb0=( "192.168.129.1" )
to /etc/conf.d/net if you are using Gentoo, or even create a file
/etc/sysconfig/network/ifcfg-usb0
with
BOOTPROTO=’static’
STARTMODE=’auto’
USERCONTROL=’yes’
NAME=’Sharp Zaurus’
IPADDR=’192.168.129.1’
BROADCAST=’192.168.129.255’
NETMASK=’255.255.255.0’
NETWORK=’192.168.129.0’
PREFIXLEN=’’
if you use SuSE.
11.3.2.2 On the Slave
On the slave (the computer running
˚
Angstr
¨
om), you will then
modprobe g_ether
(if the command
lsmod | grep g_ether
gives nothing as result). Consequently, using then
ifconfig -a
37
Vue de la page 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 47 48

Commentaires sur ces manuels

Pas de commentaire