Weird network in jail

Hello,

With a recent installed jail I have strange network problems.
First I have something like 5 seconds delay before I get login prompt with ssh.
The jail is a rdiff-backup server but if I just ssh and then start the backup script it never succeeds. I have to ping the backuped server before and then the backup succeed.

This is the routing tables :
Code:
Routing tables

Internet:
Destination        Gateway            Flags      Netif Expire
default            192.168.0.1        UGS     epair0b
127.0.0.1          link#1             UH          lo0
192.168.0.0/24     link#2             U       epair0b
192.168.0.96       link#2             UHS         lo0

and the network config :
Code:
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8<VLAN_MTU>
        ether 9e:9a:22:52:de:ef
        inet 192.168.0.96 netmask 0xffffff00 broadcast 192.168.0.255
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
        status: active
Any idea of what could be wrong?
 
Back
Top