Networking Forums

Networking Forums > Computer Networking > Linux Networking > ipv6 and XDMCP

Reply
Thread Tools Display Modes

ipv6 and XDMCP

 
 
Captain Dondo
Guest
Posts: n/a

 
      01-19-2005, 02:16 AM
I'm setting up a network where logins happen via gdm + XDMCP. Everything
works fine, except that all the Fedora Core 2 machines show up twice in
the browser, once with their IPV4 name and IP address, and once with just
the IPV6 address.

This is really frustrating... I can't figure out how to turn off the
ipv6 address in Fedora Core 2.

Is there a way to prevent ifconfig (or the kernel) issuing out IPV6
addresses? Do I need to turn off all of the IPV6 stuff in the kernel and
recompile?

Is there a setting somewhere that I've missed?

TIA
 
Reply With Quote
 
 
 
 
Bit Twister
Guest
Posts: n/a

 
      01-19-2005, 03:13 AM
On Tue, 18 Jan 2005 19:16:47 -0800, Captain Dondo wrote:
> I'm setting up a network where logins happen via gdm + XDMCP. Everything
> works fine, except that all the Fedora Core 2 machines show up twice in
> the browser, once with their IPV4 name and IP address, and once with just
> the IPV6 address.
>
> This is really frustrating... I can't figure out how to turn off the
> ipv6 address in Fedora Core 2.


I know on Mandrakelinux you can read
/etc/sysconfig/network-scripts/ifup
to see what can controls can be used.

For us,

/etc/sysconfig/network and add the line
NETWORKING_IPV6=no (note: add a carriage return)

Update
/etc/modules.conf and add the line
alias net-pf-10 off (note: add a carriage return)

if you do not have
/etc/modprobe.conf and add the line
alias net-pf-10 off (note: add a carriage return)

 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      01-19-2005, 04:52 AM
"Captain Dondo" <(E-Mail Removed)> wrote in message
news(E-Mail Removed) om

> I'm setting up a network where logins happen via gdm + XDMCP.
> Everything works fine, except that all the Fedora Core 2 machines
> show up twice in the browser, once with their IPV4 name and IP
> address, and once with just the IPV6 address.
>
> This is really frustrating... I can't figure out how to turn off the
> ipv6 address in Fedora Core 2.
>
> Is there a way to prevent ifconfig (or the kernel) issuing out IPV6
> addresses? Do I need to turn off all of the IPV6 stuff in the kernel
> and recompile?
>
> Is there a setting somewhere that I've missed?


You might try:

In /etc/syscong/network
NETWORKING_IPV6=no

and in /etc/modprobe.conf
# Turn off IPv6
alias net-pf-10 off
alias ipv6 off



--
use hotmail for email replies
 
Reply With Quote
 
Captain Dondo
Guest
Posts: n/a

 
      01-19-2005, 01:53 PM
On Tue, 18 Jan 2005 21:52:41 -0800, ynotssor wrote:

> You might try:
>
> In /etc/syscong/network
> NETWORKING_IPV6=no
>
> and in /etc/modprobe.conf
> # Turn off IPv6
> alias net-pf-10 off
> alias ipv6 off


<rant>

From /etc/sysconfig/networking-scripts/ipv6-init.global:

# NETWORKING_IPV6=yes|no: controls global IPv6 initialization (default: no)

Note the default.... Nowhere was I able to find a line that says
NETWORKING_IPV6=yes

Clearly, the default has changed from Fedroa Core 1 to 2 and the docs have
not kept pace...

</rant>

(I know, I should offer to update the documentation.....)

Thanks for the pointers, guys. I'll make the changes when the computers
wake up this morning....

 
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
no clue how to do truly remote XDMCP nass Linux Networking 0 09-27-2006 09:01 AM
XDMCP & coLinux ? Christian Sgraja Linux Networking 0 05-05-2006 11:59 AM
Linux host PC(ipv6) can't ping with embedded board(ipv6) with ping6 sangsu Linux Networking 2 10-11-2005 09:06 AM
[XDMCP] XDM/KDM sometimes not responding to UDP packets on port 177 Marcel Meckel Linux Networking 1 04-26-2005 12:31 PM
GDM with XDMCP and Gnome problems Cédric Pillonel Linux Networking 1 02-14-2004 03:12 AM



1 2 3 4 5 6 7 8 9 10 11