Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no support for pointopoint and gateway #83

Closed
igalic opened this issue Sep 14, 2014 · 7 comments
Closed

no support for pointopoint and gateway #83

igalic opened this issue Sep 14, 2014 · 7 comments

Comments

@igalic
Copy link
Contributor

igalic commented Sep 14, 2014

root@chorizo ~ # puppet resource network_config
Error: Could not run: Malformed debian interfaces file; cannot instantiate network_config resources
root@chorizo ~ # cat /etc/network/interfaces 
### Hetzner Online AG - installimage
# Loopback device:
auto lo
iface lo inet loopback

# device: eth0
auto  eth0
iface eth0 inet static
  address   188.40.114.151
  broadcast 188.40.114.191
  netmask   255.255.255.192
  gateway   188.40.114.129
  # default route to access subnet
  up route add -net 188.40.114.128 netmask 255.255.255.192 gw 188.40.114.129 eth0

iface eth0 inet6 static
  address 2a01:4f8:101:147::2
  netmask 64
  gateway fe80::1
root@chorizo ~ # 
@igalic
Copy link
Contributor Author

igalic commented Sep 14, 2014

and there's also a load of other things that are missing, such as:

 bridge_ports eth0
 bridge_stp off
 bridge_fd 1
 bridge_hello 2
 bridge_maxage 12

@adrienthebo
Copy link
Member

Are those settings that don't apply to any interface?

@igalic
Copy link
Contributor Author

igalic commented Sep 15, 2014

nope, they apply when you're creating a bridge.

@vide
Copy link
Contributor

vide commented Nov 6, 2014

igalic, I guess that gateway is meant to be set by network_route (even if it's not that easy to spot in a "classic" debian installation)

@jcharaoui
Copy link

I agree that gateway should really be supported.

@iwinux
Copy link

iwinux commented Dec 3, 2014

+1 for gateway

@igalic
Copy link
Contributor Author

igalic commented Feb 24, 2015

this can now be closed, it's fully supported through options => { }

@igalic igalic closed this as completed Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants