![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| extract segment | mpang_ | Shell Programming and Scripting | 1 | 01-12-2007 01:33 AM |
| Network Access on Different Segment | HASM | IP Networking | 3 | 12-07-2006 12:01 PM |
| Segment and join tar archive | Pox | UNIX for Dummies Questions & Answers | 1 | 06-17-2006 11:24 AM |
| Segment Fault | zhshqzyc | High Level Programming | 9 | 04-07-2006 11:47 AM |
| VLAN on SF280 | pressy | SUN Solaris | 2 | 10-21-2003 06:50 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Dear all,
I have a Allied Telesyn AT-GS950 16 port switch. All hosts&router have rtl8139 NICs. OS : Slackware linux 12.1. I use a switch with vlan technique to separate my network to some segment. here my plan: router eth0 ---> switch port 1 switch port 5 <--- eth0 host A switch port 6 <--- eth0 host B in eth0 of router, I make two vlan : Code:
# modprobe 8021q # ifconfig eth0 0.0.0.0 up # vconfig add eth0 5 # ifconfig eth0.5 172.16.5.1 netmask 255.255.255.0 up # vconfig add eth0 6 # ifconfig eth0.5 172.16.6.1 netmask 255.255.255.0 up Code:
# ifconfig eth0 172.16.5.2 netmask 255.255.255.0 up Code:
# ifconfig eth0 172.16.6.2 netmask 255.255.255.0 up Code:
VLAN_ID VLAN_NAME VLAN_MEMBER 1 Default VLAN Untag:1; Tag:-; Not_member:2-16 5 vlan5 Untag:5; Tag:1; Not_member:2-4,6-16 6 vlan6 Untag:6; Tag:1; Not_member:2-5,7-16 ping command : Code:
# ping 172.16.5.2 -I vlan5 # ping 172.16.6.2 -I vlan6 Thank you very much. Regards, Denny |
| Bookmarks |
| Tags |
| allied telesyn, at-gs950, ping, ping port, port, port ping, vconfig, vlan |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|