Recommended Posts

ok so i have a simlpe simple situation here for testing and i want to create 2 vlans same switch, with a router on the back end of the swtich to cross inter valns.

I can create an UN tagged (non 802.1q) VLAN so simply its not funniy and get it to work, with out intervlan communication ofcourse. When i tagg the ports nothing works!! the ports cant ping the Switches config IP, they cant ping each other even if in the same VLAN.

Whats wrong? I cant find any help on the net about 3com VLANS really either.

Whast the GO ALSO what the hell is an aggregated link?? the same as a trunk in cisco speak?

Help me please!

Link to comment
https://www.neowin.net/forum/topic/321776-3com-switch-vlan-config-4200/
Share on other sites

Hey, I have a VLAN setup using 3com superstack 3 3300 switches here at work. I think some of the terminology may be similar.

First off, with the router, how many interfaces do you have?

Second, the use of VLANs is synonymous (sp?) with the use of subnets. What are the subnet for each VLAN?

Third, are we just dealing with the one switch, or are you trying to connect three (I responded in your last post)?

When I set up my VLAN, I had to trunk between two stacks of switches. Since you don't seem to be doing that here, all I would do is the following:

***Since you don't specify the specs of the switch, I am going to use an example that you can tailor***

Setup:

1x 24port switch

1x router with two ethernet interfaces; eth0 and eth1

2x clients; one on each VLAN

subnets:

VLAN1 192.168.0.1/24

VLAN2 10.10.10.1/24

Configuration on router:

eth0 - IP address 192.168.0.1/24

eth1 - IP address 10.10.10.1/24

*** If you only have on interface, you would have to use subinterfaces (cisco) ***

Configuration for Clients:

Computer 1 - IP address 192.168.0.10/24

Computer 2 - IP address 10.10.10.10/24

Configuratio on Switch:

Divide the 24ports into 2 sets of 12 for future expansion in each VLAN

Connect eth0 of router to port 1 and Computer 1 to port 2

Connect eth1 of router to port 13 and Computer 2 to port 14

***Web instructions are based on my 3300 switches and may be slightly different for your switches.***

In the web-management interface, go to the configuration screen

Click on VLAN. Create VLAN2 (VLAN1 is already there by default)

DO NOT ADD PORTS TO VLAN ON THIS SCREEN

Return to the main screen with piicture of switch.

Select each port 13-24 (one at a time) and change "Untagged VLAN" to VLAN2.

After doing this, 1-12 will be VLAN1 and 13-24 will be VLAN2 Since the router has an interface in each VLAN (and subnet), it will be able to route packets to and from each VLAN.

The sub interfaces gets a little tricky, but wil 3com switches, you can assign a port to multiple VLANs, so I suppose you just take one port, add it to both VLANs, configure the router's sub-interfaces to exist on each subnet, dot1q tag each sub-interface(eth0>enacpsulation dot1q 1 and eth1>encapsulation dot1q 2), and that is that...I think.

Let me know if this helps.

ultimatley bill it will be the diagram i had on the other post .... but i have problems with a single switch and vlans. Should i say, i can have an untagged (non 802.1q) vlan working on my switch but if i have it tagged then i cannot acheive connection. to both other vlans and to hosts on the SAME vlan.

Now perhaps my terminlolgy is incorrect.

Let me run it past you so i have the right idea, on a single switch VLAN (IE no multiple vlans travelling on the same wire to another deivce) we can have an untagged setup. There is no 'trunking' there is no other vlans traffic to get mixed up with?

When we are having mutliple vlans traverse a single wire IE to a router, then the VLANS must be tagged to enable devices to discriminate between VLAN 1, VLAN 10 and VLAN 20 for example. This if i am correct is 802.1q encapsulation?

Now i can get an untagged vlan working on my 4200 switch (by the way 4200 can only be configured by telnet for vlans there is no WEB interface for vlans specifically) but when i duplicate the exsact same scenario with 'tagged' ports i lose all connection to everything when pulled into the vlan ports. They cannot ping each other, or the switchs configuration IP.

I do have different subnets for each vlan.

If this isnt correct then just straignten me out please bill. Cheers Mate.

When I configured the trunk ports on my 3300 switches, the instructions said specifically to not tag the trunk ports. Instead, I created a trunk, added the ports to the trunk, and then added the trunk to the VLAN.

.....

Ok, I just read the manual for the 4200.

Lets say that port 1,2,3 are for hosts on VLAN1, ports 4,5,6 are VLAN2 and 7 is a trunk to switch 2 which is identical.

Enter the following from a telnet session:

bridge vlan create

Enter VLAN ID (2-4094)[2]: (either enter "2" or press eneter as that is the default)

Enter VLAN Name [VLAN 2]: (ENter a name or enter for "VLAN 2")

