hi,
i have a freebsd box acting as a firewall using ipfilter over a bridge.
the machine has two interfaces:
fxp0 = connected to outside world interface
rl0 = connected to internal subnet
when i add the default gateway, it defaults to assigning it to rl0.
from netstat -rn:
Destination Gateway Flags Refs Use Netif Expire
128.111.147.254 00:e0:52:d8:43:00 UHLW 1 0 rl0 1182
how can i assign the default gateway to use fxp0 instead?
notes:
root@fw-1[~]% ifconfig -u
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet 128.111.147.250 netmask 0xffffffff broadcast 128.111.147.250
ether 00:00:5e:00:01:01
media: Ethernet 100baseTX <full-duplex>
status: active
rl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet 128.111.147.251 netmask 0xffffff00 broadcast 128.111.147.255
ether 00:30:1b:10:5b:e3
media: Ethernet 100baseTX <full-duplex>
status: active
thanks,
-randall
--
:// randall s. ehren :// voice 805.893.5632
:// systems administrator :// isber|survey|avss.ucsb.edu
:// institute for social, behavioral, and economic research
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message