Probleme de routage... [RH 7.2] - réseaux et sécurité - Linux et OS Alternatifs
Marsh Posté le 05-01-2003 à 14:55:16
j'ai une machine sous Linux (RedHat 7.2) avec 2 cartes reseaux
eth0 192.168.0.1 , gateway : 192.168.0.1 eth1 10.0.0.1 , gateway : 10.0.0.138
j'arrive pas à pinger eth0 en utilisant eth1 et inversement l'ip_forward est positionné à 1 J'ai ajouté des routes dans ma table de routage mais rien n'y fait.
[root@localhost root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default * 255.255.255.255 UH 0 0 0 eth1 10.0.0.0 192.168.0.1 255.255.255.255 UGH 0 0 0 eth0 192.168.0.0 10.0.0.10 255.255.255.255 UGH 0 0 0 eth1 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 10.0.0.0 * 255.0.0.0 U 0 0 0 eth1 10.0.0.0 * 255.0.0.0 U 0 0 0 eth1 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
Merci de votre aide
Marsh Posté le 05-01-2003 à 15:16:14
[root@localhost root]# ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.2 1412 524 ? S 10:46 0:04 init [3] root 2 0.0 0.0 0 0 ? SW 10:46 0:00 [keventd] root 3 0.0 0.0 0 0 ? SW 10:46 0:00 [kapm-idled] root 4 0.0 0.0 0 0 ? SWN 10:46 0:00 [ksoftirqd_CPU0] root 5 0.0 0.0 0 0 ? SW 10:46 0:00 [kswapd] root 6 0.0 0.0 0 0 ? SW 10:46 0:00 [kreclaimd] root 7 0.0 0.0 0 0 ? SW 10:46 0:00 [bdflush] root 8 0.0 0.0 0 0 ? SW 10:46 0:00 [kupdated] root 9 0.0 0.0 0 0 ? SW< 10:46 0:00 [mdrecoveryd] root 13 0.0 0.0 0 0 ? SW 10:46 0:00 [kjournald] root 88 0.0 0.0 0 0 ? SW 10:46 0:00 [khubd] root 635 0.0 0.0 0 0 ? SW 10:46 0:00 [eth1] root 720 0.0 0.2 1472 592 ? S 10:46 0:00 syslogd -m 0 root 725 0.0 0.4 1928 1040 ? S 10:46 0:00 klogd -2 rpc 745 0.0 0.2 1552 588 ? S 10:46 0:00 portmap rpcuser 773 0.0 0.2 1596 760 ? S 10:46 0:00 rpc.statd root 885 0.0 0.2 1396 524 ? S 10:46 0:00 /usr/sbin/apmd -p root 953 0.0 0.4 2676 1272 ? S 10:47 0:00 /usr/sbin/sshd root 986 0.0 0.3 2264 944 ? S 10:47 0:00 xinetd -stayalive root 1027 0.0 0.7 5296 1984 ? S 10:47 0:00 sendmail: accepti root 1046 0.0 0.1 1440 496 ? S 10:47 0:00 gpm -t ps/2 -m /d root 1064 0.0 0.2 1584 660 ? S 10:47 0:00 crond daemon 1112 0.0 0.2 1444 568 ? S 10:47 0:00 /usr/sbin/atd root 1119 0.0 0.4 2316 1072 tty1 S 10:47 0:00 login -- root root 1120 0.0 0.1 1384 448 tty2 S 10:47 0:00 /sbin/mingetty tt root 1121 0.0 0.1 1384 448 tty3 S 10:47 0:00 /sbin/mingetty tt root 1122 0.0 0.1 1384 448 tty4 S 10:47 0:00 /sbin/mingetty tt root 1123 0.0 0.1 1384 448 tty5 S 10:47 0:00 /sbin/mingetty tt root 1124 0.0 0.1 1384 448 tty6 S 10:47 0:00 /sbin/mingetty tt root 1127 0.0 0.5 2460 1304 tty1 S 10:47 0:00 -bash root 10503 0.0 0.7 3516 1944 ? S 11:38 0:00 /usr/sbin/sshd root 10504 0.0 0.5 2448 1300 pts/1 S 11:38 0:00 -bash root 10701 0.0 0.3 2772 816 pts/1 R 15:09 0:00 ps -aux
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 05-01-2003 à 14:55:16
j'ai une machine sous Linux (RedHat 7.2) avec 2 cartes reseaux
eth0 192.168.0.1 , gateway : 192.168.0.1
eth1 10.0.0.1 , gateway : 10.0.0.138
j'arrive pas à pinger eth0 en utilisant eth1 et inversement
l'ip_forward est positionné à 1
J'ai ajouté des routes dans ma table de routage mais rien n'y fait.
[root@localhost root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default * 255.255.255.255 UH 0 0 0 eth1
10.0.0.0 192.168.0.1 255.255.255.255 UGH 0 0 0 eth0
192.168.0.0 10.0.0.10 255.255.255.255 UGH 0 0 0 eth1
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
10.0.0.0 * 255.0.0.0 U 0 0 0 eth1
10.0.0.0 * 255.0.0.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
Merci de votre aide
---------------
Nothing can stop me, I'm never satisfied, I take what i want, refuse to be denied...