IPCop : deux réseaux

Forum traitant de la distribution sécurisée montante nommée IP cop et basée sur la distribution Smoothwall. C'est à l'heure actuelle le forum le plus actif du site.

Modérateur: modos Ixus

Messagepar wann » 16 Avr 2003 15:55

Mise à jour : ça marche ! <BR>Un grand merci à Joear qui m'a une nouvelle fois bien aidé et à nouveau supporté ! <BR> <BR>Mise à jour encore : ça marche toujours ! <BR>Mais comme je vois ce post ressurgir régulièrement, je tiens à préciser que j'ai un IPCop 1.2 qui tourne ainsi depuis plusieurs mois sans aucun problème. Ca marche ainsi et je n'ai pas le temps de faire mes modifs pour passer en 1.3/1.4 pour le moment. Cependant, je sais que Riric ' porté les modifs pour un IPCop 1.3. <BR>En plus de ce qui est indiqué ci-dessous, j'ai un peu bricolé les binaires restartdhcp et restartsquid. <BR> <BR>J'ai voulu faire la même chose que ça : <BR><!-- BBCode auto-link start --><a href="http://ipcop.no-ip.com/ipcsupport/modules.php?op=modload&name=XForum&file=viewthread&tid=1155" target="_blank">http://ipcop.no-ip.com/ipcsupport/modules.php?op=modload&name=XForum&file=viewthread&tid=1155</a><!-- BBCode auto-link end --> <BR> <BR>Avec quelques modifs, forcément <IMG SRC="images/smiles/icon_smile.gif"> <BR> <BR>Je me retrouve donc avec un IPCop à 4 pattes, Green, Orange, Red et Purple (nom de l'autre interface green). <BR>J'ai suivi les indication de Damian (+ou-) et ça marche ! <BR> <BR>Le DHCP marche sur les deux interfaces green et purple mais tout est manuel : <BR> <BR>- modifier le dhcpd.conf : <BR> <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:/var/ipcop/dhcp">root@ipcop:/var/ipcop/dhcp</a><!-- BBCode auto-mailto end --> # more dhcpd.conf <BR>subnet 192.168.10.0 netmask 255.255.255.0 <BR>{ <BR> option subnet-mask 255.255.255.0; <BR> option domain-name ""; <BR> option routers 192.168.10.7; <BR> option domain-name-servers 192.168.10.7; <BR> range dynamic-bootp 192.168.10.220 192.168.10.230; <BR> default-lease-time 3600; <BR> max-lease-time 7200; <BR>} <BR>subnet 192.168.1.0 netmask 255.255.255.0 <BR>{ <BR> option subnet-mask 255.255.255.0; <BR> option domain-name ""; <BR> option routers 192.168.1.7; <BR> option domain-name-servers 192.168.1.7; <BR> range dynamic-bootp 192.168.1.220 192.168.1.230; <BR> default-lease-time 3600; <BR> max-lease-time 7200; <BR>} <BR> <BR>- lancer le daemon : <BR> <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:/var/ipcop/dhcp">root@ipcop:/var/ipcop/dhcp</a><!-- BBCode auto-mailto end --> # /usr/sbin/dhcpd eth0 eth3 <BR>Internet Software Consortium DHCP Server 2.0pl5 <BR>Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. <BR>All rights reserved. <BR> <BR>Please contribute if you find this software useful. <BR>For info, please visit <!-- BBCode auto-link start --><a href="http://www.isc.org/dhcp-contrib.html" target="_blank">http://www.isc.org/dhcp-contrib.html</a><!-- BBCode auto-link end --> <BR> <BR>Listening on Socket/eth3/192.168.1.0 <BR>Sending on Socket/eth3/192.168.1.0 <BR>Listening on Socket/eth0/192.168.10.0 <BR>Sending on Socket/eth0/192.168.10.0 <BR> <BR> <BR>Donc, reste à modifier le source C de restartdhcp.c <BR>Il n'y a quasi rien à faire) : <BR>system("/usr/sbin/dhcpd eth0"); <BR>par (dans mon cas) <BR>system("/usr/sbin/dhcpd eth0 eth3"); <BR> <BR>mais surtout modifier le dhcp.cgi afin qu'il génère un /var/ipcop/dhcp/settings correct pour pourvoir générer le dhcpd.conf comme celui-ci-dessus... <BR> <BR>et puis le source C de dhcp.c, et puis... <BR> <BR>à moins que l'on puisse utiliser le dhcrelay <IMG SRC="images/smiles/icon_wink.gif"> <BR> <BR>Mise à jour : <BR>Je n'ai finalement pas utilisé le dhcrelay, mais JoeBar a fait le test et ça marche également (ce n'est pas son IPCop qui fait DHCP mais une machine de son LAN Green !). <BR> <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:/home/httpd/cgi-bin">root@ipcop:/home/httpd/cgi-bin</a><!-- BBCode auto-mailto end --> # dhcrelay --help <BR>Internet Software Consortium DHCP Relay Agent <BR>Copyright 1997, 1998, 1999 The Internet Software Consortium. <BR>All rights reserved. <BR> <BR>Please contribute if you find this software useful. <BR>For info, please visit <!-- BBCode auto-link start --><a href="http://www.isc.org/dhcp-contrib.html" target="_blank">http://www.isc.org/dhcp-contrib.html</a><!-- BBCode auto-link end --> <BR> <BR>Usage: dhcrelay [-i] [-d] [-i if0] [...-i ifN] [-p <port>] <BR> [-pf pidfilename] [server1 [... serverN]] <BR>exiting. <BR> <BR>Quelqu'un aurait une idée/ un avis sur le sujet ? Serait intéressé pour me filer un coup de main ? <BR> <BR>Merci, <BR> <BR>Erwann <BR> <BR>Nota : Il s'agit de remplacer un Fressco (www.freesco.org) qui a 2 interfaces LAN privées et une interface publique. <BR> <BR>_________________ <BR>"Free your mind, and your ass will follow" (George Clinton) <BR> <BR><font size=-2></font><BR><BR><font size=-2></font>
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar wann » 16 Avr 2003 16:43

