Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Oct 1998 14:04:40 GMT
From:      steven@shellnet.co.uk (Steven Fletcher)
To:        freebsd-isp@FreeBSD.ORG
Subject:   Re: IPFW, Dual network cards
Message-ID:  <3616d860.81916389@smtp.shellnet.co.uk>

next in thread | raw e-mail | index | archive | help
I've kinda got somewhere :)

My copy of the Complete FreeBSD handbook arrived this morning (Thanks
walnut creek!) and I've had a chance to look at the examples in that.

I've not been able to find a great deal on the mailing list archives
that are any help however.

I belive I have managed to sort these peliminary problems out anyway,
however one problems remains with regard to the bandwidth limited
servers (Those using the same class-C but physially seperate)

I get the following when trying to ping from them:

/kernel: arp: 194.129.209.16 is on fxp0 but got reply from
00:c0:f0:16:1c:83 on ed0

I've configged our router (on the other side of the network) to send
all data to fxp0 on the FreeBSD box - however it gets stuck from
there. Trying a vareity of "route add" commands is getting me nowhere.
netstat -r shows:

Destination        Gateway            Flags     Refs     Use     Netif
Expire
default            pipex-gw.shellnet. UGSc        3       56     fxp0
localhost          localhost          UH          0        1      lo0
192.168            link#2             UC          0        0      ed0
192.168.0.6        link#2             UHLW        1      352      ed0
194.129.209        link#1             UC          0        0     fxp0
pipex-gw.shellnet. 0:0:c:93:2:33      UHLW        2        0     fxp0
971
vectra.shellnet.co 52:54:4c:17:2:e9   UHLW        1      284     fxp0
1116
smtp.shellnet.co.u 0:20:18:58:e:6f    UHLW        0       24     fxp0
456

and ifconfig -a is:

fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 194.129.209.8 netmask 0xffffff00 broadcast
194.129.209.255
        ether 00:a0:c9:a6:3b:43
        media: autoselect
        supported media: autoselect 100baseTX <full-duplex> 100baseTX
10baseT/UT
P <full-duplex> 10baseT/UTP
ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
        ether 52:54:4c:09:ea:72                                    

So; so I have to add a manual route for each IP behind the firewall
that I want to use? Surley there is an easier way :)

Steven
steven@shellnet.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3616d860.81916389>