Stephan Weaver wrote:

Hello LIST!!!

I would like to know how to change my mtu settings for my modem. tun0


2) I have a ep0: <3Com 3C509B-TPO EtherLink III (PnP)>


it would not communicate with other hosts (via ping) unless i change ip addressess, and then set it back
i have this in my rc.conf
ifconfig_ep0="inet 192.168.0.200 netmask 0xffffffff"



Your netmask is set to 255.255.255.255 This means that it will not see any other address as on it's local net, and will route those packets to your default route (Likely your modem).


Set your netmask correctly. Likely 255.255.255.0 or 0xffffff00 will work for an internal network.

Adam


thanks in advance Stephan

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to