Ticket #203 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Linksys WRT54GS V4 devices get wrong /etc/network/interfaces config

Reported by: tsml@szczepanek.de Assigned to: wbx
Priority: major Milestone:
Component: general Version: 1.0
Keywords: WRT54GS V4 ports Cc:

Description

I am not quite sure whether this is supposed to work this way, so I put this into type enhancment. Linksys WRT54GS V4 devices have a non standard port enumeration. It would be good to have the wib and also the ADK to put the correct /etc/network/interface file into the image for these devicetypes.

correct is:

# LAN ports auto eth0.0 iface eth0.0 inet static

address 192.168.1.1 netmask 255.255.255.0 switch-ports 0 1 2 3 5*

# WAN port auto eth0.1 iface eth0.1 inet dhcp

switch-ports 4 5

(and same for the other commented examples)

WAN port is port number 4, LAN ports are 0-3

Attachments

Change History

02/06/07 15:53:34 changed by wbx

  • status changed from new to closed.
  • resolution set to fixed.

fixed in svn, will be fixed in WIB image repository very soon, when 1.0.2 is released and WIB is moved to the new machine.


Add/Change #203 (Linksys WRT54GS V4 devices get wrong /etc/network/interfaces config)




Action