Displaying 2 results from an estimated 2 matches for "ifconfig_ed0".
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
...0:b4:a1:a5:a4
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
-------------------------------
test2:/home/gmarco> less /etc/rc.conf
defaultrouter="192.168.1.101"
gateway_enable="YES"
hostname="test2.cho.it"
ifconfig_ed0="inet 192.168.1.246 netmask 255.255.255.0"
ifconfig_rl0="inet 192.168.0.246 netmask 255.255.255.0"
keymap="it.iso"
saver="daemon"
sendmail_enable="YES"
sshd_enable="YES"
firewall_enable="YES" # Set to YES to enable f...
2003 Aug 18
0
question about routing, firewall, natd and bridge
Hallo there,
I had to change the provider. And after that my public IP adress are
routed straight through FreeBSD Box. What is it
best way to do it?
I personally done it the way, where exist the localnet alias for every
interface... eg..
ifconfig_ed0="inet 62.168.40.188 netmask 255.255.255.252 broadcast
62.168.40.191"
after that there is local interface 192.168.1.1/255
and it's alias 172.16.0.1/255
and then
route add -host 62.168.40.190 172.16.0.251
#it is an public and local ip adress of that host...
but /var/log/kern.log is...