Pour info : <BR> <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:~">root@ipcop:~</a><!-- BBCode auto-mailto end --> # more /var/ipcop/ethernet/settings <BR>CONFIG_TYPE=3 <BR>GREEN_DEV=eth0 <BR>GREEN_DRIVER=via-rhine <BR>GREEN_DRIVER_OPTIONS= <BR>GREEN_DISPLAYDRIVER=via-rhine <BR>GREEN_ADDRESS=192.168.10.7 <BR>GREEN_NETMASK=255.255.255.0 <BR>GREEN_NETADDRESS=192.168.10.0 <BR>GREEN_BROADCAST=192.168.10.255 <BR>PURPLE_DEV=eth3 <BR>PURPLE_DRIVER=ne <BR>PURPLE_DRIVER_OPTIONS=io=0x300 <BR>PURPLE_DISPLAYDRIVER=ne <BR>PURPLE_ADDRESS=192.168.1.7 <BR>PURPLE_NETMASK=255.255.255.0 <BR>PURPLE_NETADDRESS=192.168.1.0 <BR>PURPLE_BROADCAST=192.168.1.255 <BR>ORANGE_DEV=eth1 <BR>ORANGE_DRIVER= <BR>ORANGE_DRIVER_OPTIONS= <BR>ORANGE_DISPLAYDRIVER=via-rhine <BR>ORANGE_ADDRESS=172.16.0.1 <BR>ORANGE_NETMASK=255.255.255.0 <BR>ORANGE_NETADDRESS=172.16.0.0 <BR>ORANGE_BROADCAST=172.16.0.255 <BR>RED_DEV=eth2 <BR>RED_DRIVER=pcnet32 <BR>RED_DRIVER_OPTIONS= <BR>RED_DISPLAYDRIVER=pcnet32 <BR>RED_DHCP_HOSTNAME=ipcop <BR>RED_ADDRESS=*.*.*.23 <BR>RED_NETMASK=255.255.255.240 <BR>RED_TYPE=STATIC <BR>RED_NETADDRESS=*.*.*.16 <BR>RED_BROADCAST=*.*.*.31 <BR>DNS1=194.98.65.65 <BR>DNS2=194.98.65.165 <BR>DEFAULT_GATEWAY=*.*.*.30 <BR> <BR>Et voilà ce que donne un ifconfig : <BR> <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:~">root@ipcop:~</a><!-- BBCode auto-mailto end --> # ifconfig <BR>eth0 Link encap:Ethernet HWaddr 00:05:5D:DC:FA:4D <BR> inet addr:192.168.10.7 Bcast:192.168.10.255 Mask:255.255.255.0 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:82 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:41 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:8017 (7.8 Kb) TX bytes:3437 (3.3 Kb) <BR> Interrupt:9 Base address:0xfc00 <BR> <BR>eth1 Link encap:Ethernet HWaddr 00:05:5D:DC:FA:4F <BR> inet addr:172.16.0.1 Bcast:172.16.0.255 Mask:255.255.255.0 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) <BR> Interrupt:11 Base address:0xf800 <BR> <BR>eth2 Link encap:Ethernet HWaddr 00:60:B0:17:81:B2 <BR> inet addr:*.*.*.23 Bcast:*.*.*.31 Mask:255.255.255.240 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:0 errors:18 dropped:0 overruns:0 carrier:18 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:0 (0.0 b) TX bytes:756 (756.0 b) <BR> Interrupt:10 Base address:0xf4e0 <BR> <BR>eth3 Link encap:Ethernet HWaddr 00:80:C8:32:FC:5D <BR> inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:0 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) <BR> Interrupt:5 Base address:0x300 <BR> <BR>lo Link encap:Local Loopback <BR> inet addr:127.0.0.1 Mask:255.0.0.0 <BR> UP LOOPBACK RUNNING MTU:3924 Metric:1 <BR> RX packets:12 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:0 <BR> RX bytes:932 (932.0 b) TX bytes:932 (932.0 b) <BR>
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar wann » 17 Avr 2003 11:40

