Salut !
je me suis décidé à installer un petit serveur à la maison, c’est la fête !
Dans ce but je tente d’apprendre à faire ça en suivant le tutoriel de Alsa Creation: alsacreations.com/tuto/lire/ … n-SSH.html
J’ai une freebox(88.165.55.34/), j’ai activé la DMZ sur l’ip de mon serveur … mais … je n’accède à rien. Impossible de dépasser la FreeBox (Forbidden You don’t have permission to access this file on this server. Cheyenne/2.2.8 Server at localhost Port 80)
Je précise en passant que je préfère utiliser la DMZ et gérer le firewall directement sur la machine serveur (because bricolage UDP, stream, etc … )
Si aviez une piste, un conseil, une idée … ça m’aiderait bien !
Merci d’avance,
thomas
/etc/network/interface
[code]# This file describes the network interfaces available on your system
and how to activate them. For more information, see interfaces(5).
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.200
network 192.168.0.0
netmask 255.255.255.0
gateway 192.168.0.254
auto eth0
[/code]
IFCONFIG
eth0 Link encap:Ethernet HWaddr 00:a0:d1:32:2a:ce
inet adr:192.168.0.200 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: 2a01:e35:8a53:7220:2a0:d1ff:fe32:2ace/64 Scope:Global
adr inet6: fe80::2a0:d1ff:fe32:2ace/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3232 errors:0 dropped:0 overruns:0 frame:0
TX packets:3059 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:320628 (313.1 KiB) TX bytes:283162 (276.5 KiB)
Interruption:11
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:850 errors:0 dropped:0 overruns:0 frame:0
TX packets:850 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:85075 (83.0 KiB) TX bytes:85075 (83.0 KiB)
/etc/hosts
127.0.0.1 localhost test
127.0.1.1 serveur.maison serveur
192.168.0.200 experiment.ath.cx test
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/hostname
/etc/resolv.conf
nameserver 127.0.0.1
nameserver 192.168.0.254
nameserver 212.27.40.240
nameserver 212.27.40.241