In the past I've had two Linux hosts; call them tiger and apteryx. Host tiger has a network interface connected to a DSL modem; no problems there. Host tiger has another network interface, with a cable running directly from that interface to host apteryx's only interface; that connection is host apteryx's only link to the outside world. Up to now, no problems.
The problem arises when I install FreeBSD (11.0-RELEASE-p1) on host tiger. Its connection to the DSL modem remains fully functional. But host tiger can't talk with host apteryx any more.
So as an experiment, instead of using a simple cable from host tiger to host apteryx, I replace it with a simple hub, and connect both hosts to that hub. Now everything works as it should, and
My question: Is there a way I can lose the hub, keep the functionality with a simple cable, and make the connection great again? Is there some
The problem arises when I install FreeBSD (11.0-RELEASE-p1) on host tiger. Its connection to the DSL modem remains fully functional. But host tiger can't talk with host apteryx any more.
ifconfig(8)
shows these relevant details:
Code:
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
ether 00:0e:0c:c4:62:8c
inet 10.0.1.1 netmask 0xffffff00 broadcast 10.0.1.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
ifconfig(8)
shows:
Code:
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
ether 00:0e:0c:c4:62:8c
inet 10.0.1.1 netmask 0xffffff00 broadcast 10.0.1.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (10baseT/UTP <half-duplex>)
status: active
ifconfig(8)
command (for example) that user root can use?