ça avance, ça avance... <BR> <BR>le dhcp.cgi est quasi bouclé (il faudra quand même bien le tester). <BR>le restartdhcp devrait être très bientôt compilé... <BR> <BR> <BR>au fait, il y a des gens que ça intéresse ?
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar mordenkainen » 17 Avr 2003 13:00

Je sais ca peut paraitre con comme question....Mais le VPN marche-t-il dans ces conditions ??? <BR> <IMG SRC="images/smiles/icon_confused.gif">
In google veritas
Avatar de l’utilisateur
mordenkainen
Lieutenant de vaisseau
Lieutenant de vaisseau
 
Messages: 200
Inscrit le: 04 Sep 2002 00:00

Messagepar wann » 17 Avr 2003 14:03

<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-2>En réponse à:</font><HR></TD></TR><TR><TD><FONT SIZE=-2><BLOCKQUOTE> <BR>Le 2003-04-17 13:00, mordenkainen a écrit: <BR>Je sais ca peut paraitre con comme question....Mais le VPN marche-t-il dans ces conditions ??? <BR></BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End --> <BR>Je n'avais pas eu le temps d'essayer, mais la réponse est oui. J'ai résussi à ouvrir un VPN entre un LAN "green" distant et mes LAN "green" et "purple".
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar mordenkainen » 17 Avr 2003 14:10

Oki c'est bien sympathique.....(hop add to favorites <IMG SRC="images/smiles/icon_biggrin.gif"> )..... <BR>
In google veritas
Avatar de l’utilisateur
mordenkainen
Lieutenant de vaisseau
Lieutenant de vaisseau
 
Messages: 200
Inscrit le: 04 Sep 2002 00:00

Messagepar wann » 18 Avr 2003 11:10

