PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : scheitere an rp_filter wie komme ich zur static IP?



24dan
02.12.06, 19:50
Hallo ich habe vor meinem server eine statische IP zu geben unter:
/etc/network/interfaces

habe ich folgendes:



# 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 dhcp
#name Ethernet LAN-Karte

iface eth0 inet static
address 192.168.123.101
netmask 255.255.255.0
network 192.168.123.0
broadcast 192.168.123.255
gateway 192.168.123.1


wenn ich jetzt neu starte bekomme ich...:


servera:/home/lux# pico /etc/network/interfaces
servera:/home/lux# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...SIOCDELRT: No such process
done.
servera:/home/lux# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...done.



kann jemand einen Tip geben?