Associate
- Joined
- 20 Jan 2018
- Posts
- 15
I have need for my own services and firewall instead of that crud they've included.
But I can't seem to get it working properly. Does anyone know how to setup the interface on Linux?
I'm running Debian GNU/Linux Wheezy and my interface setup is like this:
iface eth1 inet dhcp
pre-up /sbin/ethtool -K $IFACE gso off gro off tso off
pre-up /sbin/ethtool -s $IFACE speed 100 duplex full autoneg off port mii
pre-up /sbin/ethtool -A $IFACE autoneg off
up /sbin/ifconfig $IFACE txqueuelen 50000
However, after a short time (a few minutes) the interface just stops responding and I have to rerun
the middle ethtool command to get it running again.
If I enable auto negotiation (essentially running it in 1Gbps, which was my original hope/ide), the
interface keep flapping up and down.
My current working idea is that it's something wrong with the port in the other end, and I've mailed
Hyperoptic about this. But in the meantime, does anyone have any idea?
But I can't seem to get it working properly. Does anyone know how to setup the interface on Linux?
I'm running Debian GNU/Linux Wheezy and my interface setup is like this:
iface eth1 inet dhcp
pre-up /sbin/ethtool -K $IFACE gso off gro off tso off
pre-up /sbin/ethtool -s $IFACE speed 100 duplex full autoneg off port mii
pre-up /sbin/ethtool -A $IFACE autoneg off
up /sbin/ifconfig $IFACE txqueuelen 50000
However, after a short time (a few minutes) the interface just stops responding and I have to rerun
the middle ethtool command to get it running again.
If I enable auto negotiation (essentially running it in 1Gbps, which was my original hope/ide), the
interface keep flapping up and down.
My current working idea is that it's something wrong with the port in the other end, and I've mailed
Hyperoptic about this. But in the meantime, does anyone have any idea?