ça avance un peu. <BR>si quelqu'un se sent l'envie de filer un coup de main, qu'il n'hésite pas. <BR> <BR>DHCP : <BR> <BR>Ce qui fonctionne actuellement : <BR> <BR>L'interface web (dhcp.cgi) permet d'écrire correctement les ubriques des <BR>fichiers settings et dhcpd.conf à condition que l'on souhaite activer le <BR>dhcp sur les 2 réseaux green et purple. Il faut cependant tuer (kill) le <BR>dhcpd activé (par restartdhcp) et lancer "/usr/sbin/dhcpd eth0 eth3" <BR>manuellement. <BR> <BR>En revanche, les 'checkbox' "activé" sont liées, pas de possibilité <BR>d'activer le dhcp pour l'un des réseaux sans l'autre. <BR>Les 2 boutons de sauvegarde sont inutiles, les 2 faisant la même chose <BR>(sauvegarde des paramètres et relance du dhcpd). <BR> <BR> <BR>J'ai testé l'activation du dhcp pour l'un des 2 réseaux uniquement : <BR>pour que dhcpd ne rale pas, il faut supprimer la ligne : <BR>"range dynamic-bootp ...." <BR>c'est donc là-dessus qu'il faut jouer aussi <BR>et l'on peut lancer par : <BR>/usr/sbin/dhcpd eth0 eth3 <BR>dans ce cas, seul le réseau pour lequel il existe une ligne "range <BR>dynamic-bootp ...." offrira un service de dhcp. <BR> <BR>donc, reste faire : <BR>- modification du dhcp.cgi en conséquence. <BR>- compilation du retstartdhcp <BR>- rédaction de la proc d'install <BR>- tests approfondis <BR> <BR>et puis c'est bon <IMG SRC="images/smiles/icon_smile.gif"> <BR> <BR> <BR>PROXY : <BR> <BR> <BR>Ci-dessous, le fichier de conf. <BR>Il va falloir trouvé comment il est écrit afin de : <BR>- le lancer pour l'un et/ou l'autre réseau. <BR>- autoriser l'utilisation par les deux réseaux. <BR>puis : <BR>- permettre des configurations différentes. <BR> <BR> <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:~">root@ipcop:~</a><!-- BBCode auto-mailto end --> # more /var/ipcop/proxy/squid.conf <BR>shutdown_lifetime 5 seconds <BR>icp_port 0 <BR> <BR>http_port 192.168.10.7:800 <BR> <BR>acl QUERY urlpath_regex cgi-bin ? <BR>no_cache deny QUERY <BR> <BR>cache_effective_user squid <BR>cache_effective_group squid <BR> <BR>pid_filename /var/run/squid.pid <BR> <BR>cache_access_log /var/log/squid/access.log <BR>cache_log /var/log/squid/cache.log <BR>cache_store_log /var/log/squid/store.log <BR>log_mime_hdrs off <BR>forwarded_for off <BR> <BR>acl all src 0.0.0.0/0.0.0.0 <BR>acl localhost src 127.0.0.1/255.255.255.255 <BR>acl localnet src 192.168.10.0/255.255.255.0 <BR>acl SSL_ports port 443 563 <BR>acl Safe_ports port 80 # http <BR>acl Safe_ports port 21 # ftp <BR>acl Safe_ports port 443 563 # https, snews <BR>acl Safe_ports port 70 # gopher <BR>acl Safe_ports port 210 # wais <BR>acl Safe_ports port 1025-65535 # unregistered ports <BR>acl Safe_ports port 280 # http-mgmt <BR>acl Safe_ports port 488 # gss-http <BR>acl Safe_ports port 591 # filemaker <BR>acl Safe_ports port 777 # multiling http <BR>acl Safe_ports port 800 # Squids port (for icons) <BR>acl CONNECT method CONNECT <BR> <BR>http_access allow localhost <BR>http_access deny !Safe_ports <BR>http_access deny CONNECT !SSL_ports <BR>http_access allow localnet <BR>http_access deny all <BR> <BR>maximum_object_size 4096 KB <BR>minimum_object_size 0 KB <BR> <BR>cache_mem 2000 KB <BR>cache_dir ufs /var/spool/squid 50 16 256 <BR> <BR>request_body_max_size 0 KB <BR>reply_body_max_size 0 KB <BR> <BR> <BR> <BR> <BR>
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar wann » 23 Avr 2003 12:16

