[linux] routing vraagje
Hans Paijmans
J.J.Paijmans op uvt.nl
Di Jun 7 15:49:18 CEST 2011
Dag allemaal,
ik ben een debian PC als eenvoudige router aan het opzetten, maar het
schiet niet erg op.
Er is een ADSL modem (192.168.178.1), waaraan weer een gewone router
(192.168.1.1) hangt.
Daaraan hangt een PC met twee ethernetkaarten en een dhcp-server. Als ik
mijn laptop weer aan de eth1 kaart van mijn PC hang, kan ik vanaf de
laptop pingen naar het 192.168.1-netwerk, maar niet verder. Kan iemand
hier inzicht in geven?
Paai
De PC (192.168.1.20) heeft in /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.20
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth1
iface eth1 inet static
address 192.168.2.1
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
Verder de dhcpd.conf:
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.100 192.168.2.110;
option domain-name-servers 192.168.178.1, 192.168.1.1;
option routers 192.168.2.1;
option broadcast-address 192.168.2.255;
default-lease-time 600;
max-lease-time 7200;
}
En tenslotte "echo 1 > /proc/sys/net/ipv4/ip_forward". Daarvoor moet ik
wel eerst met "sudo su" root worden, want "sudo echo 1..." werkt niet.
Het route-command op de PC
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth1
default 192.168.1.1 0.0.0.0 UG 100 0 0 eth0
En op de laptop:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.2.0 * 255.255.255.0 U 1 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default breslau.local 0.0.0.0 UG 0 0 0 eth0
--
Dr. J.J. Paijmans
Tilburg University: Dept. of Linguistics & AI 013-4662693
Thuis: Kleine St.Jansstraat 3, 3811 HV Amersfoort 033-4722579
http://paai.uvt.nl http://paijmans.net GSM: +31 621 961 083
More information about the Linux
mailing list