Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
no connection with 22.7, fine with 22.1
« previous
next »
Print
Pages: [
1
]
Author
Topic: no connection with 22.7, fine with 22.1 (Read 1299 times)
csutcliff
Newbie
Posts: 17
Karma: 2
no connection with 22.7, fine with 22.1
«
on:
September 12, 2022, 12:03:12 pm »
Hi,
I run a couple of opnsense installs in a datacentre where the provider requires that the WAN interface is set to 100baseTX Full-Duplex. Autonegotiation is not supported. This has been working fine since I switched from pfSense a few years back. The interfaces in question are I350-AM4 (igb) built into Supermicro M11SDV-4CT-LN4F.
With 22.7 I have no connection and ifconfig reports "status: no carrier" on these interfaces.
In my troubleshooting if I select autonegotiation (albeit unsupported by the provider) it defaults to 100baseTX half-duplex which sort of works but has many errors and collisions.
Downgrading to 22.1 restores normal functionalilty.
«
Last Edit: September 12, 2022, 01:45:09 pm by csutcliff
»
Logged
lilsense
Hero Member
Posts: 600
Karma: 19
Re: no connection with 22.7, fine with 22.1
«
Reply #1 on:
September 12, 2022, 02:42:58 pm »
what commands do you set to go back and forth between auto/full
Logged
csutcliff
Newbie
Posts: 17
Karma: 2
Re: no connection with 22.7, fine with 22.1
«
Reply #2 on:
September 12, 2022, 03:44:06 pm »
Code:
[Select]
ifconfig igb0 media 100baseTX
sets half duplex ("works" but with errors)
Code:
[Select]
ifconfig igb0 media 100baseTX mediaopt full-duplex
sets full duplex (no carrier)
I tried autoselect from the opnsense webgui when it was already at half-duplex
Logged
lilsense
Hero Member
Posts: 600
Karma: 19
Re: no connection with 22.7, fine with 22.1
«
Reply #3 on:
September 12, 2022, 04:27:07 pm »
are you restarting the device/service when you switch to full duplex?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
no connection with 22.7, fine with 22.1