Re: Problems with VLAN and natd.

2000-12-31 Thread Julian Elischer
"C. Stephen Gunn" wrote: > > On Sun, 31 Dec 2000 15:33:36 EST, Garrett Wollman wrote: > > > Actually, no, it's not what you want (although the underlying code is > > broken enough to let it ``work'' anyway). What you want is to fix the > > parent network interface driver to indicate its readine

Re: Problems with VLAN and natd.

2000-12-31 Thread C. Stephen Gunn
On Sun, 31 Dec 2000 15:33:36 EST, Garrett Wollman wrote: > Actually, no, it's not what you want (although the underlying code is > broken enough to let it ``work'' anyway). What you want is to fix the > parent network interface driver to indicate its readiness to receive > 1522-octet frames by s

Re: Problems with VLAN and natd.

2000-12-31 Thread Garrett Wollman
< said: > Yes, ifconfig mtu 1500 is what you want. Actually, no, it's not what you want (although the underlying code is broken enough to let it ``work'' anyway). What you want is to fix the parent network interface driver to indicate its readiness to receive 1522-octet frames by setting its i

Re: what to do now ? Was: cvs commit: src/sys/netinet ip_icmp.c tcp_subr.c tcp_var.h

2000-12-31 Thread Jesper Skriver
On Wed, Dec 20, 2000 at 03:51:18PM +0100, Jesper Skriver wrote: > On Wed, Dec 20, 2000 at 02:46:21AM -0800, Don Lewis wrote: > > > } @@ -714,6 +715,15 @@ > > } (lport && inp->inp_lport != lport) || > > } (laddr.s_addr && inp->inp_laddr.s_addr != laddr.s_addr) || > > }

Re: Automating rc.firewall update from dhclient.leases

2000-12-31 Thread Thierry Herbelot
No need to do any shell script : add the following lines in your /etc/rc.conf (the important line is the third "-dynamic") natd_enable="YES"# Enable natd (if firewall_enable == YES). natd_interface="ed1" # Public interface or IPaddress to use. natd_flags="-dynamic"# Additional fla