|
|
2009-08-31
, 22:19
|
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2009
|
#3
|
That's bug 3830, fixed internally but not released so far.
|
|
2009-08-31
, 23:58
|
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#4
|
Do you know how to find out what was changed with the fix? Would it be possible to implement the changes to the script myself?
I’ve used the advanced tab on the connection manager to include an IP address and a /25 netmask (255.255.255.128), also a gateway, DNS servers, and a proxy server (all stuff that I have to use at work).
If I check what is configured with ifconfig, I see that I have the correct IP address, but the wrong netmask (so my broadcast address is wrong too, basically instead of my /25 mask, I’m getting a /16 mask). If I use netstat, I can see that I have the correct gateway, but the wrong netmask is preventing me from using it to access my proxy server (it’s on a segment of the network that is on the other side of the router).
If try to run the browser, I get an error message about my proxy server can’t be contacted. I would guess that the netmask is preventing the proper segmentation of my network.
If I down the network with ifdown –a, I get an error message about /etc/network/if-post-down.d/zz_proxy_unset exited with return code 1.
Then if I try and bring the network back up with ifup –a, I get an error message about
/etc/network/if-up.d/00_proxy_set exited with return code 1; I also get ifup: don’t seem to have all the variable for eth0/inet; ifconfig: SIOCGIFFLAGS: No such device; ifconfig: SIOCSIFADDR: No such device; route: SIOC[ADD|DEL]RT: No such device
I’m not sure where the problem lies, but am open to suggestions on what to try next. Thanks for your time and help.
Scott