bridge vlan modify addPort

Select VLAN ID (1,5)[1]: 2

Select bridge port (1-26,AL1-AL4,all)[all]: 4-6 (I think you can combine. If not, do each port seperate)

Enter tag type (untagged,tagged): untagged

bridge vlan modify addPort

Select VLAN ID (1,5)[1]: 2

Select bridge port (1-26,AL1-AL4,all)[all]: 7

Enter tag type (untagged,tagged): tagged

This should have it working, if not, you may also need to tag the trunk for VLAN1:

bridge vlan modify addPort

Select VLAN ID (1,5)[1]: 1

Select bridge port (1-26,AL1-AL4,all)[all]: 7

Enter tag type (untagged,tagged): tagged

Repeat above on switch 2

Think of it this way, your untagged VLAN is great. If you wanted to connect two switches each habving a defines VLAN 1 and VLAN2, where VLAN1 and 2 where the same on both switches, you would simply connect the two switched using a crossover cable, assign the crossover port on both switches to be in both VLANS with dot1q tagging.

In its simplest form, this is no different than having two swicthes cascading and half of the endstations are on one subnet and the other are on a different subnet. The difference here, is that in addition to different subnets, we have them in different VLANs, so broadcasts will be reduced in addition to collisions.

Now, you previos diagram had three switches 1-main, 2 and 3 as stubs. To do this, configure all three switches with n=both VLANs. Configure switches 2 and 3 like above. On switch 1, you will have to add the ports that 2 and 3 uplink to as tagged memebers of both VLANs.

I guess the big thing to realize is that only trunk lines get tagged. all other ports get placed in a VLAN, but do not get tagged. So really, you are not changing what you did with your untagged VLAN setup, you are just adding to it by tagging one more port and connecting it to another identical switch.

Does this make sense?

Yep sure does - and it worked.

I had the mis-conception that the entire VLAN had to be tagged. But the answer was that the untagged vlan must have a tagged port in its memeber ship to allow trunking to another device.

Thank you for all ur help bill.

Keep on trucking - by the way whats that CWNA certification logo? Cisco wireless?

It is vendor independant, Certified Wireless Network Administrator. Actually a very easy exam.

Gald to hear that it worked. Sometime we tend to over complicate things. It took me a week to figure out that I had forgotten to tag one side of my trunk, so hosts on one side could talk to some host on the other, but not the reverse. Really screwy, but we live and learn.

  • 3 weeks later...

Hi, Bill.

I have a 3Com 3300 with the following structure:

Server on Port 1

Client1 on Port 11

Client2 on Port 12

Client3 on Port 13

Client4 on Port 14

Client5 on Port 15

I need to connect Client1, Client2, Client3 and the Server in one VLAN and Client4, Client5 and the Server in another VLAN. The server should see every client, but clients on one VLAN should not see clients on other.

All clients and Server are PCs connected direct to the Stack via common ethernet cards.

Is it possible? How can I build this configuration?