On y presque !!! <BR> <BR>DHCP ok, je vais tâcher de compiler le restartdhcp avec la petite modif nécessaire. <BR>Il restera un détail : il est impossible d'adopter une même adresse mac pour un bail fixe pour les 2 LAN green et purple (dans le cas d'une machine que tu déplacerais d'un lan à l'autre). <BR> <BR>SQUID ok, en mode transparent ou non. <BR> <BR>PORT FORWARDING ok. <BR> <BR>D'autres idées ? <BR>
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar wann » 23 Avr 2003 21:04

Mise à jour : ça marche ! <BR> <BR>Un grand merci à Joear qui m'a une nouvelle fois bien aidé et à nouveau supporté ! <BR> <BR>DHCP ok, j'ai compilé le restartdhcp avec la petite modif nécessaire. <BR>Il restera un détail : il est impossible d'adopter une même adresse mac pour un bail fixe pour les 2 LAN green et purple (dans le cas d'une machine que tu déplacerais d'un lan à l'autre). Il faudra sérieusement bricoler le dhcp.cgi pour permettre ça. Je n'en ai pas actuellement besoin alors je laisse ainsi pour le moment. <BR> <BR>SQUID ok, en mode transparent ou non. <BR>Seul souci : on ne peut qu'activer globalement (pour les 2 LAN green et purple) le proxy. Il devrait être très simple de modifier ça dans le proxy.cgi. <BR>Je n'en ai pas actuellement besoin alors je laisse ainsi pour le moment. <BR> <BR>PORT FORWARDING ok. <BR>Aucun problème à signaler. <BR> <BR>D'autres idées ? <BR>Portage de ces modifs pour la version 1.3 évidemment. <BR> <BR> <BR>
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar wann » 27 Mai 2003 19:23

Je viens de mettre en 'prod', je vous tiens au courant !
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Messagepar Guijnor » 01 Juin 2003 19:50

Bon travail <IMG SRC="images/smiles/icon_wink.gif">
"Les gens bien informés savent qu'il est impossible de transmettre la voix par des fils électriques, et quand bien même cela serait possible, cela n'aurait aucun intérêt pratique" Editorial, The Boston Post, 1865
Avatar de l’utilisateur
Guijnor
Enseigne de vaisseau
Enseigne de vaisseau
 
Messages: 174
Inscrit le: 17 Mai 2003 00:00

Messagepar Guijnor » 02 Juin 2003 14:23

