Ipfw-HOWTO

merkas

Active Member
ich bin gerade dabei http://www.freebsd-howto.com/HOWTO/Ipfw-HOWTO durchzuarbeiten. nur jetzt verstehen ich etwas nicht. kann mir einer sagen was das bedeuetet?

-------------------------------------------------
For the most recent 4.x builds of FreeBSD, additional sysctl variables
have been added which makes enabling ipfirewall(4) options with sysctl more
practical. For the corresponding options enabled above in the kernel
configuration file, one can issue the following sysctl commands:

sysctl -w net.inet.ip.fw.verbose=1
sysctl -w net.inet.ip.fw.verbose_limit=#
sysctl -w net.inet.ip.forwarding=1

If one has IPv6 enabled, then the following rules will apply to
the corresponding firewall actions on IPv6 packets:

options IPV6FIREWALL
options IPV6FIREWALL_VERBOSE
options IPV6FIREWALL_VERBOSE_LIMIT=100
options IPV6FIREWALL_DEFAULT_TO_ACCEPT

OR

sysctl -w net.inet6.ip6.forwarding=1

Note that there are no sysctl variables for controlling inet6
ipfirewall(4) verbosity.
-----------------------------------------------------

woher weiß ich ob ich IPv6 enabled habe?
muss ich das sogar?

die kiste soll ein router werden.

mfg
merkas
 
Zuletzt bearbeitet:
Hi,

merkas schrieb:
woher weiß ich ob ich IPv6 enabled habe?

wenn Du in Deinem Kernel folgende Option mit eingebaut hast:
options INET6

Wenn Du auch mit ifconfig -a nachschaust und etwas siehst, das ungefaehr so ausschaut:
inet6 fe80::230:1bff:fe27:7cb8%rl0 prefixlen 64 scopeid 0x1

... dann hast Du IPv6-Support eingebaut.

merkas schrieb:
muss ich das sogar?

Nein, fuer das Routing nicht.


Ciao,
-Martin.
 
für was dann IPv6

BSD.Net schrieb:
Hi,



wenn Du in Deinem Kernel folgende Option mit eingebaut hast:
options INET6

Wenn Du auch mit ifconfig -a nachschaust und etwas siehst, das ungefaehr so ausschaut:
inet6 fe80::230:1bff:fe27:7cb8%rl0 prefixlen 64 scopeid 0x1

... dann hast Du IPv6-Support eingebaut.



Nein, fuer das Routing nicht.


Ciao,
-Martin.
für was brauch ich dann IPv6?
 
Zurück
Oben