modem - router Linksys - switch - server und clients
portredirects wie zb 22, 80, etc. habe ich über den linksys router gesetzt und es funktioniert fast alles einwandfrei. nun meine probleme:
1.)
vom netzwerk aus kann ich zb über ssh nur über die externe ip zugreifen, das selbe mit http etc. ich habe förmlich keinen zugriff auf den server über 192.168.0.2 über die externe ip sehr woll.
ich habe nur eine interface die eth0.
dazu meine routing table:
Code: Alles auswählen
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
localnet wlan-G.linuxp.o 255.255.255.0 UG 0 0 0 eth0
localnet * 255.255.255.0 U 0 0 0 eth0
default wlan-G.linuxp.o 0.0.0.0 UG 0 0 0 eth0
Code: Alles auswählen
# 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
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 195.58.160.3
dns-search meinedomain.org
gateway 192.168.0.2
ssh funktioniert nicht mehr obwohl es funktioniert hat als das modem noch am linux server dran war. nun bekomme ich einfach eine leere seite. nichts kann gefunden werden.
hat jemand eine idee hier?
grüße