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

    • Google adds built-in computer control to Gemini 3.5 flash by Karthik Mudaliar Google has added Computer Use as a built-in tool in Gemini 3.5 Flash, giving developers a single model that can reason about a task and operate graphical interfaces across browsers, mobile devices, and desktop environments. The feature is available through the Gemini API and Google’s Gemini Enterprise Agent Platform, although it remains a preview feature for now. Computer Use enables an AI agent to examine screenshots and return actions such as mouse clicks, scrolling, and keyboard input. A developer’s application must execute those actions, capture the resulting screen, and send it back to Gemini, creating a continuous loop until the task is completed. Google says the integration can be used for activities including repetitive form filling, application testing, research across multiple websites, and longer enterprise workflows. Gemini 3.5 Flash can work with browser, mobile, and desktop environments, whereas Google’s earlier standalone Computer Use model was primarily positioned around browser interaction. The main change is consolidation. Computer control was previously offered through the separate Gemini 2.5 Computer Use preview model. As Neowin reported when that model was introduced, it was designed to interpret a visual interface and generate actions without requiring a website-specific API. Google later brought Computer Use to preview versions of Gemini 3 Pro and Gemini 3 Flash in January 2026. The latest release now incorporates the tool into the stable Gemini 3.5 Flash model rather than requiring developers to select a specialized model solely for interface automation. Gemini 3.5 Flash itself was announced in May as Google’s latest fast model for coding and multi-step agent workflows. It supports a one-million-token input context window and up to 65,000 output tokens, along with adjustable thinking levels that let developers trade additional reasoning for lower latency and cost. Google also added that Gemini 3.5 Flash received targeted adversarial training for computer-use scenarios. The company is also offering safeguards that can require user confirmation before sensitive or irreversible actions and automatically stop a workflow when suspected prompt injection is detected. Its developer documentation describes configurable protections for areas such as financial transactions and changes to sensitive records. Google isn't the first to bring Computer Use to its platform. Anthropic has made computer control available through Claude, while OpenAI has continued improving computer-use performance in its recent models. Microsoft has also applied the concept to business workflows, including a Computer Use capability for the Researcher agent in Microsoft 365 Copilot.
    • After I installed KB5095093, the volume on my ARM laptop won't go above 20%. It's stuck on the hearing protection level, which is pretty much useless if you want to listen to anything. I rolled back.
    • Amazon Prime Day slashes Samsung's newest Galaxy Watch Ultra by 45 percent by Karthik Mudaliar Samsung’s flagship Android smartwatch has received one of its steepest Prime Day cuts. Amazon has dropped the 2025 Samsung Galaxy Watch Ultra in Titanium Blue to $357.24, saving buyers around $292 from its $649.99 list price. That's a 45 percent discount (purchase link below). The 47mm Galaxy Watch Ultra uses a titanium casing and a 1.5-inch Super AMOLED display with a resolution of 480 x 480 and peak brightness of 3,000 nits. It includes LTE connectivity, Bluetooth 5.3, Wi-Fi, NFC, and dual-frequency L1+L5 GPS for more accurate outdoor route tracking. The 2025 model has 64GB of storage, a 590mAh battery, sapphire crystal glass, 10ATM water resistance, IP68 protection, and MIL-STD-810H durability testing. Its health and fitness tools include heart rate monitoring, sleep coaching, Energy Score, Running Coach, body composition analysis, temperature sensing, and ECG support, where available. This model is best suited to Android users who regularly run, hike, cycle, or train outdoors and want cellular access without carrying a phone. The larger battery, rugged construction, bright display, and dedicated Quick Button also make it a stronger option than Samsung’s regular Galaxy Watch models for extended workouts and demanding environments. Grab the Titanium Blue Galaxy Watch Ultra before the Prime Day price resets: Samsung Galaxy Watch Ultra (2025) [Sold and Shipped by Amazon] Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • Google begins rolling out its post-Epic Play Store billing model next week by Karthik Mudaliar Google has confirmed that its redesigned Play Store billing and fee structure will take effect on June 30, 2026, in the United States, the United Kingdom, and the European Economic Area. The changes will let eligible developers offer their own payment systems or send users to an external website for purchases, while separating Google’s platform service fee from the cost of using Google Play Billing. The rollout puts concrete dates and detailed rate cards behind the broader Android policy overhaul Google announced in March. That announcement followed a proposed settlement with Epic Games intended to resolve their long-running disputes over app distribution and payments, although the U.S. portion of the agreement still requires court approval. Under the new billing choice program, developers selling digital content or services can display an alternative payment option alongside Google Play Billing. They may also direct users to their own websites to complete a purchase. Developers can use Google’s standard payment-choice screen or design one that complies with the company’s user-interface rules. Choosing another payment processor does not eliminate Google’s cut altogether. The company will continue charging a service fee for transactions associated with apps distributed through Google Play, regardless of whether payment is handled by Google, an alternative provider, or a developer’s website. Google argues that this fee covers the value and infrastructure provided by Android and the Play Store. For developers earning up to $1 million annually, the service fee will generally be 10 percent. That rate also applies to auto-renewing subscriptions. When Google Play Billing is used in the U.S., U.K., or EEA, Google will add a separate 5 percent billing fee, and developers processing payments elsewhere will not pay that additional charge. This means Google’s familiar flat 30 percent commission is disappearing, but developers will not necessarily see a dramatic reduction on every transaction. An in-app purchase from an existing user processed through Google Play Billing can still reach a combined 30 percent. The biggest savings are likely to come from subscriptions, smaller developers covered by the $1 million tier, and companies able to move customers to their own payment infrastructure. Google is also offering lower rates through its Apps Experience and revamped Games Level Up programs. Apps and games that satisfy the company’s requirements can qualify for 15 percent service fees on new-install transactions and 20 percent on existing-install transactions. The criteria include performance and reliability standards, support for additional Android device categories, and selected platform features. Those program rates are scheduled to become available in the initial markets and Australia on September 30. For consumers, the immediate effect will depend on whether developers adopt alternative payments and pass any savings on through lower prices. For developers, however, June 30 begins a more flexible but considerably more complicated Play Store economy in which distribution, billing, install dates, revenue thresholds, and program participation can each affect Google’s final cut. Google is also separately developing a Registered App Stores program designed to simplify the installation of qualifying third-party stores. That initiative is expected to arrive with a major Android release later in 2026 and will launch outside the U.S. first. Google says the rest of the world will receive the changes by September 30, 2027, although billing rates for markets outside the US, UK, and EEA have not yet been announced.
  • Recent Achievements

    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
    • Rookie
      +ChiefOfNeo went up a rank
      Rookie
    • One Year In
      Tom Schmidt earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      464
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      81
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!