J'ai suivi la méthode sauf que je n'arrive pas à modifier le fichier restartdhcp.c, quelqu'un pourrait m'aider ? <BR> <BR>J'ai les mêmes cartes réseaux et un ifcpnfig donne <BR> <BR>----------------------------------------------------------- <BR> <BR>eth0 Link encap:Ethernet HWaddr 00:50:BF:D6:5A:75 <BR> inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:27012 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:32110 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:2595122 (2.4 Mb) TX bytes:28969392 (27.6 Mb) <BR> Interrupt:9 Base address:0x2000 <BR> <BR>eth1 Link encap:Ethernet HWaddr 00:50:BF:D6:5A:78 <BR> inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:117 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:258 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:16022 (15.6 Kb) TX bytes:15480 (15.1 Kb) <BR> Interrupt:12 Base address:0x4000 <BR> <BR>eth2 Link encap:Ethernet HWaddr 00:60:4C:0B:58:1B <BR> inet addr:10.0.0.139 Bcast:10.255.255.255 Mask:255.255.255.254 <BR> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 <BR> RX packets:31333 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:26124 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:100 <BR> RX bytes:28910281 (27.5 Mb) TX bytes:2534139 (2.4 Mb) <BR> <BR>lo Link encap:Local Loopback <BR> inet addr:127.0.0.1 Mask:255.0.0.0 <BR> UP LOOPBACK RUNNING MTU:16436 Metric:1 <BR> RX packets:13 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:13 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:0 <BR> RX bytes:1296 (1.2 Kb) TX bytes:1296 (1.2 Kb) <BR> <BR>ppp0 Link encap:Point-to-Point Protocol <BR> inet addr:82.64.21.84 P-t-P:192.168.254.254 Mask:255.255.255.255 <BR> UP POINTOPOINT RUNNING NOARP MTU:1492 Metric:1 <BR> RX packets:31154 errors:0 dropped:0 overruns:0 frame:0 <BR> TX packets:25944 errors:0 dropped:0 overruns:0 carrier:0 <BR> collisions:0 txqueuelen:3 <BR> RX bytes:28344632 (27.0 Mb) TX bytes:2009933 (1.9 Mb) <BR> <BR>------------------------------------------------------------ <BR> puis j'ai <BR> <BR>------------------------------------------------------------ <BR><!-- BBcode auto-mailto start --><a href="mailto:root@ipcop:/var/ipcop/dhcp">root@ipcop:/var/ipcop/dhcp</a><!-- BBCode auto-mailto end --> # /usr/sbin/dhcpd eth0 eth1 <BR>Internet Software Consortium DHCP Server 2.0pl5 <BR>Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. <BR>All rights reserved. <BR> <BR>Please contribute if you find this software useful. <BR>For info, please visit <!-- BBCode auto-link start --><a href="http://www.isc.org/dhcp-contrib.html" target="_blank">http://www.isc.org/dhcp-contrib.html</a><!-- BBCode auto-link end --> <BR> <BR>Listening on Socket/eth1/192.168.1.0 <BR>Sending on Socket/eth1/192.168.1.0 <BR>Listening on Socket/eth0/192.168.0.0 <BR>Sending on Socket/eth0/192.168.0.0 <BR> <BR>----------------------------------------------------------------- <BR> <BR>et enfin <BR> <BR>CONFIG_TYPE=1 <BR>GREEN_DRIVER=8139too <BR>GREEN_DRIVER_OPTIONS= <BR>GREEN_DEV=eth0 <BR>GREEN_DISPLAYDRIVER=8139too <BR>GREEN_ADDRESS=192.168.0.1 <BR>GREEN_NETMASK=255.255.255.0 <BR>GREEN_NETADDRESS=192.168.0.0 <BR>GREEN_BROADCAST=192.168.0.255 <BR>ORANGE_DEV=eth1 <BR>RED_DEV= <BR>ORANGE_DRIVER= <BR>ORANGE_DRIVER_OPTIONS= <BR>ORANGE_DISPLAYDRIVER=8139too <BR>ORANGE_ADDRESS=192.168.1.1 <BR>ORANGE_NETMASK=255.255.255.0 <BR>ORANGE_NETADDRESS=192.168.1.0 <BR>ORANGE_BROADCAST=192.168.1.255 <BR> <BR>Il faut donc que je modifie ce fichier et le restardhcp.c (si qqun m'aide <IMG SRC="images/smiles/icon_wink.gif"> ) et ensuite ?<BR><BR><font size=-2></font>
"Les gens bien informés savent qu'il est impossible de transmettre la voix par des fils électriques, et quand bien même cela serait possible, cela n'aurait aucun intérêt pratique" Editorial, The Boston Post, 1865
Avatar de l’utilisateur
Guijnor
Enseigne de vaisseau
Enseigne de vaisseau
 
Messages: 174
Inscrit le: 17 Mai 2003 00:00

Messagepar Guijnor » 02 Juin 2003 14:46

