Eric Dedrick wrote:
>>It usually occurs when you have them all plugged into the same
>>circuit. My natd connection is connected to a switch connected to my
>>DSL modem. My internal NIC is connected to a switch where all of my
>>computers are connected. Natd works just fine.
>>
>>The messages with lo0 makes me wonder if you have a network_interfaces
>>line in your /etc/rc.conf for your NICs.
>>
>
> network_interfaces="ep0 xl0 lo0"
> ifconfig_ep0="inet 128.211.146.127 netmask 255.255.255.0"
> ifconfig_xl0="inet 192.168.0.1 netmask 255.255.255.0"
>
> I checked and I did have one extra wire that was making them all one
> circuit. With that removed I don't get any more problems.
>
> Something is still not right, though. xl0 is internal, ep0 is external.
> My internal network machines can connect ping xl0 but not ep0 or any other
> external ip's.
>
> Gateway is enabled, running /sbin/natd -n ep0,
> $ ipfw show
> 00100 205618 118632642 divert 8668 ip from any to any via ep0
> 00200 0 0 allow tcp from me to me 515
> 00300 0 0 allow udp from me to me 515
> 00400 0 0 deny tcp from any to me 515
> 00500 0 0 deny udp from any to me 515
> 00600 0 0 allow tcp from me to me 3306
> 00700 0 0 allow udp from me to me 3306
> 00800 0 0 deny tcp from any to me 3306
> 00900 1 108 deny udp from any to me 3306
> 01000 235306 124127773 allow ip from any to any
> 65535 0 0 allow ip from any to any
>
> and I've just restarted the daemons.
>
Do you have 192.168.0.1 as your default router on the other machines?
Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message