Thanks for your help

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • spwave 0.9.0-1 by Razvan Serea spwave is a cross-platform audio editor designed for research and advanced analysis. It supports a wide range of audio formats, including WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw PCM, and more via plug-ins. spwave offers precise editing tools such as zoom, crop, fade in/out, gain adjustment, and region extraction. It enables detailed spectral and phase analysis and supports unlimited undo/redo. Users can drag and drop files, edit metadata, save labeled regions, and view multiple synchronized waveforms. Internally, spwave processes audio in 64-bit precision, ensuring high accuracy. It runs on Windows, macOS, and Linux, making it a reliable and flexible tool for audio research and editing. spwave has following features: Support for multiple platforms: Windows, macOS, Linux (Motif, gtk), etc. Support for WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw, and text files by using plug-ins. Support for many bits/samples: 8bits, 16bits, 24bits, 32bits, 32bits float, 64bits double. Converting the sampling frequency and the bits/sample of a file. Playing, zooming, cropping, deleting, extracting, etc. of a selected region. Fade-in, fade-out, gain adjustment, channel swapping, etc of a selected region. Editing file information that supports comments of WAV and AIFF, and ID3 tag of MP3. Analysis of a selected region using several analysis types, e.g. spectrum, smoothed spectrum, phase, unwrapped phase and group delay. Undoing and redoing without limitation of the number of times. Waveform extraction by drag & drop. Opening files by drag & drop. Autosaving of selected regions (you can do this by drag & drop also). Saving positions and regions as labels. Viewing some waveforms and setting regions synchronously. Almost all processing is 64 bits processing internally. Supported Formats: Read/Write: WAV, AIFF, AIFC, CAF, MP3, Ogg Vorbis, FLAC, ALAC (.caf, .mp4), WMA (Windows), APE, AU/SND, PARIS, NIST, IRCAM, raw PCM, text. Read-only: MPEG-2 Layer 3 MP3, RMP files with VBR support. With 64-bit internal processing, autosave capabilities, and synchronized multi-view waveform editing, spwave is a solid tool for anyone handling complex audio editing or acoustic research. spwave 0.9.0-1 changelog: Implemented CQT spectrum and CQT spectrogram (beta version). Implemented piano-key display for spectrum/spectrogram view. Implemented indication of musical note name in cursor information for spectrum/spectrogram view. Fixed a bug that spectrogram view after zoom-in with large factor sometimes freezes. Fixed a bug that scroll and zoom-out in spectrogram view after zoom-in with large factor do not work correctly. Fixed a bug that spectrogram view provides sometimes wrong time information. Fixed a bug that plugin errors sometimes cause a crash. Fixed a bug that the color of grid lines is wrong in printing. Optimized layout of spectrogram view for printing. Enhanced the function of waveform cropping from label information. Fixed a bug that some items in the preference dialog related to labels do not work. Added some items related to the region label in the preference dialog. Fixed a bug that drawing selected region in the log-frequency axis does not work correctly. Added partial support for the dark mode of Windows (the menu bar and the menus). Fixed a bug that the cursor to indicate current calculation position of spectrogram is sometimes not shown. Changed drawing of cursor information into that with white background so as to make the information legible. Fixed a bug that moving to the head by scrolling the overview display sometimes fails. Added feature of alignment of the view region between spectrum view and spectrogram view. Download: spwave 64-bit | spwave 32-bit | ~3.0 MB (Freeware) Download: spwave ARM64 | 2.9 MB Links: spwave Home page | Other OSes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Weekly: redesigned Windows 11 Start menu, Xbox handheld is here, and more by Taras Buria This week's news recap is here. Fresh Windows 11 preview builds with the redesigned Start menu and Windows Vista flashbacks, the long-anticipated Xbox handheld, Patch Tuesday updates, gaming news, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. June 2025 Patch Tuesday updates are out. Windows 10 received KB5060533 with build numbers 19044.5965 and 19045.5965. Supported Windows 11 versions received KB5060842 and KB5060999 with build numbers 26100.4349, 22631.5472, and 22621.5472. Later, Microsoft released an out-of-band update to address problems with games with Easy Anti-Cheat, causing system restarts upon launch, and a couple of recovery updates. Microsoft launched Copilot Vision with Highlights for Windows. This feature enables AI to see what is happening on the screen and offer additional information, analysis, and context. Copilot Vision currently works with up to two apps, but its availability is limited to the United States (more countries are on the way, says Microsoft). Now, here is some useful stuff for Windows users: a neat third-party maintenance tool that can run various checks, troubleshooters, and repair utilities; a useful guide about personalizing OneDrive folders with a touch of color, and more. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Dev Channel Build 26200.5641 This build introduces the recently announced Start menu redesign. It also packs Lock Screen widget improvements, Narrator enhancements, updates to the gamepad keyboard, and a lot of various fixes. Build 26200.5651 Another Dev build introduced a Settings app agent, Recall improvements, seconds for the calendar clock, context menu enhancements, and more. Beta Channel Build 26120.4250 The Beta build has the same changelog as the one from the Dev Channel. Build 26120.4441 The same build as 26200.5651 from the Dev Channel. Release Preview Channel Build 22631.5545 With build 22631.5545 for Widnows 11, Microsoft improved default browser settings and the Windows Share UI and fixed several bugs. Build 19045.6029 This build introduces improvements to app defaults and multiple fixes for Windows 10. The redesigned Start menu is the most exciting part of the new builds, but as usual, it is rolling out gradually. You can mitigate that by force-enabling the new Start menu using the ViVeTool app as described in our guide. Interestingly, the latest builds introduced a funny bug where Windows 11 plays the Windows Vista startup sound on boot. Microsoft acknowledged the issue and said it is working on a fix in future updates. Meanwhile, if you use the latest Dev and Beta builds, you will get to enjoy 2006 nostalgia each time you turn on your PC. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. This week's browser updates include a fresh Dev Channel update for Microsoft Edge and secure password deployment in Edge for organizations. The latter arrived in the Stable Channel on June 13 with version 137.0.3296.83. There was also a minor update for Firefox. The latter received version 139.0.4, which addressed several issues with the browser freezing when switching apps, failing to save wallpapers with proper names, and more. In addition to the update, Mozilla announced that Deepfake Detector is shutting down. The service will go dark on June 26, 2025. Moving to Office updates, we have some changes to the new Outlook, which will block more files and allow you to perform more tasks when offline. OneDrive for Mac now supports external disks, Clipchamp lets you trim videos by cutting out parts of the transcript, and OneNote now supports Copilot Notebooks. Microsoft also announced an update on the removal of Exchange Online Basic Authentication in Office 365. Here are other updates and releases you may find interesting: Rufus received an update to version 4.8 with performance improvements for Windows images. Microsoft is committing to upskilling 1 million UK workers in AI this year. Here are the latest drivers and firmware updates released this week: Intel 32.0.101.6881 WHQL graphics driver with a single fix for Overwatch 2. AMD 25.6.2 non-WHQL with support for FBC: Firebreak, The Alters, and more. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. A lot happened on the gaming side this week. At the Sunday Game Showcase, Microsoft and ASUS announced two Xbox handhelds: the ROG Xbox Ally and the ROG Xbox Ally X. These portable consoles are a big deal for the world of handheld devices, as they run a special version of Windows, which was optimized for portable gaming consoles with fewer processes running in the background. As such, they offer much better battery life and performance. You can read more about how Microsoft optimized Windows 11 for handhelds in a separate article. Next, we have plenty of new games and DLCs announced at the showcase; here is a recap: Indiana Jones and the Great Circle received a new DLC called The Order of Giants. It will be available on all supported platforms this September. Call of Duty: Black Ops 7 made a surprise appearance at the showcase. Activision released a teaser trailer where the game takes players to a futuristic experience set in 2035. Grounded 2 was announced. The sequel of the game for people with arachnophobia is coming next month, offering gamers a new miniaturized survival adventure. Obsidian Entertainment revealed the release date of The Outer Worlds 2 and details about companions. At Fate's End by Spiritfarer was announced, a new action game about fighting family. It is coming to consoles and PC somewhere in 2026. Skybound Games revealed Invincible VS, a brutal 3v3 tag fighting game by former Killer Instinct developers. Anno 117: Pax Romana received a November release date. Ubisoft also unveiled a special Governor's Edition. Nvidia announced new games for its cloud-streaming gaming service, GeForce NOW. If you own one of the following games, you can play them on Nvidia's cloud. The new additions include Frosthaven Demo, Dune: Awakening, MindsEye, The Alters, Kingdom Two Crowns, and more. Mojang finally has a release date for Vibrant Visuals and Chase the Skies updates. On June 17, Minecraft will get its long-anticipated visual overhaul, new features, fresh mobs, and more. Deals and freebies Steam is running a new Next Fest, during which gamers can try hundreds of games for free. The event ends on June 16, 2025. The Epic Games Store is giving away Two Point Hospital, a humorous hospital builder simulator. As usual, more deals are available in this week's Weekend PC Games Deals article. Other gaming news includes the following: GOG store introduced the One-Click Mods feature with support for Fallout: London and others. Valve announced new accessibility details for game listings on Steam. Steam finally has a native client for Apple Silicon. To finish this week's gaming section, here is an editorial from Paul Hill exploring the new $80 cost frontier in modern gaming. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. JBL Bar 1000 and 700 sound bars Ring Floodlight Cameras Geekom Mini IT12 mini PC - $499 | $200 off Amazon Kindle Scribe (16GB) - $299.99 | 25% off LG gram Pro 16" Copilot+ PCs - $1,499.99 | 25% off GameSir Super Nova Wireless Controller for PC and mobile - $44.99 | 25% off Intel Core Ultra 7 Desktop Processor 265K 5.5 GHz - $259.99 | $144 off 12TB Seagate IronWolf Pro HDD - $218.49 | 13% off Polk Audio React 7" Wireless Subwoofer - $99.99 | 50% off StreamMaster Plus2 4K Gaming Projector - $1,699 | 15% off AMD Ryzen 5 9600X - $179.99 | 35% off Sony BRAVIA 5 65 Inch TV Mini LED - $1,298 | 13% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering a free member account or subscribing for extra member benefits, along with an ad-free tier option. Microsoft Weekly image background by
    • Yea but you cant forget about Windows 7 featuring most of this design too... it was also there in Win7!
    • I don't blame them, just have a load of people stand in front of the cars, they will not or should not move, that will stuff them.
    • Yeah, that would work. I have no problem with the way macOS looks like now, I don't see the point of them changing the look all the time, and that is the same with windows. I realise look have to change sometimes, but macOS is fine as it is, look wise.
  • Recent Achievements

    • Apprentice
      Wireless wookie went up a rank
      Apprentice
    • Week One Done
      bukro earned a badge
      Week One Done
    • One Year In
      Wulle earned a badge
      One Year In
    • One Month Later
      Wulle earned a badge
      One Month Later
    • One Month Later
      Simmo3D earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      ATLien_0
      277
    3. 3
      +FloatingFatMan
      181
    4. 4
      Michael Scrip
      148
    5. 5
      Steven P.
      111
  • Tell a friend

    Love Neowin? Tell a friend!