Toon posts:

router ??

Pagina: 1
Acties:

Verwijderd

Topicstarter
ik heb onder linux debian twee netwerk kaarten
eht0 eht1 op eth1 zit mijn kabel modem op eht0 mijn netwerk nou wil ik eth1 aan eth0 routen
maar eth1's ip adress veranderd om het uur (dhcp server) hoe doe ik dit?

Verwijderd

Masquerading op zetten...
IP Masquerade is a networking function in Linux similar to one-to-many NAT (Network Address Translation) found in many commercial firewalls and network routers. For example, if a Linux host is connected to the Internet via PPP, Ethernet, etc., the IP Masquerade feature allows other "internal" computers connected to this Linux box (via PPP, Ethernet, etc.) to also reach the Internet as well. Linux IP Masquerading allows for this functionality even though these internal machines don't have an officially assigned IP addresses.
Check:
o http://linuxdocs.org/HOWTOs/IP-Masquerade-HOWTO.html
o ipchains howto, ook op linuxdocs.org
o http://www.linux-nl.cx doorklikken naar linux documentatie...

Verwijderd

Topicstarter
:)thanx:)