J'ai changé mon fichier "settings", faut-il mieux ça : <BR> <BR>CONFIG_TYPE=3 <BR>GREEN_DEV=eth0 <BR>GREEN_DRIVER=8139too <BR>GREEN_DRIVER_OPTIONS= <BR>GREEN_DISPLAYDRIVER=8139too <BR>GREEN_ADDRESS=192.168.0.1 <BR>GREEN_NETMASK=255.255.255.0 <BR>GREEN_NETADDRESS=192.168.0.0 <BR>GREEN_BROADCAST=192.168.0.255 <BR>PURPLE_DEV=eth1 <BR>PURPLE_DRIVER=ne <BR>PURPLE_DRIVER_OPTIONS=io=0x300 <BR>PURPLE_DISPLAYDRIVER=ne <BR>PURPLE_ADDRESS=192.168.1.1 <BR>PURPLE_NETMASK=255.255.255.0 <BR>PURPLE_NETADDRESS=192.168.1.0 <BR>PURPLE_BROADCAST=192.168.1.255 <BR>ORANGE_DEV= <BR>ORANGE_DRIVER= <BR>ORANGE_DRIVER_OPTIONS= <BR>ORANGE_DISPLAYDRIVER= <BR>ORANGE_ADDRESS= <BR>ORANGE_NETMASK= <BR>ORANGE_NETADDRESS= <BR>ORANGE_BROADCAST= <BR>RED_DEV= <BR> <BR>Ou ça ? <BR> <BR>CONFIG_TYPE=3 <BR>GREEN_DEV=eth0 <BR>GREEN_DRIVER=8139too <BR>GREEN_DRIVER_OPTIONS= <BR>GREEN_DISPLAYDRIVER=8139too <BR>GREEN_ADDRESS=192.168.0.1 <BR>GREEN_NETMASK=255.255.255.0 <BR>GREEN_NETADDRESS=192.168.0.0 <BR>GREEN_BROADCAST=192.168.0.255 <BR>PURPLE_DEV=eth1 <BR>PURPLE_DRIVER=8139too <BR>PURPLE_DRIVER_OPTIONS= <BR>PURPLE_DISPLAYDRIVER=8139too <BR>PURPLE_ADDRESS=192.168.1.1 <BR>PURPLE_NETMASK=255.255.255.0 <BR>PURPLE_NETADDRESS=192.168.1.0 <BR>PURPLE_BROADCAST=192.168.1.255 <BR>ORANGE_DEV= <BR>ORANGE_DRIVER= <BR>ORANGE_DRIVER_OPTIONS= <BR>ORANGE_DISPLAYDRIVER= <BR>ORANGE_ADDRESS= <BR>ORANGE_NETMASK= <BR>ORANGE_NETADDRESS= <BR>ORANGE_BROADCAST= <BR>RED_DEV= <BR> <BR>Car j'utilise pas Orange ...
"Les gens bien informés savent qu'il est impossible de transmettre la voix par des fils électriques, et quand bien même cela serait possible, cela n'aurait aucun intérêt pratique" Editorial, The Boston Post, 1865
Avatar de l’utilisateur
Guijnor
Enseigne de vaisseau
Enseigne de vaisseau
 
Messages: 174
Inscrit le: 17 Mai 2003 00:00

Messagepar Riric » 01 Juil 2003 12:27

Salut, <BR> <BR>bon comme j'avais 5mn, j'ai testé l'ajout d'une 2eme Green - merci Wann pour le boulot ! <IMG SRC="images/smiles/icon_smile.gif"> - mais j'ai un problème ! <IMG SRC="images/smiles/icon_frown.gif"> <BR> <BR>Je n'arrive pas à accéder au web d'admin depuis le 2eme GREEN.... <BR> <BR>Une idée ? <BR> <BR>Thanks ! <BR>Riric
Avatar de l’utilisateur
Riric
Capitaine de vaisseau
Capitaine de vaisseau
 
Messages: 318
Inscrit le: 24 Mars 2003 01:00
Localisation: Près de Grenoble

Messagepar wann » 01 Juil 2003 17:29

<!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-2>En réponse à:</font><HR></TD></TR><TR><TD><FONT SIZE=-2><BLOCKQUOTE> <BR>Le 2003-07-01 12:27, Riric a écrit: <BR>Salut, <BR> <BR>bon comme j'avais 5mn, j'ai testé l'ajout d'une 2eme Green - merci Wann pour le boulot ! <IMG SRC="images/smiles/icon_smile.gif"> - mais j'ai un problème ! <IMG SRC="images/smiles/icon_frown.gif"> <BR> <BR>Je n'arrive pas à accéder au web d'admin depuis le 2eme GREEN.... <BR> <BR>Une idée ? <BR> <BR>Thanks ! <BR>Riric <BR></BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End --> <BR> <BR>Aucun problème dans mon cas, essaie de m'en dire plus.
"Free your mind and your ass wil follow" (George Clinton)
Avatar de l’utilisateur
wann
Amiral
Amiral
 
Messages: 1032
Inscrit le: 07 Jan 2002 01:00
Localisation: Nantais, parfois ;-)

Suivant

Retour vers IPCop

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit et 1 invité

cron