IGMP

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
erg161
OpenVPN User
Posts: 20
Joined: Tue Nov 08, 2011 4:01 pm

IGMP

Post by erg161 » Thu Jan 05, 2012 2:20 pm

hi guys does openvpn supports IGMP?
if yes can I have a sample configurations of it?

my provider change it recently and I can't connect no more..

User avatar
Mimiko
Forum Team
Posts: 1564
Joined: Wed Sep 22, 2010 3:18 am

Re: IGMP

Post by Mimiko » Sat Jan 07, 2012 9:13 am

IGMP is supported in OpenVPN routing mode the same way as a LAN's router to the internet. In the bridge mode OpenVPN relays the packets like a simple swithc with advanced blocking rule.

erg161
OpenVPN User
Posts: 20
Joined: Tue Nov 08, 2011 4:01 pm

Re: IGMP

Post by erg161 » Mon Jan 09, 2012 4:41 pm

Mimiko wrote:IGMP is supported in OpenVPN routing mode the same way as a LAN's router to the internet. In the bridge mode OpenVPN relays the packets like a simple swithc with advanced blocking rule.
I use a wireless broadband usb stick... i really don't have an idea
on this protocol(IGMP)
my configurations is in udp........

here's:

Code: Select all

client
dev tun
route-method exe
route-delay 2
redirect-gateway
pull
persist-key
mssfix 1400
verb 3
auth-user-pass
reneg-sec 0
inactive 1200 50000
remote xx.xx.xx.xx 9201
hand-window 120
persist-local-ip
persist-remote-ip
auth-retry nointeract
mute-replay-warnings
lport 642

<ca>
-----BEGIN CERTIFICATE-----

------Hidden Content----------

-----END CERTIFICATE-----
</ca>
this one's working but not for now.....

ninjawin
OpenVpn Newbie
Posts: 1
Joined: Tue Jan 10, 2012 1:36 am

Re: IGMP

Post by ninjawin » Tue Jan 10, 2012 1:37 am

i believe IGMP & ICMP is supported by openvpn!

erg161
OpenVPN User
Posts: 20
Joined: Tue Nov 08, 2011 4:01 pm

Re: IGMP

Post by erg161 » Sun Jan 15, 2012 5:46 am

ninjawin wrote:i believe IGMP & ICMP is supported by openvpn!
the how come I cannot make a connections thru IGMP?
I can only connect when I used to connect my wireless broadband modem first...

Post Reply