View Single Post
  #8   (View Single Post)  
Old 5th May 2010
redshirt redshirt is offline
New User
 
Join Date: May 2010
Posts: 7
Default brute force trial and error

OK, so I wondered if lagg0 was the problem. It seems to co-opt the main host ip. Now, with lagg0 commented out of rc.conf and explicit line for nfe0, the jail can ping to router. Do I need lagg0? If so, how can I enable it and make the jails work?

Code:
ifconfig
fwe0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8<VLAN_MTU>
        ether 02:01:99:03:9d:82
        ch 1 dma -1
fwip0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        lladdr 0.1.99.0.0.3.9d.82.a.2.ff.fe.0.0.0.0
nfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=10b<RXCSUM,TXCSUM,VLAN_MTU,TSO4>
        ether 00:19:21:ef:f5:c0
        inet 192.168.0.199 netmask 0xffffff00 broadcast 192.168.0.255
        inet6 fe80::219:21ff:feef:f5c0%nfe0 prefixlen 64 scopeid 0x3
        inet 192.168.0.120 netmask 0xffffffff broadcast 192.168.0.120
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3<RXCSUM,TXCSUM>
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
pflog0: flags=0<> metric 0 mtu 33152
pfsync0: flags=0<> metric 0 mtu 1460
        syncpeer: 224.0.0.240 maxupd: 128
lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3<RXCSUM,TXCSUM>
        inet 10.1.1.1 netmask 0xffffff00
Reply With Quote