Networking Forums

Networking Forums > Computer Networking > Linux Networking > Network Pseudo-device question

Reply
Thread Tools Display Modes

Network Pseudo-device question

 
 
George
Guest
Posts: n/a

 
      05-20-2005, 03:03 PM
Hi all.

I'm trying to develop a virtual network device mapped over a real network
device, something similar to the brigde interface.

I managed to get the packets transmitted. However I don't know how I can
received the packets, that is, redirect them from the real network device
to my new one.

Any clue?
 
Reply With Quote
 
 
 
 
phil-news-nospam@ipal.net
Guest
Posts: n/a

 
      05-20-2005, 04:35 PM
In comp.os.linux.development.system George <(E-Mail Removed)> wrote:

| I'm trying to develop a virtual network device mapped over a real network
| device, something similar to the brigde interface.

Sounds more like VLAN.


| I managed to get the packets transmitted. However I don't know how I can
| received the packets, that is, redirect them from the real network device
| to my new one.
|
| Any clue?

Some kind of logical layering construct as in a VLAN?

--
-----------------------------------------------------------------------------
| Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ |
| (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ |
-----------------------------------------------------------------------------
 
Reply With Quote
 
George
Guest
Posts: n/a

 
      05-23-2005, 07:09 AM
phil-news-(E-Mail Removed) wrote in news:(E-Mail Removed):

>| I managed to get the packets transmitted. However I don't know how I
>| can received the packets, that is, redirect them from the real
>| network device to my new one.
>|
>| Any clue?
>
> Some kind of logical layering construct as in a VLAN?
>


Yes, more or less that. Any clue?
 
Reply With Quote
 
George
Guest
Posts: n/a

 
      05-23-2005, 07:19 AM
phil-news-(E-Mail Removed) wrote in news:(E-Mail Removed):

>| I managed to get the packets transmitted. However I don't know how I
>| can received the packets, that is, redirect them from the real
>| network device to my new one.
>|
>| Any clue?
>
> Some kind of logical layering construct as in a VLAN?
>


Yes, more or less that. However I don't want to define a new packet type.
It is more like a brigde. Any clue?
 
Reply With Quote
 
phil-news-nospam@ipal.net
Guest
Posts: n/a

 
      05-23-2005, 01:48 PM
In comp.os.linux.development.system George <(E-Mail Removed)> wrote:
| phil-news-(E-Mail Removed) wrote in news:(E-Mail Removed):
|
|>| I managed to get the packets transmitted. However I don't know how I
|>| can received the packets, that is, redirect them from the real
|>| network device to my new one.
|>|
|>| Any clue?
|>
|> Some kind of logical layering construct as in a VLAN?
|>
|
| Yes, more or less that. Any clue?

I remember seeing a driver a while back that implemented some compatibility
with Cisco's VLAN. Maybe that is still around.

--
-----------------------------------------------------------------------------
| Phil Howard KA9WGN | http://linuxhomepage.com/ http://ham.org/ |
| (first name) at ipal.net | http://phil.ipal.org/ http://ka9wgn.ham.org/ |
-----------------------------------------------------------------------------
 
Reply With Quote
 
Tauno Voipio
Guest
Posts: n/a

 
      05-23-2005, 06:25 PM
George wrote:
> phil-news-(E-Mail Removed) wrote in news:(E-Mail Removed):
>
>
>>| I managed to get the packets transmitted. However I don't know how I
>>| can received the packets, that is, redirect them from the real
>>| network device to my new one.
>>|
>>| Any clue?
>>
>>Some kind of logical layering construct as in a VLAN?
>>

>
>
> Yes, more or less that. However I don't want to define a new packet type.
> It is more like a brigde. Any clue?



If you can route the interesting packets to a separate interface,
a TUN or TAP driver could be the solution.

Both are kind of adapter pieces between a network interface
and a character device. The difference is that a TUN driver
works at the IP layer and a TAP driver works at the data link
layer (e.g. Ethernet).

HTH

--

Tauno Voipio
tauno voipio (at) iki fi

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 2003 SP2 - removed IPv6 still showing pseudo adaptors Matthew Millers Windows Networking 6 10-16-2008 12:16 PM
USB device question April Wireless Networks 3 04-09-2007 03:10 AM
Question about a Linksys all-in-one device Gwen Morse Wireless Internet 1 06-13-2006 04:09 PM
Converting pseudo-tty to IP Address Tim Underwood Linux Networking 2 10-15-2003 01:22 AM
Blue question mark on USB device zachmill Windows Networking 1 07-06-2003 05:07 PM



1 2 3 4 5 6 7 8 9 10 11