> You don't need a router.  I've had a setup very similar to
> yours in the past (now, I'm on broadband and use OpenBSD
> for my router/firewall/filter)... Any rate, I FreeBSD will
> make an excellent router/more for you.  It just takes a
> learning process.
> 
> Provide the outputs from the "uname -a", "dmesg -a",
> "ifconfig -a", "cat /etc/rc.conf", cat "/etc/hosts"
> commands.  If you have compiled and installed a custom
> kernel, then also provide the kernel ("cat
> "/sys/i386/conf/KERN.NAME.GOES.HERE").
 
god# uname -a
FreeBSD god.mshome.net 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun  5
02:55:42 GMT 2003    
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

god#  ifconfig -a
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::205:5dff:fe42:713e%rl0 prefixlen 64 scopeid 0x1
        ether 00:05:5d:42:71:3e
        media: Ethernet autoselect (none)
        status: no carrier
sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::240:f4ff:fe59:68ed%sis0 prefixlen 64 scopeid 0x2
        inet 192.168.0.36 netmask 0xffffff00 broadcast 192.168.0.255
        ether 00:40:f4:59:68:ed
        media: Ethernet autoselect (10baseT/UTP)
        status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
        inet 127.0.0.1 netmask 0xff000000

god# more /etc/rc.conf

# -- sysinstall generated deltas -- # Tue Oct  5 21:37:27 2004
# Created: Tue Oct  5 21:37:27 2004
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
gateway_enable="YES"
hostname="god.mshome.net"
inetd_enable="YES"
kern_securelevel_enable="NO"
linux_enable="YES"
moused_enable="YES"
sendmail_enable="NO"
sshd_enable="YES"
usbd_enable="YES"
font8x8="NO"
font8x14="NO"
font8x16="NO"
keymap="uk.iso"
ifconfig_sis0="inet 192.168.0.2 netmask 255.255.255.0"
kern_securelevel="2"
kern_securelevel_enable="NO"
sendmail_enable="YES"
nfs_server_enable="NO"
sshd_enable="YES"
ifconfig_rl0="inet 192.168.1.2  netmask 255.255.255.0"
defaultrouter="192.168.1.1"
# -- sysinstall generated deltas -- # Sat Nov  6 11:17:58 2004
linux_enable="YES"
sendmail_enable="NONE"
nis_server_enable="YES"
nis_client_enable="NO"
rpcbind_enable="YES"
# -- sysinstall generated deltas -- # Tue Nov  9 20:18:58 2004
ifconfig_sis0="DHCP"
hostname="god.mshome.net"

god# more /etc/hosts
::1                     localhost.mshome.net localhost
127.0.0.1               localhost.mshome.net localhost
192.168.1.2             god.mshome.net god
192.168.1.2             god.mshome.net.


dmesg -a gives a load of stuff... do you really want me to post all that?
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to